From fc572402846a3f25e1266a388a51361e7d13233c Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Fri, 5 Aug 2016 00:50:27 +0200 Subject: [PATCH] change version to 0.96.0 --- source/Analyzers/Properties/AssemblyInfo.cs | 2 +- source/Common/Properties/AssemblyInfo.cs | 2 +- source/Refactorings/Properties/AssemblyInfo.cs | 2 +- source/Refactorings/Refactorings.xml | 6 +++--- .../Properties/AssemblyInfo.cs | 2 +- .../source.extension.vsixmanifest | 2 +- source/VisualStudio.Common/Properties/AssemblyInfo.cs | 2 +- source/VisualStudio.Refactorings/Properties/AssemblyInfo.cs | 2 +- .../VisualStudio.Refactorings/source.extension.vsixmanifest | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/source/Analyzers/Properties/AssemblyInfo.cs b/source/Analyzers/Properties/AssemblyInfo.cs index e3930d8818..9ca6c24ec6 100644 --- a/source/Analyzers/Properties/AssemblyInfo.cs +++ b/source/Analyzers/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.95.1")] +[assembly: AssemblyVersion("0.96.0")] //[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: NeutralResourcesLanguage("en-US")] \ No newline at end of file diff --git a/source/Common/Properties/AssemblyInfo.cs b/source/Common/Properties/AssemblyInfo.cs index d38fed4ee7..dd30111d66 100644 --- a/source/Common/Properties/AssemblyInfo.cs +++ b/source/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.95.1")] +[assembly: AssemblyVersion("0.96.0")] //[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: NeutralResourcesLanguage("en-US")] \ No newline at end of file diff --git a/source/Refactorings/Properties/AssemblyInfo.cs b/source/Refactorings/Properties/AssemblyInfo.cs index 3bddd6f313..7b148352aa 100644 --- a/source/Refactorings/Properties/AssemblyInfo.cs +++ b/source/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.95.1")] +[assembly: AssemblyVersion("0.96.0")] //[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: NeutralResourcesLanguage("en-US")] \ No newline at end of file diff --git a/source/Refactorings/Refactorings.xml b/source/Refactorings/Refactorings.xml index 0a43ca5388..79eb990e4c 100644 --- a/source/Refactorings/Refactorings.xml +++ b/source/Refactorings/Refactorings.xml @@ -122,7 +122,7 @@ AddCastExpressionToVariableDeclaration - + return statement without expression @@ -510,7 +510,7 @@ parameter identifier - + method invocation @@ -549,7 +549,7 @@ selected attribute lists - + selected if statements diff --git a/source/VisualStudio.AnalyzersAndRefactorings/Properties/AssemblyInfo.cs b/source/VisualStudio.AnalyzersAndRefactorings/Properties/AssemblyInfo.cs index 3962b3ba95..fc05f29fc3 100644 --- a/source/VisualStudio.AnalyzersAndRefactorings/Properties/AssemblyInfo.cs +++ b/source/VisualStudio.AnalyzersAndRefactorings/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // Build Number // Revision // -[assembly: AssemblyVersion("0.95.1")] +[assembly: AssemblyVersion("0.96.0")] //[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: NeutralResourcesLanguage("en-US")] diff --git a/source/VisualStudio.AnalyzersAndRefactorings/source.extension.vsixmanifest b/source/VisualStudio.AnalyzersAndRefactorings/source.extension.vsixmanifest index 2a210cae16..b703a664ec 100644 --- a/source/VisualStudio.AnalyzersAndRefactorings/source.extension.vsixmanifest +++ b/source/VisualStudio.AnalyzersAndRefactorings/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + C# Analyzers and Refactorings Roslyn-based extension that offers 80+ analyzers and 120+ refactorings for C#. http://github.com/JosefPihrt/RoslynTools diff --git a/source/VisualStudio.Common/Properties/AssemblyInfo.cs b/source/VisualStudio.Common/Properties/AssemblyInfo.cs index e8286c3cbc..52e962223f 100644 --- a/source/VisualStudio.Common/Properties/AssemblyInfo.cs +++ b/source/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.95.1")] +[assembly: AssemblyVersion("0.96.0")] //[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/source/VisualStudio.Refactorings/Properties/AssemblyInfo.cs b/source/VisualStudio.Refactorings/Properties/AssemblyInfo.cs index c4566d9520..3e321c309a 100644 --- a/source/VisualStudio.Refactorings/Properties/AssemblyInfo.cs +++ b/source/VisualStudio.Refactorings/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // Build Number // Revision // -[assembly: AssemblyVersion("0.95.1")] +[assembly: AssemblyVersion("0.96.0")] //[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: NeutralResourcesLanguage("en-US")] diff --git a/source/VisualStudio.Refactorings/source.extension.vsixmanifest b/source/VisualStudio.Refactorings/source.extension.vsixmanifest index 679133470b..86f5659cf1 100644 --- a/source/VisualStudio.Refactorings/source.extension.vsixmanifest +++ b/source/VisualStudio.Refactorings/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + C# Refactorings Roslyn-based extension that offers 120+ refactorings for C#. http://github.com/JosefPihrt/RoslynTools