Skip to content

Commit

Permalink
Updating the version number (add missing third component for .NET art…
Browse files Browse the repository at this point in the history
…ifacts)
  • Loading branch information
Valeri Hristov committed May 31, 2017
1 parent c4a5826 commit 6c9e3ad
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion sonaranalyzer-dotnet/build/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.11</MainVersion>
<MainVersion>5.11.0</MainVersion>
<BuildNumber>0</BuildNumber>
<Sha1>not-set</Sha1>
<BranchName>not-set</BranchName>
Expand Down
6 changes: 3 additions & 3 deletions sonaranalyzer-dotnet/src/AssemblyInfo.Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("5.11")]
[assembly: AssemblyFileVersion("5.11.0")]
[assembly: AssemblyInformationalVersion("Version:5.11.0 Branch:not-set Sha1:not-set")]
[assembly: AssemblyVersion("5.11.0")]
[assembly: AssemblyFileVersion("5.11.0.0")]
[assembly: AssemblyInformationalVersion("Version:5.11.0.0 Branch:not-set Sha1:not-set")]

[assembly: AssemblyConfiguration("")]

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.RuleDocGenerator.CSharp</id>
<version>5.11.0</version>
<version>5.11.0.0</version>
<title>SonarAnalyzer Rule Descriptor Generator for C#</title>
<authors>SonarSource</authors>
<owners>SonarSource</owners>
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.RuleDocGenerator.VisualBasic</id>
<version>5.11.0</version>
<version>5.11.0.0</version>
<title>SonarAnalyzer Rule Descriptor Generator for VB.Net</title>
<authors>SonarSource</authors>
<owners>SonarSource</owners>
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.Scanner</id>
<version>5.11.0</version>
<version>5.11.0.0</version>
<title>SonarAnalyzer Scanner</title>
<authors>SonarSource</authors>
<owners>SonarSource</owners>
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.CSharp</id>
<version>5.11.0</version>
<version>5.11.0.0</version>
<title>SonarAnalyzer for C#</title>
<authors>SonarSource</authors>
<owners>SonarSource</owners>
Expand All @@ -12,7 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Analyzers which spot bugs and code smells in your code. This package is best used together with SonarLint for Visual Studio and/or the SonarQube platform.</summary>
<description>Analyzers which spot bugs and code smells in your code. This package is best used together with SonarLint for Visual Studio (http://vs.sonarlint.org) and/or the SonarQube platform (http://www.sonarqube.org).</description>
<releaseNotes>http://www.sonarlint.org/visualstudio/rules/index.html#version=5.11.0</releaseNotes>
<releaseNotes>http://www.sonarlint.org/visualstudio/rules/index.html#version=5.11.0.0</releaseNotes>
<language>en-US</language>
<copyright>Copyright © 2015-2017 SonarSource SA</copyright>
<tags>Roslyn Analyzers Refactoring CodeAnalysis</tags>
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.VisualBasic</id>
<version>5.11.0</version>
<version>5.11.0.0</version>
<title>SonarAnalyzer for Visual Basic</title>
<authors>SonarSource</authors>
<owners>SonarSource</owners>
Expand All @@ -12,7 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Analyzers which spot bugs and code smells in your code. This package is best used together with SonarLint for Visual Studio and/or the SonarQube platform.</summary>
<description>Analyzers which spot bugs and code smells in your code. This package is best used together with SonarLint for Visual Studio (http://vs.sonarlint.org) and/or the SonarQube platform (http://www.sonarqube.org).</description>
<releaseNotes>http://www.sonarlint.org/visualstudio/rules/index.html#version=5.11.0</releaseNotes>
<releaseNotes>http://www.sonarlint.org/visualstudio/rules/index.html#version=5.11.0.0</releaseNotes>
<language>en-US</language>
<copyright>Copyright © 2015-2017 SonarSource SA</copyright>
<tags>Roslyn Analyzers Refactoring CodeAnalysis</tags>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="99d84a73-1512-4999-adcc-29d37452719a" Version="5.11.0" Language="en-US" Publisher="SonarSource" />
<Identity Id="99d84a73-1512-4999-adcc-29d37452719a" Version="5.11.0.0" Language="en-US" Publisher="SonarSource" />
<DisplayName>SonarAnalyzer for CSharp and VB.NET</DisplayName>
<Description xml:space="preserve">This extension provides on-the-fly feedback to developers on new bugs and quality issues injected into C# and VB.Net code.</Description>
<MoreInfo>http://vs.sonarlint.org</MoreInfo>
<License>License.txt</License>
<ReleaseNotes>http://www.sonarlint.org/visualstudio/rules/index.html#version=5.11.0</ReleaseNotes>
<ReleaseNotes>http://www.sonarlint.org/visualstudio/rules/index.html#version=5.11.0.0</ReleaseNotes>
<Icon>logos\sonarlint_32.png</Icon>
</Metadata>
<Installation>
Expand Down

0 comments on commit 6c9e3ad

Please sign in to comment.