Skip to content

Commit 9d54046

Browse files
duncanp-sonarAmaury Levé
authored andcommitted
Set bug fix version number (#585)
1 parent 60646df commit 9d54046

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

AssemblyInfo.Shared.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
using System.Reflection;
2222
using System.Runtime.InteropServices;
2323

24-
[assembly: AssemblyVersion("4.5.0")]
25-
[assembly: AssemblyFileVersion("4.5.0.0")]
26-
[assembly: AssemblyInformationalVersion("Version:4.5.0.0 Branch:not-set Sha1:not-set")]
24+
[assembly: AssemblyVersion("4.4.1")]
25+
[assembly: AssemblyFileVersion("4.4.1.0")]
26+
[assembly: AssemblyInformationalVersion("Version:4.4.1.0 Branch:not-set Sha1:not-set")]
2727
[assembly: AssemblyConfiguration("")]
2828
[assembly: AssemblyCompany("SonarSource and Microsoft")]
2929
[assembly: AssemblyCopyright("Copyright © SonarSource and Microsoft 2015-2017")]

nuspec/netcoreglobaltool/dotnet-sonarscanner.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>dotnet-sonarscanner</id>
5-
<version>4.5.0</version>
5+
<version>4.4.1</version>
66
<title>SonarScanner for .Net Core 2.1</title>
77
<authors>SonarSource,Microsoft</authors>
88
<projectUrl>http://redirect.sonarsource.com/doc/msbuild-sq-runner.html</projectUrl>

scripts/version/Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<MainVersion>4.5.0</MainVersion>
3+
<MainVersion>4.4.1</MainVersion>
44
<BuildNumber>0</BuildNumber>
55
<Sha1>not-set</Sha1>
66
<BranchName>not-set</BranchName>

0 commit comments

Comments
 (0)