Skip to content

Commit

Permalink
Bump version to 5.2.0 (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-caro-sonarsource committed Apr 8, 2021
1 parent dce6035 commit 09e64f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions AssemblyInfo.Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("5.1.0")]
[assembly: AssemblyFileVersion("5.1.0.0")]
[assembly: AssemblyInformationalVersion("Version:5.1.0.0 Branch:not-set Sha1:not-set")]
[assembly: AssemblyVersion("5.2.0")]
[assembly: AssemblyFileVersion("5.2.0.0")]
[assembly: AssemblyInformationalVersion("Version:5.2.0.0 Branch:not-set Sha1:not-set")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("SonarSource and Microsoft")]
[assembly: AssemblyCopyright("Copyright © SonarSource and Microsoft 2015-2020")]
[assembly: AssemblyCopyright("Copyright © SonarSource and Microsoft 2015-2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion nuspec/netcoreglobaltool/dotnet-sonarscanner.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>dotnet-sonarscanner</id>
<version>5.1.0</version>
<version>5.2.0</version>
<title>SonarScanner for .Net Core</title>
<authors>SonarSource,Microsoft</authors>
<projectUrl>http://redirect.sonarsource.com/doc/msbuild-sq-runner.html</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion scripts/version/Version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MainVersion>5.1.0</MainVersion>
<MainVersion>5.2.0</MainVersion>
<BuildNumber>0</BuildNumber>
<Sha1>not-set</Sha1>
<BranchName>not-set</BranchName>
Expand Down

0 comments on commit 09e64f2

Please sign in to comment.