diff --git a/source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Properties/AssemblyInfo.cs b/source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Properties/AssemblyInfo.cs index b97e19b902..d261036faf 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.60")] +[assembly: AssemblyVersion("0.9.70")] //[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 ced847b05c..126d90c729 100644 --- a/source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Refactorings.xml +++ b/source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Refactorings.xml @@ -150,7 +150,7 @@ regular string literal - + string literal @@ -324,7 +324,7 @@ block - + get accessor set accessor @@ -373,7 +373,7 @@ initializer - + switch statement (that is empty or contains only default section) @@ -436,12 +436,12 @@ indexer/method/property header - + non-static field/method/property/event in static class - + non-static field/method/property/event in static class diff --git a/source/Pihrtsoft.CodeAnalysis.CSharp/CSharpAnalyzers.nuspec b/source/Pihrtsoft.CodeAnalysis.CSharp/CSharpAnalyzers.nuspec index 6ea4943299..385d2b91df 100644 --- a/source/Pihrtsoft.CodeAnalysis.CSharp/CSharpAnalyzers.nuspec +++ b/source/Pihrtsoft.CodeAnalysis.CSharp/CSharpAnalyzers.nuspec @@ -2,7 +2,7 @@ CSharpAnalyzers - 0.9.60.0 + 0.9.70.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 6c142fa8ef..4bb7cbdcdc 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.60")] +[assembly: AssemblyVersion("0.9.70")] //[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 611a6121ec..abf497f36f 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.60")] +[assembly: AssemblyVersion("0.9.70")] //[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: NeutralResourcesLanguage("en-US")] \ No newline at end of file diff --git a/vsix/Pihrtsoft.CodeAnalysis.CSharp.Refactorings.Vsix/source.extension.vsixmanifest b/vsix/Pihrtsoft.CodeAnalysis.CSharp.Refactorings.Vsix/source.extension.vsixmanifest index d6aa3ea0f8..42e5501593 100644 --- a/vsix/Pihrtsoft.CodeAnalysis.CSharp.Refactorings.Vsix/source.extension.vsixmanifest +++ b/vsix/Pihrtsoft.CodeAnalysis.CSharp.Refactorings.Vsix/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/vsix/Pihrtsoft.CodeAnalysis.CSharp.Vsix/source.extension.vsixmanifest b/vsix/Pihrtsoft.CodeAnalysis.CSharp.Vsix/source.extension.vsixmanifest index 94f5ac2821..63d883b8d2 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 80+ analyzers and 100+ refactorings for C#. http://github.com/JosefPihrt/Pihrtsoft.CodeAnalysis