Skip to content

Commit

Permalink
change version to 0.9.90
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Jul 8, 2016
1 parent e448e71 commit a1f6114
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 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.81")]
[assembly: AssemblyVersion("0.9.90")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Image></Image>
</Images>
</Refactoring>-->
<Refactoring Id="ReplaceEnumHasFlagWithBitwiseOperation" Title="Replace Enum.HasFlag method with bitwise operation" ExtensionVersion="0.0.0">
<Refactoring Id="ReplaceEnumHasFlagWithBitwiseOperation" Title="Replace Enum.HasFlag method with bitwise operation" ExtensionVersion="0.9.90">
<Syntaxes>
<Syntax>Enum.HasFlag method invocation</Syntax>
</Syntaxes>
Expand Down Expand Up @@ -392,7 +392,7 @@
<Syntax>yield return statement in method/property/indexer</Syntax>
</Syntaxes>
</Refactoring>
<Refactoring Id="ChangeMethodReturnTypeToVoid" Title="Change method return type to void" ExtensionVersion="0.0.0">
<Refactoring Id="ChangeMethodReturnTypeToVoid" Title="Change method return type to void" ExtensionVersion="0.9.90">
<Syntaxes>
<Syntax>method</Syntax>
</Syntaxes>
Expand Down Expand Up @@ -428,7 +428,7 @@
</Syntaxes>
<Scope></Scope>
</Refactoring>
<Refactoring Id="IntroduceUsingStaticDirective" Title="Introduce using static directive" ExtensionVersion="0.0.0">
<Refactoring Id="IntroduceUsingStaticDirective" Title="Introduce using static directive" ExtensionVersion="0.9.90">
<Syntaxes>
<Syntax>member access expression (public or internal static class)</Syntax>
</Syntaxes>
Expand Down Expand Up @@ -604,13 +604,13 @@
<Syntax>property identifier</Syntax>
</Syntaxes>
</Refactoring>
<Refactoring Id="ReplaceDoStatementWithWhileStatement" Title="Replace do statement with while statement" ExtensionVersion="0.0.0">
<Refactoring Id="ReplaceDoStatementWithWhileStatement" Title="Replace do statement with while statement" ExtensionVersion="0.9.90">
<Syntaxes>
<Syntax>do statement</Syntax>
</Syntaxes>
<Scope>do keyword</Scope>
</Refactoring>
<Refactoring Id="ReplaceWhileStatementWithDoStatement" Title="Replace while statement with do statement" ExtensionVersion="0.0.0">
<Refactoring Id="ReplaceWhileStatementWithDoStatement" Title="Replace while statement with do statement" ExtensionVersion="0.9.90">
<Syntaxes>
<Syntax>while statement</Syntax>
</Syntaxes>
Expand Down
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.81")]
[assembly: AssemblyVersion("0.9.90")]
//[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.81")]
[assembly: AssemblyVersion("0.9.90")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,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.9.81")]
[assembly: AssemblyVersion("0.9.90")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.9.81")]
[assembly: AssemblyVersion("0.9.90")]
//[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.81" Language="en-US" Publisher="Josef Pihrt" />
<Identity Id="18c29e93-71e2-4e1f-922f-6082e58e8de3" Version="0.9.90" Language="en-US" Publisher="Josef Pihrt" />
<DisplayName>C# Refactorings</DisplayName>
<Description xml:space="preserve">Roslyn-based extension that offers 100+ refactorings for C#.</Description>
<MoreInfo>http://github.com/JosefPihrt/Pihrtsoft.CodeAnalysis</MoreInfo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.9.81")]
[assembly: AssemblyVersion("0.9.90")]
//[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="e5401839-cc8f-4d0c-b757-21d4e345aa62" Version="0.9.81" Language="en-US" Publisher="Josef Pihrt"/>
<Identity Id="e5401839-cc8f-4d0c-b757-21d4e345aa62" Version="0.9.90" Language="en-US" Publisher="Josef Pihrt"/>
<DisplayName>C# Analyzers and Refactorings</DisplayName>
<Description xml:space="preserve">Roslyn-based extension that offers 80+ analyzers and 100+ refactorings for C#.</Description>
<MoreInfo>http://github.com/JosefPihrt/Pihrtsoft.CodeAnalysis</MoreInfo>
Expand Down

0 comments on commit a1f6114

Please sign in to comment.