Skip to content

Commit

Permalink
Merge pull request #4488 from dotnet/netanalyzers-5-0-1
Browse files Browse the repository at this point in the history
Update Versions.props to enable releasing NetAnalyzers 5.0.1 package
  • Loading branch information
mavasani committed Dec 3, 2020
2 parents 32d97c9 + 704496d commit 3b7bb4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<VersionPrefix>3.3.2</VersionPrefix>
<PreReleaseVersionLabel>beta1</PreReleaseVersionLabel>
<NetAnalyzersVersionPrefix>6.0.0</NetAnalyzersVersionPrefix>
<NetAnalyzersVersionPrefix>5.0.1</NetAnalyzersVersionPrefix>
<NetAnalyzersPreReleaseVersionLabel>preview1</NetAnalyzersPreReleaseVersionLabel>
<AnalyzerUtilitiesVersionPrefix>$(VersionPrefix)</AnalyzerUtilitiesVersionPrefix>
<!--
Expand Down
6 changes: 3 additions & 3 deletions src/NetAnalyzers/Microsoft.CodeAnalysis.NetAnalyzers.sarif
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.CSharp.NetAnalyzers",
"version": "6.0.0",
"version": "5.0.1",
"language": "en-US"
},
"rules": {
Expand Down Expand Up @@ -290,7 +290,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.NetAnalyzers",
"version": "6.0.0",
"version": "5.0.1",
"language": "en-US"
},
"rules": {
Expand Down Expand Up @@ -5068,7 +5068,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers",
"version": "6.0.0",
"version": "5.0.1",
"language": "en-US"
},
"rules": {
Expand Down

0 comments on commit 3b7bb4a

Please sign in to comment.