Skip to content

Commit

Permalink
Version bump to 9.3.0 (#7311)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mikula-sonarsource authored May 31, 2023
1 parent 9d55571 commit 0fa082c
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
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.2.0.0</version>
<version>9.3.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.2.0.0</releaseNotes>
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/9.3.0.0</releaseNotes>
<language>en-US</language>
<copyright>Copyright © 2015-2023 SonarSource SA</copyright>
<tags>Roslyn Analyzers Refactoring CodeAnalysis CleanCode Clean Code</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.2.0.0</version>
<version>9.3.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.2.0.0</releaseNotes>
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/9.3.0.0</releaseNotes>
<language>en-US</language>
<copyright>Copyright © 2015-2023 SonarSource SA</copyright>
<tags>Roslyn Analyzers Refactoring CodeAnalysis CleanCode Clean Code</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.2.0")]
[assembly: AssemblyFileVersion("9.2.0.0")]
[assembly: AssemblyVersion("9.3.0")]
[assembly: AssemblyFileVersion("9.3.0.0")]
// The value should look like "Version:X.X.X.X Branch:not-set Sha1:not-set"
[assembly: AssemblyInformationalVersion("Version:9.2.0.0 Branch: Sha1:")]
[assembly: AssemblyInformationalVersion("Version:9.3.0.0 Branch: Sha1:")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("SonarSource")]
[assembly: AssemblyCopyright("Copyright © 2015-2023 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.CSharp</id>
<version>9.2.0.0</version>
<version>9.3.0.0</version>
<title>C# 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.2-SNAPSHOT</version>
<version>9.3-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.2-SNAPSHOT</version>
<version>9.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>.NET Analyzers parent</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.2.0</MainVersion>
<MainVersion>9.3.0</MainVersion>
<BuildNumber>0</BuildNumber>
<MilestoneVersion>9.2</MilestoneVersion>
<MilestoneVersion>9.3</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.2-SNAPSHOT</version>
<version>9.3-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.2-SNAPSHOT</version>
<version>9.3-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.2-SNAPSHOT</version>
<version>9.3-SNAPSHOT</version>
</parent>

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

0 comments on commit 0fa082c

Please sign in to comment.