Skip to content

Commit d0e7cf8

Browse files
Bump version to 9.24.0 (#9076)
1 parent 7727153 commit d0e7cf8

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

analyzers/packaging/SonarAnalyzer.CSharp.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>SonarAnalyzer.CSharp</id>
5-
<version>9.23.2.0</version>
5+
<version>9.24.0.0</version>
66
<title>SonarAnalyzer for C#</title>
77
<authors>SonarSource</authors>
88
<owners>SonarSource</owners>
@@ -13,7 +13,7 @@
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<summary>Roslyn analyzers that spot Bugs, Vulnerabilities and Code Smells in your code. For an even better overall experience, you can use SonarLint for Visual Studio or Rider, which is a free extension that can be used standalone or with SonarQube and/or SonarCloud.</summary>
1515
<description>Roslyn analyzers that spot Bugs, Vulnerabilities and Code Smells in your code. For an even better overall experience, you can use SonarLint for Visual Studio or Rider, which is a free extension (https://www.sonarlint.org/visualstudio/) that can be used standalone or with SonarQube (https://www.sonarqube.org/) and/or SonarCloud (https://sonarcloud.io/).</description>
16-
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/9.23.2.0</releaseNotes>
16+
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/9.24.0.0</releaseNotes>
1717
<language>en-US</language>
1818
<copyright>Copyright © 2015-2024 SonarSource SA</copyright>
1919
<tags>Roslyn Analyzers Refactoring CodeAnalysis CleanCode Clean Code</tags>

analyzers/packaging/SonarAnalyzer.VisualBasic.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>SonarAnalyzer.VisualBasic</id>
5-
<version>9.23.2.0</version>
5+
<version>9.24.0.0</version>
66
<title>SonarAnalyzer for Visual Basic</title>
77
<authors>SonarSource</authors>
88
<owners>SonarSource</owners>
@@ -13,7 +13,7 @@
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<summary>Roslyn analyzers that spot Bugs, Vulnerabilities and Code Smells in your code. For an even better overall experience, you can use SonarLint for Visual Studio, which is a free extension that can be used standalone or with SonarQube and/or SonarCloud.</summary>
1515
<description>Roslyn analyzers that spot Bugs, Vulnerabilities and Code Smells in your code. For an even better overall experience, you can use SonarLint for Visual Studio, which is a free extension (https://www.sonarlint.org/visualstudio/) that can be used standalone or with SonarQube (https://www.sonarqube.org/) and/or SonarCloud (https://sonarcloud.io/).</description>
16-
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/9.23.2.0</releaseNotes>
16+
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/9.24.0.0</releaseNotes>
1717
<language>en-US</language>
1818
<copyright>Copyright © 2015-2024 SonarSource SA</copyright>
1919
<tags>Roslyn Analyzers Refactoring CodeAnalysis CleanCode Clean Code</tags>

analyzers/src/AssemblyInfo.Shared.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
using System.Resources;
2424
using System.Runtime.InteropServices;
2525

26-
[assembly: AssemblyVersion("9.23.2")]
27-
[assembly: AssemblyFileVersion("9.23.2.0")]
26+
[assembly: AssemblyVersion("9.24.0")]
27+
[assembly: AssemblyFileVersion("9.24.0.0")]
2828
// The value should look like "Version:X.X.X.X Branch:not-set Sha1:not-set"
29-
[assembly: AssemblyInformationalVersion("Version:9.23.2.0 Branch: Sha1:")]
29+
[assembly: AssemblyInformationalVersion("Version:9.24.0.0 Branch: Sha1:")]
3030
[assembly: AssemblyConfiguration("")]
3131
[assembly: AssemblyCompany("SonarSource")]
3232
[assembly: AssemblyCopyright("Copyright © 2015-2024 SonarSource SA")]

analyzers/src/SonarAnalyzer.CFG/SonarAnalyzer.CFG.cs.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>SonarAnalyzer.CFG</id>
5-
<version>9.23.2.0</version>
5+
<version>9.24.0.0</version>
66
<title>CFG library for SonarAnalyzer</title>
77
<authors>SonarSource</authors>
88
<owners>SonarSource</owners>

its/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sonarsource.dotnet</groupId>
88
<artifactId>sonar-dotnet</artifactId>
9-
<version>9.23.2-SNAPSHOT</version>
9+
<version>9.24-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>com.sonarsource.it</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.sonarsource.dotnet</groupId>
1313
<artifactId>sonar-dotnet</artifactId>
14-
<version>9.23.2-SNAPSHOT</version>
14+
<version>9.24-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<name>.NET Analyzers parent</name>

scripts/version/Version.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<MainVersion>9.23.2</MainVersion>
3+
<MainVersion>9.24.0</MainVersion>
44
<BuildNumber>0</BuildNumber>
5-
<MilestoneVersion>9.23.2</MilestoneVersion>
5+
<MilestoneVersion>9.24</MilestoneVersion>
66
<Sha1>$(Sha1)</Sha1>
77
<BranchName>$(BranchName)</BranchName>
88
<FullVersion>$(MainVersion).$(BuildNumber)</FullVersion>

sonar-csharp-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sonarsource.dotnet</groupId>
88
<artifactId>sonar-dotnet</artifactId>
9-
<version>9.23.2-SNAPSHOT</version>
9+
<version>9.24-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>sonar-csharp-plugin</artifactId>

sonar-dotnet-shared-library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sonarsource.dotnet</groupId>
88
<artifactId>sonar-dotnet</artifactId>
9-
<version>9.23.2-SNAPSHOT</version>
9+
<version>9.24-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>sonar-dotnet-shared-library</artifactId>

sonar-vbnet-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sonarsource.dotnet</groupId>
88
<artifactId>sonar-dotnet</artifactId>
9-
<version>9.23.2-SNAPSHOT</version>
9+
<version>9.24-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>sonar-vbnet-plugin</artifactId>

0 commit comments

Comments
 (0)