diff --git a/source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Properties/AssemblyInfo.cs b/source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Properties/AssemblyInfo.cs index ea706a8c16..444d7d9257 100644 --- a/source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Properties/AssemblyInfo.cs +++ b/source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Properties/AssemblyInfo.cs @@ -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.20")] +[assembly: AssemblyVersion("0.9.21")] //[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: NeutralResourcesLanguage("en-US")] \ No newline at end of file diff --git a/source/Pihrtsoft.CodeAnalysis.CSharp/CSharpAnalyzers.nuspec b/source/Pihrtsoft.CodeAnalysis.CSharp/CSharpAnalyzers.nuspec index 9ae844b5c4..f5dcb7f54f 100644 --- a/source/Pihrtsoft.CodeAnalysis.CSharp/CSharpAnalyzers.nuspec +++ b/source/Pihrtsoft.CodeAnalysis.CSharp/CSharpAnalyzers.nuspec @@ -2,7 +2,7 @@ CSharpAnalyzers - 0.9.20.0 + 0.9.21.0 C# Analyzers Josef Pihrt Josef Pihrt diff --git a/source/Pihrtsoft.CodeAnalysis.CSharp/Properties/AssemblyInfo.cs b/source/Pihrtsoft.CodeAnalysis.CSharp/Properties/AssemblyInfo.cs index d95436de0c..2a7c903f3c 100644 --- a/source/Pihrtsoft.CodeAnalysis.CSharp/Properties/AssemblyInfo.cs +++ b/source/Pihrtsoft.CodeAnalysis.CSharp/Properties/AssemblyInfo.cs @@ -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.20")] +[assembly: AssemblyVersion("0.9.21")] //[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: NeutralResourcesLanguage("en-US")] \ No newline at end of file diff --git a/source/Pihrtsoft.CodeAnalysis.Common/Properties/AssemblyInfo.cs b/source/Pihrtsoft.CodeAnalysis.Common/Properties/AssemblyInfo.cs index f97bbb80b3..e90a384a4f 100644 --- a/source/Pihrtsoft.CodeAnalysis.Common/Properties/AssemblyInfo.cs +++ b/source/Pihrtsoft.CodeAnalysis.Common/Properties/AssemblyInfo.cs @@ -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.20")] +[assembly: AssemblyVersion("0.9.21")] //[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: NeutralResourcesLanguage("en-US")] \ No newline at end of file diff --git a/vsix/Pihrtsoft.CodeAnalysis.CSharp.Vsix/source.extension.vsixmanifest b/vsix/Pihrtsoft.CodeAnalysis.CSharp.Vsix/source.extension.vsixmanifest index 3957d68d50..4d6a44c19b 100644 --- a/vsix/Pihrtsoft.CodeAnalysis.CSharp.Vsix/source.extension.vsixmanifest +++ b/vsix/Pihrtsoft.CodeAnalysis.CSharp.Vsix/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + C# Analyzers and Refactorings Roslyn-based extension that offers more than 60 analyzers and more than 70 refactorings for C#. http://pihrt.net/Roslyn