Skip to content

Commit

Permalink
Bump main to 10.0 (#7379)
Browse files Browse the repository at this point in the history
* Versions.props NetAnalyzersVersionPrefix

* src/NetAnalyzers/Microsoft.CodeAnalysis.NetAnalyzers.sarif
  • Loading branch information
carlossanlop committed Aug 15, 2024
1 parent bd6ec64 commit 16bc384
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 @@ -3,7 +3,7 @@
<PropertyGroup>
<VersionPrefix>3.11.0</VersionPrefix>
<PreReleaseVersionLabel>beta1</PreReleaseVersionLabel>
<NetAnalyzersVersionPrefix>9.0.0</NetAnalyzersVersionPrefix>
<NetAnalyzersVersionPrefix>10.0.0</NetAnalyzersVersionPrefix>
<NetAnalyzersPreReleaseVersionLabel>preview</NetAnalyzersPreReleaseVersionLabel>
<AnalyzerUtilitiesVersionPrefix>$(VersionPrefix)</AnalyzerUtilitiesVersionPrefix>
<MetricsVersionPrefix>4.0.0</MetricsVersionPrefix>
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": "9.0.0",
"version": "10.0.0",
"language": "en-US"
},
"rules": {
Expand Down Expand Up @@ -689,7 +689,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.NetAnalyzers",
"version": "9.0.0",
"version": "10.0.0",
"language": "en-US"
},
"rules": {
Expand Down Expand Up @@ -6364,7 +6364,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers",
"version": "9.0.0",
"version": "10.0.0",
"language": "en-US"
},
"rules": {
Expand Down

0 comments on commit 16bc384

Please sign in to comment.