Skip to content

Commit

Permalink
Bump version number to 8.53.0.0 (#6692)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsolt-kolbay-sonarsource committed Jan 31, 2023
1 parent 791eddb commit 217a739
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>8.52.0.0</version>
<version>8.53.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, 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/8.52.0.0</releaseNotes>
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/8.53.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>8.52.0.0</version>
<version>8.53.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/8.52.0.0</releaseNotes>
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/8.53.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("8.52.0")]
[assembly: AssemblyFileVersion("8.52.0.0")]
[assembly: AssemblyVersion("8.53.0")]
[assembly: AssemblyFileVersion("8.53.0.0")]
// The value should look like "Version:X.X.X.X Branch:not-set Sha1:not-set"
[assembly: AssemblyInformationalVersion("Version:8.52.0.0 Branch: Sha1:")]
[assembly: AssemblyInformationalVersion("Version:8.53.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>8.52.0.0</version>
<version>8.53.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>8.52-SNAPSHOT</version>
<version>8.53-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>8.52-SNAPSHOT</version>
<version>8.53-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>8.52.0</MainVersion>
<MainVersion>8.53.0</MainVersion>
<BuildNumber>0</BuildNumber>
<MilestoneVersion>8.52</MilestoneVersion>
<MilestoneVersion>8.53</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>8.52-SNAPSHOT</version>
<version>8.53-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>8.52-SNAPSHOT</version>
<version>8.53-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>8.52-SNAPSHOT</version>
<version>8.53-SNAPSHOT</version>
</parent>

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

0 comments on commit 217a739

Please sign in to comment.