diff --git a/Directory.Build.props b/Directory.Build.props
index 7853b71ef2..f06e88ba3b 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 faf7132f93..933e26f277 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,8 +13,8 @@
-
-
+
+
diff --git a/client-ts/Microsoft.AspNetCore.SignalR.Client.TS/gulpfile.js b/client-ts/Microsoft.AspNetCore.SignalR.Client.TS/gulpfile.js
index 7f21fc8265..5fa0458a3e 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-final';
+const versionSuffix = '1.0.0-alpha2';
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 4535f622f3..baf2dc2ecf 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 0001f5399a..708b5e973e 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 b3da6da67b..cad287cdf3 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 f9ab5b2098..79d4b58f66 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 9f71465f62..ffa30be875 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 9b13143d61..c08b863991 100644
--- a/version.xml
+++ b/version.xml
@@ -3,6 +3,6 @@
rel/2.0.0
1.0.0
- alpha1-final
+ alpha2