diff --git a/CHANGELOG.md b/CHANGELOG.md
index c740b1940..996d0644d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Change Log
All notable changes to the code converter will be documented here.
-# 6.4.0 TBC
+# 6.4.0 07/02/2019
Fix initialization bug in VS2017
### C# -> VB
diff --git a/CodeConverter.Web/CodeConverter.Web.csproj b/CodeConverter.Web/CodeConverter.Web.csproj
index 2f66c7fab..07f1eea11 100644
--- a/CodeConverter.Web/CodeConverter.Web.csproj
+++ b/CodeConverter.Web/CodeConverter.Web.csproj
@@ -3,9 +3,9 @@
netcoreapp2.2
InProcess
- 6.3.0.0
- 6.3.0.0
- 6.3.0
+ 6.4.0.0
+ 6.4.0.0
+ 6.4.0
diff --git a/ICSharpCode.CodeConverter/ICSharpCode.CodeConverter.csproj b/ICSharpCode.CodeConverter/ICSharpCode.CodeConverter.csproj
index 9efa5a043..e5ad123da 100644
--- a/ICSharpCode.CodeConverter/ICSharpCode.CodeConverter.csproj
+++ b/ICSharpCode.CodeConverter/ICSharpCode.CodeConverter.csproj
@@ -12,9 +12,9 @@
* Completely free and open source: Check out [GitHub](https://github.com/icsharpcode/CodeConverter#code-converter-).
Code Converter for C# to/from VB.NET
Copyright (c) 2014-2018 AlphaSierraPapa
- 6.3.0.0
- 6.3.0.0
- 6.3.0
+ 6.4.0.0
+ 6.4.0.0
+ 6.4.0
ICSharpCode.CodeConverter
true
MIT
diff --git a/Vsix/source.extension.vsixmanifest b/Vsix/source.extension.vsixmanifest
index 43abb0a8e..d7647eb4e 100644
--- a/Vsix/source.extension.vsixmanifest
+++ b/Vsix/source.extension.vsixmanifest
@@ -1,7 +1,7 @@
-
+
Code Converter C# to/from VB.NET
Based on Roslyn, this converter allows you to convert C# code to VB.NET and vice versa
license.txt
diff --git a/appveyor.yml b/appveyor.yml
index 961f75f32..6b9e801b1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,5 +1,5 @@
platform: Any CPU
-version: 6.3.{build}
+version: 6.4.{build}
configuration: Debug
image: Visual Studio 2017