Skip to content

Commit

Permalink
Metadata updates for next release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Koelman authored and Bart Koelman committed Jun 5, 2017
1 parent 9846fb1 commit 564be32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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="1.0.0" Language="en-US" Publisher="Bart Koelman" />
<Identity Id="CSharpGuidelinesAnalyzer..1d571424-b954-4fb3-8e9f-c8bcca9a17f0" Version="1.0.1" 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 @@ -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("1.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0")]
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyInformationalVersion("1.0.1")]

0 comments on commit 564be32

Please sign in to comment.