Skip to content

Commit

Permalink
Merge pull request #604 from mavasani/AddGitTagInfo
Browse files Browse the repository at this point in the history
Add a table to VERSIONING.md file to list the version of released pac…
  • Loading branch information
mavasani committed Nov 24, 2015
2 parents 5f363f5 + ee905d9 commit d96fbd4
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions VERSIONING.md
Original file line number Diff line number Diff line change
@@ -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.
**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

0 comments on commit d96fbd4

Please sign in to comment.