Skip to content

Commit

Permalink
Metadata updates for next release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Koelman authored and Bart Koelman committed Mar 13, 2017
1 parent 8cbf78e commit 371f609
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="CSharpGuidelinesAnalyzer..1d571424-b954-4fb3-8e9f-c8bcca9a17f0" Version="0.5.0" Language="en-US" Publisher="Bart Koelman" />
<Identity Id="CSharpGuidelinesAnalyzer..1d571424-b954-4fb3-8e9f-c8bcca9a17f0" Version="1.0.0" Language="en-US" Publisher="Bart Koelman" />
<DisplayName>CSharp Coding Guidelines Analyzer</DisplayName>
<Description xml:space="preserve">Reports diagnostics for C# coding guidelines that are not already covered by Resharper.</Description>
<MoreInfo>https://github.com/bkoelman/CSharpGuidelinesAnalyzer</MoreInfo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/bkoelman/CSharpGuidelinesAnalyzer</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Reports diagnostics for C# coding guidelines that are not already covered by Resharper.</description>
<releaseNotes>Fixed incorrect statement count by AV1500 in VS 2017 RC; fixed crash on parameters of local functions in VS 2017 RC.</releaseNotes>
<releaseNotes>First stable version; includes support for Visual Studio 2017.</releaseNotes>
<copyright>Apache License, Version 2.0</copyright>
<language>en-us</language>
<tags>csharp c# coding guidelines analyzer</tags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("0.5.0")]
[assembly: AssemblyInformationalVersion("0.5.0")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0")]

0 comments on commit 371f609

Please sign in to comment.