Skip to content

Commit

Permalink
Update version 6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeri Hristov authored and valhristov committed Dec 21, 2017
1 parent 3338694 commit 9331fae
Show file tree
Hide file tree
Showing 19 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.sonarsource.dotnet</groupId>
<artifactId>sonar-csharp</artifactId>
<version>6.8-SNAPSHOT</version>
<version>6.7.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>SonarC# 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>6.8.0</MainVersion>
<MainVersion>6.7.1</MainVersion>
<BuildNumber>0</BuildNumber>
<MilestoneVersion>6.8</MilestoneVersion>
<MilestoneVersion>6.7.1</MilestoneVersion>
<Sha1>not-set</Sha1>
<BranchName>not-set</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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.dotnet</groupId>
<artifactId>sonar-csharp</artifactId>
<version>6.8-SNAPSHOT</version>
<version>6.7.1-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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.dotnet</groupId>
<artifactId>sonar-csharp</artifactId>
<version>6.8-SNAPSHOT</version>
<version>6.7.1-SNAPSHOT</version>
</parent>

<artifactId>sonar-dotnet-shared-library</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonar-dotnet-tests-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.dotnet</groupId>
<artifactId>sonar-csharp</artifactId>
<version>6.8-SNAPSHOT</version>
<version>6.7.1-SNAPSHOT</version>
</parent>

<artifactId>sonar-dotnet-tests-library</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonaranalyzer-dotnet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.dotnet</groupId>
<artifactId>sonar-csharp</artifactId>
<version>6.8-SNAPSHOT</version>
<version>6.7.1-SNAPSHOT</version>
</parent>

<artifactId>sonaranalyzer-dotnet</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.dotnet</groupId>
<artifactId>sonaranalyzer-maven-artifacts</artifactId>
<version>6.8-SNAPSHOT</version>
<version>6.7.1-SNAPSHOT</version>
</parent>

<artifactId>SonarAnalyzer.CSharp</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.dotnet</groupId>
<artifactId>sonaranalyzer-maven-artifacts</artifactId>
<version>6.8-SNAPSHOT</version>
<version>6.7.1-SNAPSHOT</version>
</parent>

<artifactId>SonarAnalyzer.RuleDocGenerator.CSharp</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.dotnet</groupId>
<artifactId>sonaranalyzer-maven-artifacts</artifactId>
<version>6.8-SNAPSHOT</version>
<version>6.7.1-SNAPSHOT</version>
</parent>

<artifactId>SonarAnalyzer.RuleDocGenerator.VisualBasic</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.dotnet</groupId>
<artifactId>sonaranalyzer-maven-artifacts</artifactId>
<version>6.8-SNAPSHOT</version>
<version>6.7.1-SNAPSHOT</version>
</parent>

<artifactId>SonarAnalyzer.VisualBasic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonaranalyzer-dotnet/sonaranalyzer-maven-artifacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.dotnet</groupId>
<artifactId>sonaranalyzer-dotnet</artifactId>
<version>6.8-SNAPSHOT</version>
<version>6.7.1-SNAPSHOT</version>
</parent>

<artifactId>sonaranalyzer-maven-artifacts</artifactId>
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,10 +21,10 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("6.8.0")]
[assembly: AssemblyFileVersion("6.8.0.0")]
[assembly: AssemblyVersion("6.7.1")]
[assembly: AssemblyFileVersion("6.7.1.0")]
// The value should look like "Version:X.X.X.X Branch:not-set Sha1:not-set"
[assembly: AssemblyInformationalVersion("Version:6.8.0.0 Branch:not-set Sha1:not-set")]
[assembly: AssemblyInformationalVersion("Version:6.7.1.0 Branch:not-set Sha1:not-set")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("SonarSource")]
[assembly: AssemblyCopyright("Copyright © 2015-2017 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.RuleDocGenerator.CSharp</id>
<version>6.8.0.0</version>
<version>6.7.1.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>6.8.0.0</version>
<version>6.7.1.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.CSharp</id>
<version>6.8.0.0</version>
<version>6.7.1.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>https://github.com/SonarSource/sonar-csharp/issues?q=is:issue+-label:Task+milestone:6.8</releaseNotes>
<releaseNotes>https://github.com/SonarSource/sonar-csharp/issues?q=is:issue+-label:Task+milestone:6.7.1</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>6.8.0.0</version>
<version>6.7.1.0</version>
<title>SonarAnalyzer for Visual Basic</title>
<authors>SonarSource</authors>
<owners>SonarSource</owners>
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="6.8.0.0" Language="en-US" Publisher="SonarSource" />
<Identity Id="99d84a73-1512-4999-adcc-29d37452719a" Version="6.7.1.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>https://github.com/SonarSource/sonar-csharp/issues?q=is:issue+-label:Task+milestone:6.8</ReleaseNotes>
<ReleaseNotes>https://github.com/SonarSource/sonar-csharp/issues?q=is:issue+-label:Task+milestone:6.7.1</ReleaseNotes>
<Icon>logos\sonarlint_32.png</Icon>
</Metadata>
<Installation>
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="9760AE0B-7ABC-4F82-9D4A-0C224DE6945D" Version="6.8.0.0" Language="en-US" Publisher="SonarSource" />
<Identity Id="9760AE0B-7ABC-4F82-9D4A-0C224DE6945D" Version="6.7.1.0" Language="en-US" Publisher="SonarSource" />
<DisplayName>[VS2015] 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>https://github.com/SonarSource/sonar-csharp/issues?q=is:issue+-label:Task+milestone:6.8</ReleaseNotes>
<ReleaseNotes>https://github.com/SonarSource/sonar-csharp/issues?q=is:issue+-label:Task+milestone:6.7.1</ReleaseNotes>
<Icon>logos\sonarlint_32.png</Icon>
</Metadata>
<Installation>
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="5CCA8C7D-E5EA-4B73-96B1-D5649537A9DE" Version="6.8.0.0" Language="en-US" Publisher="SonarSource" />
<Identity Id="5CCA8C7D-E5EA-4B73-96B1-D5649537A9DE" Version="6.7.1.0" Language="en-US" Publisher="SonarSource" />
<DisplayName>[VS2017] 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>https://github.com/SonarSource/sonar-csharp/issues?q=is:issue+-label:Task+milestone:6.8</ReleaseNotes>
<ReleaseNotes>https://github.com/SonarSource/sonar-csharp/issues?q=is:issue+-label:Task+milestone:6.7.1</ReleaseNotes>
<Icon>logos\sonarlint_32.png</Icon>
</Metadata>
<Installation>
Expand Down

0 comments on commit 9331fae

Please sign in to comment.