diff --git a/Directory.Build.props b/Directory.Build.props
index f06e88ba3b..7853b71ef2 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -9,7 +9,7 @@
$(MSBuildThisFileDirectory)build\Key.snk
true
true
- $(VersionSuffix)-$(BuildNumber)
+
true
diff --git a/client-ts/Microsoft.AspNetCore.SignalR.Client.TS/Microsoft.AspNetCore.SignalR.Client.TS.csproj b/client-ts/Microsoft.AspNetCore.SignalR.Client.TS/Microsoft.AspNetCore.SignalR.Client.TS.csproj
index 933e26f277..e33cd92b28 100644
--- a/client-ts/Microsoft.AspNetCore.SignalR.Client.TS/Microsoft.AspNetCore.SignalR.Client.TS.csproj
+++ b/client-ts/Microsoft.AspNetCore.SignalR.Client.TS/Microsoft.AspNetCore.SignalR.Client.TS.csproj
@@ -13,7 +13,7 @@
-
+
diff --git a/client-ts/Microsoft.AspNetCore.SignalR.Client.TS/gulpfile.js b/client-ts/Microsoft.AspNetCore.SignalR.Client.TS/gulpfile.js
index 5fa0458a3e..5d5a11abb2 100644
--- a/client-ts/Microsoft.AspNetCore.SignalR.Client.TS/gulpfile.js
+++ b/client-ts/Microsoft.AspNetCore.SignalR.Client.TS/gulpfile.js
@@ -10,7 +10,7 @@ const babel = require('gulp-babel');
const tsProject = ts.createProject('./tsconfig.json');
const clientOutDir = tsProject.options.outDir;
const browserOutDir = clientOutDir + '/../browser/';
-const versionSuffix = '1.0.0-alpha2';
+const versionSuffix = '1.0.0-alpha2-final';
gulp.task('clean', () => {
return del([clientOutDir + '/..'], { force: true });
diff --git a/client-ts/Microsoft.AspNetCore.SignalR.Test.Server/wwwroot/connectionTests.html b/client-ts/Microsoft.AspNetCore.SignalR.Test.Server/wwwroot/connectionTests.html
index 47679a60f9..d18e64b147 100644
--- a/client-ts/Microsoft.AspNetCore.SignalR.Test.Server/wwwroot/connectionTests.html
+++ b/client-ts/Microsoft.AspNetCore.SignalR.Test.Server/wwwroot/connectionTests.html
@@ -13,14 +13,14 @@
if (typeof Promise === 'undefined')
{
document.write(
- '
diff --git a/samples/ChatSample/ChatSample.csproj b/samples/ChatSample/ChatSample.csproj
index 708b5e973e..5f07020721 100644
--- a/samples/ChatSample/ChatSample.csproj
+++ b/samples/ChatSample/ChatSample.csproj
@@ -40,7 +40,7 @@
-
+
diff --git a/samples/ChatSample/Views/Home/Index.cshtml b/samples/ChatSample/Views/Home/Index.cshtml
index 6089f6a0af..f9880e5a1d 100644
--- a/samples/ChatSample/Views/Home/Index.cshtml
+++ b/samples/ChatSample/Views/Home/Index.cshtml
@@ -14,7 +14,7 @@
-
+
diff --git a/samples/SocketsSample/wwwroot/sockets.html b/samples/SocketsSample/wwwroot/sockets.html
index 456bcb1799..74cd5276cf 100644
--- a/samples/SocketsSample/wwwroot/sockets.html
+++ b/samples/SocketsSample/wwwroot/sockets.html
@@ -16,11 +16,11 @@
diff --git a/samples/SocketsSample/wwwroot/streaming.html b/samples/SocketsSample/wwwroot/streaming.html
index 885042ded0..cb5cbdd8ee 100644
--- a/samples/SocketsSample/wwwroot/streaming.html
+++ b/samples/SocketsSample/wwwroot/streaming.html
@@ -27,14 +27,14 @@
if (typeof Promise === 'undefined')
{
document.write(
- '
diff --git a/version.xml b/version.xml
index c08b863991..2723a522d3 100644
--- a/version.xml
+++ b/version.xml
@@ -3,6 +3,6 @@
rel/2.0.0
1.0.0
- alpha2
+ alpha2-final