diff --git a/source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Properties/AssemblyInfo.cs b/source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Properties/AssemblyInfo.cs index e493903523..7e0ffd718c 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.91.1")] +[assembly: AssemblyVersion("0.92.0")] //[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: NeutralResourcesLanguage("en-US")] \ No newline at end of file diff --git a/source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Refactorings.xml b/source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Refactorings.xml index 96ce014111..ded66a1a67 100644 --- a/source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Refactorings.xml +++ b/source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Refactorings.xml @@ -25,19 +25,19 @@ boolean? expression in place where must be boolean expression - + local declaration without initializer identifier - + parameter without default value identifier - + method constructor @@ -52,7 +52,7 @@ opening or closing brace - + do statement fixed statement diff --git a/source/Pihrtsoft.CodeAnalysis.CSharp/Properties/AssemblyInfo.cs b/source/Pihrtsoft.CodeAnalysis.CSharp/Properties/AssemblyInfo.cs index fd60425eb8..725a25a0e5 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.91.1")] +[assembly: AssemblyVersion("0.92.0")] //[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 16d5563733..d5fc1f02b2 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.91.1")] +[assembly: AssemblyVersion("0.92.0")] //[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: NeutralResourcesLanguage("en-US")] \ No newline at end of file diff --git a/source/Pihrtsoft.CodeAnalysis.VisualStudio.Common/Properties/AssemblyInfo.cs b/source/Pihrtsoft.CodeAnalysis.VisualStudio.Common/Properties/AssemblyInfo.cs index 8e93852fee..67518dcef4 100644 --- a/source/Pihrtsoft.CodeAnalysis.VisualStudio.Common/Properties/AssemblyInfo.cs +++ b/source/Pihrtsoft.CodeAnalysis.VisualStudio.Common/Properties/AssemblyInfo.cs @@ -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.91.1")] +[assembly: AssemblyVersion("0.92.0")] //[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/source/Pihrtsoft.CodeAnalysis.VisualStudio.Refactorings/Properties/AssemblyInfo.cs b/source/Pihrtsoft.CodeAnalysis.VisualStudio.Refactorings/Properties/AssemblyInfo.cs index e3c79be07b..4a7a1f9451 100644 --- a/source/Pihrtsoft.CodeAnalysis.VisualStudio.Refactorings/Properties/AssemblyInfo.cs +++ b/source/Pihrtsoft.CodeAnalysis.VisualStudio.Refactorings/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // Build Number // Revision // -[assembly: AssemblyVersion("0.91.1")] +[assembly: AssemblyVersion("0.92.0")] //[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: NeutralResourcesLanguage("en-US")] diff --git a/source/Pihrtsoft.CodeAnalysis.VisualStudio.Refactorings/source.extension.vsixmanifest b/source/Pihrtsoft.CodeAnalysis.VisualStudio.Refactorings/source.extension.vsixmanifest index 7e8844cf65..3c34cf3f1b 100644 --- a/source/Pihrtsoft.CodeAnalysis.VisualStudio.Refactorings/source.extension.vsixmanifest +++ b/source/Pihrtsoft.CodeAnalysis.VisualStudio.Refactorings/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + C# Refactorings Roslyn-based extension that offers 100+ refactorings for C#. http://github.com/JosefPihrt/Pihrtsoft.CodeAnalysis diff --git a/source/Pihrtsoft.CodeAnalysis.VisualStudio/Properties/AssemblyInfo.cs b/source/Pihrtsoft.CodeAnalysis.VisualStudio/Properties/AssemblyInfo.cs index 4aaa8fe7ed..129e59b437 100644 --- a/source/Pihrtsoft.CodeAnalysis.VisualStudio/Properties/AssemblyInfo.cs +++ b/source/Pihrtsoft.CodeAnalysis.VisualStudio/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // Build Number // Revision // -[assembly: AssemblyVersion("0.91.1")] +[assembly: AssemblyVersion("0.92.0")] //[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: NeutralResourcesLanguage("en-US")] diff --git a/source/Pihrtsoft.CodeAnalysis.VisualStudio/source.extension.vsixmanifest b/source/Pihrtsoft.CodeAnalysis.VisualStudio/source.extension.vsixmanifest index dec4fe34ad..6f7c47c567 100644 --- a/source/Pihrtsoft.CodeAnalysis.VisualStudio/source.extension.vsixmanifest +++ b/source/Pihrtsoft.CodeAnalysis.VisualStudio/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + C# Analyzers and Refactorings Roslyn-based extension that offers 80+ analyzers and 100+ refactorings for C#. http://github.com/JosefPihrt/Pihrtsoft.CodeAnalysis