Skip to content

Commit 371f609

Browse files
Bart KoelmanBart Koelman
authored andcommitted
Metadata updates for next release: v1.0.0
1 parent 8cbf78e commit 371f609

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/CSharpGuidelinesAnalyzer/CSharpGuidelinesAnalyzer.Vsix/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="CSharpGuidelinesAnalyzer..1d571424-b954-4fb3-8e9f-c8bcca9a17f0" Version="0.5.0" Language="en-US" Publisher="Bart Koelman" />
4+
<Identity Id="CSharpGuidelinesAnalyzer..1d571424-b954-4fb3-8e9f-c8bcca9a17f0" Version="1.0.0" Language="en-US" Publisher="Bart Koelman" />
55
<DisplayName>CSharp Coding Guidelines Analyzer</DisplayName>
66
<Description xml:space="preserve">Reports diagnostics for C# coding guidelines that are not already covered by Resharper.</Description>
77
<MoreInfo>https://github.com/bkoelman/CSharpGuidelinesAnalyzer</MoreInfo>

src/CSharpGuidelinesAnalyzer/CSharpGuidelinesAnalyzer/CSharpGuidelinesAnalyzer.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<projectUrl>https://github.com/bkoelman/CSharpGuidelinesAnalyzer</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Reports diagnostics for C# coding guidelines that are not already covered by Resharper.</description>
13-
<releaseNotes>Fixed incorrect statement count by AV1500 in VS 2017 RC; fixed crash on parameters of local functions in VS 2017 RC.</releaseNotes>
13+
<releaseNotes>First stable version; includes support for Visual Studio 2017.</releaseNotes>
1414
<copyright>Apache License, Version 2.0</copyright>
1515
<language>en-us</language>
1616
<tags>csharp c# coding guidelines analyzer</tags>

src/CSharpGuidelinesAnalyzer/CSharpGuidelinesAnalyzer/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
// You can specify all the values or you can default the Build and Revision Numbers
3939
// by using the '*' as shown below:
4040

41-
[assembly: AssemblyVersion("0.5.0")]
42-
[assembly: AssemblyInformationalVersion("0.5.0")]
41+
[assembly: AssemblyVersion("1.0.0")]
42+
[assembly: AssemblyInformationalVersion("1.0.0")]

0 commit comments

Comments
 (0)