Skip to content

Commit

Permalink
change version to 0.9.70
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Jun 23, 2016
1 parent b76963b commit 3c5b3f7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.60")]
[assembly: AssemblyVersion("0.9.70")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<Syntax>regular string literal</Syntax>
</Syntaxes>
</Refactoring>
<Refactoring Id="ConvertStringLiteralToCharacterLiteral" Title="Convert string literal to character literal" ExtensionVersion="0.0.0">
<Refactoring Id="ConvertStringLiteralToCharacterLiteral" Title="Convert string literal to character literal" ExtensionVersion="0.9.70">
<Syntaxes>
<Syntax>string literal</Syntax>
</Syntaxes>
Expand Down Expand Up @@ -324,7 +324,7 @@
</Syntaxes>
<Scope>block</Scope>
</Refactoring>
<Refactoring Id="FormatAccessorBracesOnSingleLine" Title="Format accessor braces on single line" ExtensionVersion="0.0.0">
<Refactoring Id="FormatAccessorBracesOnSingleLine" Title="Format accessor braces on single line" ExtensionVersion="0.9.70">
<Syntaxes>
<Syntax>get accessor</Syntax>
<Syntax>set accessor</Syntax>
Expand Down Expand Up @@ -373,7 +373,7 @@
<Syntax>initializer</Syntax>
</Syntaxes>
</Refactoring>
<Refactoring Id="GenerateSwitchSections" Title="Generate switch sections" ExtensionVersion="0.0.0">
<Refactoring Id="GenerateSwitchSections" Title="Generate switch sections" ExtensionVersion="0.9.70">
<Syntaxes>
<Syntax>switch statement (that is empty or contains only default section)</Syntax>
</Syntaxes>
Expand Down Expand Up @@ -436,12 +436,12 @@
</Syntaxes>
<Scope>indexer/method/property header</Scope>
</Refactoring>
<Refactoring Id="MarkAllMembersAsStatic" Title="Mark all members as static" ExtensionVersion="0.0.0">
<Refactoring Id="MarkAllMembersAsStatic" Title="Mark all members as static" ExtensionVersion="0.9.70">
<Syntaxes>
<Syntax>non-static field/method/property/event in static class</Syntax>
</Syntaxes>
</Refactoring>
<Refactoring Id="MarkMemberAsStatic" Title="Mark member as static" ExtensionVersion="0.0.0">
<Refactoring Id="MarkMemberAsStatic" Title="Mark member as static" ExtensionVersion="0.9.70">
<Syntaxes>
<Syntax>non-static field/method/property/event in static class</Syntax>
</Syntaxes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>CSharpAnalyzers</id>
<version>0.9.60.0</version>
<version>0.9.70.0</version>
<title>C# Analyzers</title>
<authors>Josef Pihrt</authors>
<owners>Josef Pihrt</owners>
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.60")]
[assembly: AssemblyVersion("0.9.70")]
//[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.60")]
[assembly: AssemblyVersion("0.9.70")]
//[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.60" Language="en-US" Publisher="Josef Pihrt"/>
<Identity Id="18c29e93-71e2-4e1f-922f-6082e58e8de3" Version="0.9.70" 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
@@ -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.60" Language="en-US" Publisher="Josef Pihrt"/>
<Identity Id="e5401839-cc8f-4d0c-b757-21d4e345aa62" Version="0.9.70" 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 3c5b3f7

Please sign in to comment.