Skip to content

Commit

Permalink
Bump analyzers version (dotnet#7431)
Browse files Browse the repository at this point in the history
  • Loading branch information
333fred authored Oct 7, 2024
1 parent 88e0d86 commit 6955638
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<Import Project="$(SourceBuildPackageVersionPropsPath)" Condition="'$(SourceBuildPackageVersionPropsPath)' != ''" />
<PropertyGroup>
<VersionPrefix>3.11.0</VersionPrefix>
<VersionPrefix>3.12.0</VersionPrefix>
<PreReleaseVersionLabel>beta1</PreReleaseVersionLabel>
<NetAnalyzersVersionPrefix>10.0.0</NetAnalyzersVersionPrefix>
<NetAnalyzersPreReleaseVersionLabel>preview</NetAnalyzersPreReleaseVersionLabel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.Analyzers",
"version": "3.11.0",
"version": "3.12.0",
"language": "en-US"
},
"rules": {
Expand Down Expand Up @@ -709,7 +709,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.CSharp.Analyzers",
"version": "3.11.0",
"version": "3.12.0",
"language": "en-US"
},
"rules": {
Expand Down Expand Up @@ -942,7 +942,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.VisualBasic.Analyzers",
"version": "3.11.0",
"version": "3.12.0",
"language": "en-US"
},
"rules": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.BannedApiAnalyzers",
"version": "3.11.0",
"version": "3.12.0",
"language": "en-US"
},
"rules": {
Expand All @@ -14,7 +14,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.CSharp.BannedApiAnalyzers",
"version": "3.11.0",
"version": "3.12.0",
"language": "en-US"
},
"rules": {
Expand Down Expand Up @@ -77,7 +77,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.VisualBasic.BannedApiAnalyzers",
"version": "3.11.0",
"version": "3.12.0",
"language": "en-US"
},
"rules": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.CSharp.PerformanceSensitiveAnalyzers",
"version": "3.11.0",
"version": "3.12.0",
"language": "en-US"
},
"rules": {
Expand Down Expand Up @@ -184,7 +184,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.CSharp.PerformanceSensitiveAnalyzers.CodeFixes",
"version": "3.11.0",
"version": "3.12.0",
"language": "en-US"
},
"rules": {
Expand All @@ -193,7 +193,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers",
"version": "3.11.0",
"version": "3.12.0",
"language": "en-US"
},
"rules": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.PublicApiAnalyzers",
"version": "3.11.0",
"version": "3.12.0",
"language": "en-US"
},
"rules": {
Expand Down Expand Up @@ -460,7 +460,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes",
"version": "3.11.0",
"version": "3.12.0",
"language": "en-US"
},
"rules": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"tool": {
"name": "Roslyn.Diagnostics.Analyzers",
"version": "3.11.0",
"version": "3.12.0",
"language": "en-US"
},
"rules": {
Expand Down Expand Up @@ -157,7 +157,7 @@
{
"tool": {
"name": "Roslyn.Diagnostics.CSharp.Analyzers",
"version": "3.11.0",
"version": "3.12.0",
"language": "en-US"
},
"rules": {
Expand Down Expand Up @@ -300,7 +300,7 @@
{
"tool": {
"name": "Roslyn.Diagnostics.VisualBasic.Analyzers",
"version": "3.11.0",
"version": "3.12.0",
"language": "en-US"
},
"rules": {
Expand Down
8 changes: 4 additions & 4 deletions src/Text.Analyzers/Text.Analyzers.sarif
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"tool": {
"name": "Humanizer",
"version": "3.11.0",
"version": "3.12.0",
"language": "en-US"
},
"rules": {
Expand All @@ -14,7 +14,7 @@
{
"tool": {
"name": "Text.Analyzers",
"version": "3.11.0",
"version": "3.12.0",
"language": "en-US"
},
"rules": {
Expand Down Expand Up @@ -86,7 +86,7 @@
{
"tool": {
"name": "Text.CSharp.Analyzers",
"version": "3.11.0",
"version": "3.12.0",
"language": "en-US"
},
"rules": {
Expand All @@ -95,7 +95,7 @@
{
"tool": {
"name": "Text.VisualBasic.Analyzers",
"version": "3.11.0",
"version": "3.12.0",
"language": "en-US"
},
"rules": {
Expand Down

0 comments on commit 6955638

Please sign in to comment.