From ee905d9b79f1638926a2b1a1b07902e4c41a393e Mon Sep 17 00:00:00 2001 From: Manish Vasani Date: Mon, 23 Nov 2015 14:35:12 -0800 Subject: [PATCH] Add a table to VERSIONING.md file to list the version of released packages, Git commit tag and SHA at which we produced the packages that were published on nuget, and the list of published analyzer packages. --- VERSIONING.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/VERSIONING.md b/VERSIONING.md index 428c0e9124..af9a40dad3 100644 --- a/VERSIONING.md +++ b/VERSIONING.md @@ -1,12 +1,21 @@ Versioning scheme for .NET Compiler Platform ("Roslyn") Analyzers ================================================================= -Current version of all analyzer packages that are built out of this repo are tracked in [Analyzers.Versions.targets](.//build//Targets//Analyzers.Versions.targets) - Following is the versioning scheme that is being used for analyzer packages: 1. The major and minor version numbers of the packages track the major and minor version numbers of Microsoft.CodeAnalysis package that the analyzer is dependent upon. For example, version 1.0.0, 1.0.1, ..., 1.0.X of the analyzer packages depend upon version 1.0.0 of Microsoft.CodeAnalysis package. 2. When we move the repo to a newer version of Microsoft.CodeAnalysis, say 1.X.0, then the version number of all the analyzer packages will be bumped to be >= 1.X.0. -**NOTE**: An exception was applied to the above versioning scheme when we moved the analyzer packages to version 1.1.0, while still depending on version 1.0.0 of Microsoft.CodeAnalysis. This was done as we had mistakenly published 1.1.0-beta1 pre-release packages for some analyzer packages on nuget.org. \ No newline at end of file +**NOTE**: An exception was applied to the above versioning scheme when we moved the analyzer packages to version 1.1.0, while still depending on version 1.0.0 of Microsoft.CodeAnalysis. This was done as we had mistakenly published 1.1.0-beta1 pre-release packages for some analyzer packages on nuget.org. + +Current and Released Versions of Analyzer Packages +================================================== + +Current version of all analyzer packages that are built out of this repo are tracked in [Analyzers.Versions.targets](.//build//Targets//Analyzers.Versions.targets) + +Released versions of analyzer packages, with the last GitHub Commit Tag and SHA are below: + +Sr. No. | Release Version | Commit Tag | Commit SHA | Released Packages | +:------:|:----------------:|:----------------:|:-----------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------:| +1. | 1.1.0 | Version_1_1_0 | [5f363f5](https://github.com/dotnet/roslyn-analyzers/commit/5f363f5c0412270b045cc36a5dd6025733102b44) | MicrosoftCodeAnalysisAnalyzers, FxCopAnalyzers, DesktopAnalyzers, SystemRuntimeAnalyzers, SystemRuntimeInteropServicesAnalyzers, SystemSecurityCryptographyHashingAlgorithmsAnalyzers, AnalyzerPowerPack