Skip to content

Commit

Permalink
version changed to 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Apr 30, 2016
1 parent 420b067 commit b39f2ce
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.9.1")]
[assembly: AssemblyVersion("0.9.11")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.9.1")]
[assembly: AssemblyVersion("0.9.11")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.9.1")]
[assembly: AssemblyVersion("0.9.11")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]
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="18c29e93-71e2-4e1f-922f-6082e58e8de3" Version="0.9.1" Language="en-US" Publisher="Josef Pihrt"/>
<Identity Id="18c29e93-71e2-4e1f-922f-6082e58e8de3" Version="0.9.11" Language="en-US" Publisher="Josef Pihrt"/>
<DisplayName>C# Refactorings</DisplayName>
<Description xml:space="preserve">Roslyn-based extension that offers more than 70 refactorings for C#.</Description>
<MoreInfo>http://pihrt.net/Roslyn</MoreInfo>
Expand Down
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="e5401839-cc8f-4d0c-b757-21d4e345aa62" Version="0.9.1" Language="en-US" Publisher="Josef Pihrt"/>
<Identity Id="e5401839-cc8f-4d0c-b757-21d4e345aa62" Version="0.9.11" Language="en-US" Publisher="Josef Pihrt"/>
<DisplayName>C# Analyzers and Refactorings</DisplayName>
<Description xml:space="preserve">Roslyn-based extension that offers more than 50 analyzers and more than 70 refactorings for C#.</Description>
<MoreInfo>http://pihrt.net/Roslyn</MoreInfo>
Expand Down

0 comments on commit b39f2ce

Please sign in to comment.