Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump to 9.33 #9645

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions analyzers/packaging/SonarAnalyzer.CSharp.Styling.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SonarAnalyzer.CSharp.Styling</id>
<version>9.32.0.0</version>
<version>9.33.0.0</version>
<title>Internal Sonar styling analyzer for C#</title>
<authors>SonarSource</authors>
<owners>SonarSource</owners>
Expand All @@ -13,7 +13,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Internal Sonar styling analyzer for C#</summary>
<description>This package contains a set of coding style rules to follow in Sonar code base. Coding style changes as well as breaking changes will appear between minor versions without prior notice. We do not provide support for this package.</description>
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/9.32.0.0</releaseNotes>
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/9.33.0.0</releaseNotes>
<language>en-US</language>
<copyright>Copyright © 2015-2024 SonarSource SA</copyright>
<developmentDependency>true</developmentDependency>
Expand Down
4 changes: 2 additions & 2 deletions analyzers/packaging/SonarAnalyzer.CSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SonarAnalyzer.CSharp</id>
<version>9.32.0.0</version>
<version>9.33.0.0</version>
<title>SonarAnalyzer for C#</title>
<authors>SonarSource</authors>
<owners>SonarSource</owners>
Expand All @@ -13,7 +13,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<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>
<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>
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/9.32.0.0</releaseNotes>
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/9.33.0.0</releaseNotes>
<language>en-US</language>
<copyright>Copyright © 2015-2024 SonarSource SA</copyright>
<tags>Roslyn Analyzer Analyzers Refactoring CodeAnalysis CleanCode Clean Code Sonar SonarAnalyzer Dotnet CSharp CodeQuality CodeReview StaticCodeAnalysis SonarQube SonarCloud SonarLint</tags>
Expand Down
4 changes: 2 additions & 2 deletions analyzers/packaging/SonarAnalyzer.VisualBasic.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SonarAnalyzer.VisualBasic</id>
<version>9.32.0.0</version>
<version>9.33.0.0</version>
<title>SonarAnalyzer for Visual Basic</title>
<authors>SonarSource</authors>
<owners>SonarSource</owners>
Expand All @@ -13,7 +13,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<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>
<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>
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/9.32.0.0</releaseNotes>
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/9.33.0.0</releaseNotes>
<language>en-US</language>
<copyright>Copyright © 2015-2024 SonarSource SA</copyright>
<tags>Roslyn Analyzer Analyzers Refactoring CodeAnalysis CleanCode Clean Code Sonar SonarAnalyzer Dotnet VisualBasic CodeQuality CodeReview StaticCodeAnalysis SonarQube SonarCloud SonarLint</tags>
Expand Down
6 changes: 3 additions & 3 deletions analyzers/src/AssemblyInfo.Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
using System.Resources;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("9.32.0")]
[assembly: AssemblyFileVersion("9.32.0.0")]
[assembly: AssemblyVersion("9.33.0")]
[assembly: AssemblyFileVersion("9.33.0.0")]
// The value should look like "Version:X.X.X.X Branch:not-set Sha1:not-set"
[assembly: AssemblyInformationalVersion("Version:9.32.0.0 Branch: Sha1:")]
[assembly: AssemblyInformationalVersion("Version:9.33.0.0 Branch: Sha1:")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("SonarSource")]
[assembly: AssemblyCopyright("Copyright © 2015-2024 SonarSource SA")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SonarAnalyzer.CFG</id>
<version>9.32.0.0</version>
<version>9.33.0.0</version>
<title>CFG library for SonarAnalyzer</title>
<authors>SonarSource</authors>
<owners>SonarSource</owners>
Expand Down
2 changes: 1 addition & 1 deletion its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.dotnet</groupId>
<artifactId>sonar-dotnet</artifactId>
<version>9.32-SNAPSHOT</version>
<version>9.33-SNAPSHOT</version>
</parent>

<groupId>com.sonarsource.it</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.sonarsource.dotnet</groupId>
<artifactId>sonar-dotnet</artifactId>
<version>9.32-SNAPSHOT</version>
<version>9.33-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Sonar .NET Java Plugin</name>
Expand Down
4 changes: 2 additions & 2 deletions scripts/version/Version.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MainVersion>9.32.0</MainVersion>
<MainVersion>9.33.0</MainVersion>
<BuildNumber>0</BuildNumber>
<MilestoneVersion>9.32</MilestoneVersion>
<MilestoneVersion>9.33</MilestoneVersion>
<Sha1>$(Sha1)</Sha1>
<BranchName>$(BranchName)</BranchName>
<FullVersion>$(MainVersion).$(BuildNumber)</FullVersion>
Expand Down
2 changes: 1 addition & 1 deletion sonar-csharp-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.dotnet</groupId>
<artifactId>sonar-dotnet</artifactId>
<version>9.32-SNAPSHOT</version>
<version>9.33-SNAPSHOT</version>
</parent>

<artifactId>sonar-csharp-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonar-dotnet-shared-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.dotnet</groupId>
<artifactId>sonar-dotnet</artifactId>
<version>9.32-SNAPSHOT</version>
<version>9.33-SNAPSHOT</version>
</parent>

<artifactId>sonar-dotnet-shared-library</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonar-vbnet-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.dotnet</groupId>
<artifactId>sonar-dotnet</artifactId>
<version>9.32-SNAPSHOT</version>
<version>9.33-SNAPSHOT</version>
</parent>

<artifactId>sonar-vbnet-plugin</artifactId>
Expand Down
Loading