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 3517310977..faf7132f93 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 587a7b4923..7f21fc8265 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-alpha1';
+const versionSuffix = '1.0.0-alpha1-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 7967abbd2f..4535f622f3 100644
--- a/client-ts/Microsoft.AspNetCore.SignalR.Test.Server/wwwroot/connectionTests.html
+++ b/client-ts/Microsoft.AspNetCore.SignalR.Test.Server/wwwroot/connectionTests.html
@@ -12,14 +12,14 @@
if (typeof Promise === 'undefined')
{
document.write(
- '
diff --git a/samples/ChatSample/ChatSample.csproj b/samples/ChatSample/ChatSample.csproj
index 2c8d863f19..0001f5399a 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 7ae555f797..b3da6da67b 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 0d5f5bd125..f9ab5b2098 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 39c1305112..9f71465f62 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 323beebafa..9b13143d61 100644
--- a/version.xml
+++ b/version.xml
@@ -3,6 +3,6 @@
rel/2.0.0
1.0.0
- alpha1
+ alpha1-final