Skip to content

Commit e410fcd

Browse files
authored
Merge pull request #2981 from dotpaul/bump
Post-release activities for 2.9.6
2 parents aa3797e + 66de91a commit e410fcd

14 files changed

Lines changed: 44 additions & 43 deletions

File tree

PostReleaseActivities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Steps to generate Release Notes
2424
1. Checkout the sources for the release branch locally. This would normally be the master branch.
2525
2. Build.
2626
3. Ensure that nuget.exe is on path.
27-
4. Generate notes: Switch to the output directory, say `artifacts\bin\ReleaseNotesUtil\Debug\netcoreapp2.0` and execute `GenDiffNotes.cmd` to generate release notes. Example command line for v2.9.4 to v2.9.5: `GenDiffNotes.cmd C:\scratch nuget.org 2.9.3 2.9.4`.
27+
4. Generate notes: Switch to the output directory, say `artifacts\bin\ReleaseNotesUtil\Debug\netcoreapp2.0` and execute `GenDiffNotes.cmd` to generate release notes. Example command line for v2.9.4 to v2.9.5: `GenDiffNotes.cmd C:\scratch nuget.org 2.9.4 2.9.5`.

VERSIONING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ Sr. No. | Release Version | Commit Tag | Commit SHA
4242
22 | 2.9.4 | v2.9.4 | [a1a198d](https://github.com/dotnet/roslyn-analyzers/commit/a1a198d1c5d2359e93dd4ab4b1c4f7421512724e) | Microsoft.CodeAnalysis.Analyzers, Microsoft.CodeAnalysis.FxCopAnalyzers, Microsoft.CodeAnalysis.Metrics, Microsoft.CodeAnalysis.VersionCheckAnalyzer, Microsoft.CodeQuality.Analyzers, Microsoft.NetCore.Analyzers, Microsoft.NetFramework.Analyzers, Roslyn.Diagnostics.Analyzers, Microsoft.CodeAnalysis.PublicApiAnalyzers, Microsoft.CodeAnalysis.BannedApiAnalyzers, Microsoft.CodeAnalysis.FlowAnalysis.Utilities
4343
23 | 2.9.5-beta1.final (pre-release) | v2.9.5-beta1.final | [494de6f](https://github.com/dotnet/roslyn-analyzers/commit/494de6f80082746e41d69355535f8dc3bfef494a) | Microsoft.CodeAnalysis.Analyzers, Microsoft.CodeAnalysis.FxCopAnalyzers, Microsoft.CodeAnalysis.Metrics, Microsoft.CodeAnalysis.VersionCheckAnalyzer, Microsoft.CodeQuality.Analyzers, Microsoft.NetCore.Analyzers, Microsoft.NetFramework.Analyzers, Roslyn.Diagnostics.Analyzers, Microsoft.CodeAnalysis.PublicApiAnalyzers, Microsoft.CodeAnalysis.BannedApiAnalyzers
4444
24 | 2.9.5 | v2.9.5 | [6c05175](https://github.com/dotnet/roslyn-analyzers/commit/6c05175f91bf7cc463a1b71e1f6773d4afcaa7a1) | Microsoft.CodeAnalysis.Analyzers, Microsoft.CodeAnalysis.FxCopAnalyzers, Microsoft.CodeAnalysis.Metrics, Microsoft.CodeAnalysis.VersionCheckAnalyzer, Microsoft.CodeQuality.Analyzers, Microsoft.NetCore.Analyzers, Microsoft.NetFramework.Analyzers, Roslyn.Diagnostics.Analyzers, Microsoft.CodeAnalysis.PublicApiAnalyzers, Microsoft.CodeAnalysis.BannedApiAnalyzers, Microsoft.CodeAnalysis.FlowAnalysis.Utilities
45+
25 | 2.9.6 | v2.9.6 | [b377a16](https://github.com/dotnet/roslyn-analyzers/commit/b377a1612025bc51a737b69305d1546db9808f18) | Microsoft.CodeAnalysis.Analyzers, Microsoft.CodeAnalysis.FxCopAnalyzers, Microsoft.CodeAnalysis.Metrics, Microsoft.CodeAnalysis.VersionCheckAnalyzer, Microsoft.CodeQuality.Analyzers, Microsoft.NetCore.Analyzers, Microsoft.NetFramework.Analyzers, Roslyn.Diagnostics.Analyzers, Microsoft.CodeAnalysis.PublicApiAnalyzers, Microsoft.CodeAnalysis.BannedApiAnalyzers, Microsoft.CodeAnalysis.FlowAnalysis.Utilities

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<PropertyGroup>
33
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
44

5-
<VersionPrefix>2.9.6</VersionPrefix>
6-
<FlowAnalysisUtilitiesVersionPrefix>2.9.7</FlowAnalysisUtilitiesVersionPrefix>
5+
<VersionPrefix>2.9.7</VersionPrefix>
6+
<FlowAnalysisUtilitiesVersionPrefix>$(VersionPrefix)</FlowAnalysisUtilitiesVersionPrefix>
77
<PreReleaseVersionLabel>beta1</PreReleaseVersionLabel>
88

99
<!-- Opt-in repo features -->
@@ -22,7 +22,7 @@
2222
<MicrosoftCodeAnalysisVersion>2.9.0</MicrosoftCodeAnalysisVersion>
2323
<MicrosoftNetCompilersVersion>3.3.1-beta3-final</MicrosoftNetCompilersVersion>
2424
<MicrosoftCodeAnalysisBannedApiAnalyzersVersion>2.9.6</MicrosoftCodeAnalysisBannedApiAnalyzersVersion>
25-
<MicrosoftCodeAnalysisFXCopAnalyersVersion>2.9.5</MicrosoftCodeAnalysisFXCopAnalyersVersion>
25+
<MicrosoftCodeAnalysisFXCopAnalyersVersion>2.9.6</MicrosoftCodeAnalysisFXCopAnalyersVersion>
2626
<MicrosoftCodeAnalysisAnalyersVersion>3.0.0-beta2.19218.3+e96bad97</MicrosoftCodeAnalysisAnalyersVersion>
2727
<CodeStyleAnalyersVersion>3.3.0-beta2-19376-02</CodeStyleAnalyersVersion>
2828
<MicrosoftCodeAnalysisTestResourcesProprietaryVersion>2.0.0-pre-20160714</MicrosoftCodeAnalysisTestResourcesProprietaryVersion>

src/MetaCompilation.Analyzers/MetaCompilation.Analyzers.sarif

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"tool": {
77
"name": "MetaCompilation.Analyzers",
8-
"version": "2.9.6",
8+
"version": "2.9.7",
99
"language": "en-US"
1010
},
1111
"rules": {

src/Microsoft.CodeAnalysis.Analyzers/Microsoft.CodeAnalysis.Analyzers.sarif

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"tool": {
77
"name": "Microsoft.CodeAnalysis.Analyzers",
8-
"version": "2.9.6",
8+
"version": "2.9.7",
99
"language": "en-US"
1010
},
1111
"rules": {
@@ -299,7 +299,7 @@
299299
{
300300
"tool": {
301301
"name": "Microsoft.CodeAnalysis.CSharp.Analyzers",
302-
"version": "2.9.6",
302+
"version": "2.9.7",
303303
"language": "en-US"
304304
},
305305
"rules": {
@@ -479,7 +479,7 @@
479479
{
480480
"tool": {
481481
"name": "Microsoft.CodeAnalysis.VisualBasic.Analyzers",
482-
"version": "2.9.6",
482+
"version": "2.9.7",
483483
"language": "en-US"
484484
},
485485
"rules": {

src/Microsoft.CodeAnalysis.BannedApiAnalyzers/Microsoft.CodeAnalysis.BannedApiAnalyzers.sarif

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"tool": {
77
"name": "Microsoft.CodeAnalysis.BannedApiAnalyzers",
8-
"version": "2.9.6",
8+
"version": "2.9.7",
99
"language": "en-US"
1010
},
1111
"rules": {
@@ -14,7 +14,7 @@
1414
{
1515
"tool": {
1616
"name": "Microsoft.CodeAnalysis.CSharp.BannedApiAnalyzers",
17-
"version": "2.9.6",
17+
"version": "2.9.7",
1818
"language": "en-US"
1919
},
2020
"rules": {
@@ -76,7 +76,7 @@
7676
{
7777
"tool": {
7878
"name": "Microsoft.CodeAnalysis.VisualBasic.BannedApiAnalyzers",
79-
"version": "2.9.6",
79+
"version": "2.9.7",
8080
"language": "en-US"
8181
},
8282
"rules": {

src/Microsoft.CodeAnalysis.FxCopAnalyzers/Microsoft.CodeAnalysis.FxCopAnalyzers.sarif

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"tool": {
77
"name": "Microsoft.CodeAnalysis.VersionCheckAnalyzer",
8-
"version": "2.9.6",
8+
"version": "2.9.7",
99
"language": "en-US"
1010
},
1111
"rules": {
@@ -29,7 +29,7 @@
2929
{
3030
"tool": {
3131
"name": "Microsoft.CodeQuality.Analyzers",
32-
"version": "2.9.6",
32+
"version": "2.9.7",
3333
"language": "en-US"
3434
},
3535
"rules": {
@@ -1509,7 +1509,7 @@
15091509
{
15101510
"tool": {
15111511
"name": "Microsoft.CodeQuality.CSharp.Analyzers",
1512-
"version": "2.9.6",
1512+
"version": "2.9.7",
15131513
"language": "en-US"
15141514
},
15151515
"rules": {
@@ -1705,7 +1705,7 @@
17051705
{
17061706
"tool": {
17071707
"name": "Microsoft.CodeQuality.VisualBasic.Analyzers",
1708-
"version": "2.9.6",
1708+
"version": "2.9.7",
17091709
"language": "en-US"
17101710
},
17111711
"rules": {
@@ -1939,7 +1939,7 @@
19391939
{
19401940
"tool": {
19411941
"name": "Microsoft.NetCore.Analyzers",
1942-
"version": "2.9.6",
1942+
"version": "2.9.7",
19431943
"language": "en-US"
19441944
},
19451945
"rules": {
@@ -3867,7 +3867,7 @@
38673867
{
38683868
"tool": {
38693869
"name": "Microsoft.NetCore.CSharp.Analyzers",
3870-
"version": "2.9.6",
3870+
"version": "2.9.7",
38713871
"language": "en-US"
38723872
},
38733873
"rules": {
@@ -4017,7 +4017,7 @@
40174017
{
40184018
"tool": {
40194019
"name": "Microsoft.NetCore.VisualBasic.Analyzers",
4020-
"version": "2.9.6",
4020+
"version": "2.9.7",
40214021
"language": "en-US"
40224022
},
40234023
"rules": {
@@ -4167,7 +4167,7 @@
41674167
{
41684168
"tool": {
41694169
"name": "Microsoft.NetFramework.Analyzers",
4170-
"version": "2.9.6",
4170+
"version": "2.9.7",
41714171
"language": "en-US"
41724172
},
41734173
"rules": {
@@ -4250,7 +4250,7 @@
42504250
{
42514251
"tool": {
42524252
"name": "Microsoft.NetFramework.CSharp.Analyzers",
4253-
"version": "2.9.6",
4253+
"version": "2.9.7",
42544254
"language": "en-US"
42554255
},
42564256
"rules": {
@@ -4295,7 +4295,7 @@
42954295
{
42964296
"tool": {
42974297
"name": "Microsoft.NetFramework.VisualBasic.Analyzers",
4298-
"version": "2.9.6",
4298+
"version": "2.9.7",
42994299
"language": "en-US"
43004300
},
43014301
"rules": {

src/Microsoft.CodeAnalysis.VersionCheckAnalyzer/Microsoft.CodeAnalysis.VersionCheckAnalyzer.sarif

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"tool": {
77
"name": "Microsoft.CodeAnalysis.VersionCheckAnalyzer",
8-
"version": "2.9.6",
8+
"version": "2.9.7",
99
"language": "en-US"
1010
},
1111
"rules": {

src/Microsoft.CodeQuality.Analyzers/Microsoft.CodeQuality.Analyzers.sarif

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"tool": {
77
"name": "Humanizer",
8-
"version": "2.9.6",
8+
"version": "2.9.7",
99
"language": "en-US"
1010
},
1111
"rules": {
@@ -14,7 +14,7 @@
1414
{
1515
"tool": {
1616
"name": "Microsoft.CodeQuality.Analyzers",
17-
"version": "2.9.6",
17+
"version": "2.9.7",
1818
"language": "en-US"
1919
},
2020
"rules": {
@@ -1494,7 +1494,7 @@
14941494
{
14951495
"tool": {
14961496
"name": "Microsoft.CodeQuality.CSharp.Analyzers",
1497-
"version": "2.9.6",
1497+
"version": "2.9.7",
14981498
"language": "en-US"
14991499
},
15001500
"rules": {
@@ -1690,7 +1690,7 @@
16901690
{
16911691
"tool": {
16921692
"name": "Microsoft.CodeQuality.VisualBasic.Analyzers",
1693-
"version": "2.9.6",
1693+
"version": "2.9.7",
16941694
"language": "en-US"
16951695
},
16961696
"rules": {

src/Microsoft.NetCore.Analyzers/Microsoft.NetCore.Analyzers.sarif

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"tool": {
77
"name": "Microsoft.NetCore.Analyzers",
8-
"version": "2.9.6",
8+
"version": "2.9.7",
99
"language": "en-US"
1010
},
1111
"rules": {
@@ -1933,7 +1933,7 @@
19331933
{
19341934
"tool": {
19351935
"name": "Microsoft.NetCore.CSharp.Analyzers",
1936-
"version": "2.9.6",
1936+
"version": "2.9.7",
19371937
"language": "en-US"
19381938
},
19391939
"rules": {
@@ -2083,7 +2083,7 @@
20832083
{
20842084
"tool": {
20852085
"name": "Microsoft.NetCore.VisualBasic.Analyzers",
2086-
"version": "2.9.6",
2086+
"version": "2.9.7",
20872087
"language": "en-US"
20882088
},
20892089
"rules": {

0 commit comments

Comments
 (0)