Skip to content

Commit 6d7d3a7

Browse files
committed
version changed to 0.9.20
1 parent 50b1cc1 commit 6d7d3a7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
//
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
31-
[assembly: AssemblyVersion("0.9.11")]
31+
[assembly: AssemblyVersion("0.9.20")]
3232
//[assembly: AssemblyFileVersion("1.0.0.0")]
3333
[assembly: NeutralResourcesLanguage("en-US")]

source/Pihrtsoft.CodeAnalysis.CSharp/CSharpAnalyzers.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>CSharpAnalyzers</id>
5-
<version>0.9.1.0</version>
5+
<version>0.9.20.0</version>
66
<title>C# Analyzers</title>
77
<authors>Josef Pihrt</authors>
88
<owners>Josef Pihrt</owners>

source/Pihrtsoft.CodeAnalysis.CSharp/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
//
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
31-
[assembly: AssemblyVersion("0.9.11")]
31+
[assembly: AssemblyVersion("0.9.20")]
3232
//[assembly: AssemblyFileVersion("1.0.0.0")]
3333
[assembly: NeutralResourcesLanguage("en-US")]

source/Pihrtsoft.CodeAnalysis.Common/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
//
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
31-
[assembly: AssemblyVersion("0.9.11")]
31+
[assembly: AssemblyVersion("0.9.20")]
3232
//[assembly: AssemblyFileVersion("1.0.0.0")]
3333
[assembly: NeutralResourcesLanguage("en-US")]

vsix/Pihrtsoft.CodeAnalysis.CSharp.Refactorings.Vsix/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="18c29e93-71e2-4e1f-922f-6082e58e8de3" Version="0.9.11" Language="en-US" Publisher="Josef Pihrt"/>
4+
<Identity Id="18c29e93-71e2-4e1f-922f-6082e58e8de3" Version="0.9.20" Language="en-US" Publisher="Josef Pihrt"/>
55
<DisplayName>C# Refactorings</DisplayName>
66
<Description xml:space="preserve">Roslyn-based extension that offers more than 70 refactorings for C#.</Description>
77
<MoreInfo>http://pihrt.net/Roslyn</MoreInfo>

vsix/Pihrtsoft.CodeAnalysis.CSharp.Vsix/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="e5401839-cc8f-4d0c-b757-21d4e345aa62" Version="0.9.11" Language="en-US" Publisher="Josef Pihrt"/>
4+
<Identity Id="e5401839-cc8f-4d0c-b757-21d4e345aa62" Version="0.9.20" Language="en-US" Publisher="Josef Pihrt"/>
55
<DisplayName>C# Analyzers and Refactorings</DisplayName>
66
<Description xml:space="preserve">Roslyn-based extension that offers more than 60 analyzers and more than 70 refactorings for C#.</Description>
77
<MoreInfo>http://pihrt.net/Roslyn</MoreInfo>

0 commit comments

Comments
 (0)