diff --git a/source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Properties/AssemblyInfo.cs b/source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Properties/AssemblyInfo.cs
index d261036faf..0f35952832 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.70")]
+[assembly: AssemblyVersion("0.9.80")]
//[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 6d9daa3475..16e699be53 100644
--- a/source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Refactorings.xml
+++ b/source/Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Refactorings.xml
@@ -66,7 +66,7 @@
AddCastExpressionToVariableDeclaration
-
+
selected text inside interpolated string text
@@ -597,7 +597,7 @@
for keyword
-
+
lambda expression with block with single single-line statement
diff --git a/source/Pihrtsoft.CodeAnalysis.CSharp/CSharpAnalyzers.nuspec b/source/Pihrtsoft.CodeAnalysis.CSharp/CSharpAnalyzers.nuspec
index 11ec3aca02..4ded3a4352 100644
--- a/source/Pihrtsoft.CodeAnalysis.CSharp/CSharpAnalyzers.nuspec
+++ b/source/Pihrtsoft.CodeAnalysis.CSharp/CSharpAnalyzers.nuspec
@@ -2,7 +2,7 @@
CSharpAnalyzers
- 0.9.70.0
+ 0.9.80.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 4bb7cbdcdc..4fc9b216ef 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.70")]
+[assembly: AssemblyVersion("0.9.80")]
//[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 abf497f36f..eae8571f34 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.70")]
+[assembly: AssemblyVersion("0.9.80")]
//[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 6779e411dc..069aac27e3 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.9.70")]
+[assembly: AssemblyVersion("0.9.80")]
//[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 daecd99894..9a62c3e983 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.9.70")]
+[assembly: AssemblyVersion("0.9.80")]
//[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 b4ce29d686..8545dca098 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 f77cec3eab..1f8d99f231 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.9.70")]
+[assembly: AssemblyVersion("0.9.80")]
//[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 be0b4e1fbd..c95af03499 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