Skip to content

Commit

Permalink
Bump version to 9.26
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-georgiou-sonarsource committed May 6, 2024
1 parent 75e3904 commit 6b3a032
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
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.25.0.0</version>
<version>9.26.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.25.0.0</releaseNotes>
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/9.26.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.25.0.0</version>
<version>9.26.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.25.0.0</releaseNotes>
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/9.26.0.0</releaseNotes>
<language>en-US</language>
<copyright>Copyright © 2015-2024 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.25.0.0</version>
<version>9.26.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.25.0.0</releaseNotes>
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/9.26.0.0</releaseNotes>
<language>en-US</language>
<copyright>Copyright © 2015-2024 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.25.0")]
[assembly: AssemblyFileVersion("9.25.0.0")]
[assembly: AssemblyVersion("9.26.0")]
[assembly: AssemblyFileVersion("9.26.0.0")]
// The value should look like "Version:X.X.X.X Branch:not-set Sha1:not-set"
[assembly: AssemblyInformationalVersion("Version:9.25.0.0 Branch: Sha1:")]
[assembly: AssemblyInformationalVersion("Version:9.26.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.25.0.0</version>
<version>9.26.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.25-SNAPSHOT</version>
<version>9.26-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.25-SNAPSHOT</version>
<version>9.26-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.25.0</MainVersion>
<MainVersion>9.26.0</MainVersion>
<BuildNumber>0</BuildNumber>
<MilestoneVersion>9.25</MilestoneVersion>
<MilestoneVersion>9.26</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.25-SNAPSHOT</version>
<version>9.26-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.25-SNAPSHOT</version>
<version>9.26-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.25-SNAPSHOT</version>
<version>9.26-SNAPSHOT</version>
</parent>

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

0 comments on commit 6b3a032

Please sign in to comment.