From 1887c7bb6223884ce23ac4a8fb7adfa4026c5677 Mon Sep 17 00:00:00 2001 From: Pawel Kadluczka Date: Tue, 3 Oct 2017 16:34:12 -0700 Subject: [PATCH] Changing version to final --- Directory.Build.props | 2 +- .../Microsoft.AspNetCore.SignalR.Client.TS.csproj | 2 +- .../Microsoft.AspNetCore.SignalR.Client.TS/gulpfile.js | 2 +- .../wwwroot/connectionTests.html | 8 ++++---- samples/ChatSample/ChatSample.csproj | 2 +- samples/ChatSample/Views/Home/Index.cshtml | 2 +- samples/SocketsSample/wwwroot/hubs.html | 8 ++++---- samples/SocketsSample/wwwroot/sockets.html | 4 ++-- samples/SocketsSample/wwwroot/streaming.html | 8 ++++---- version.xml | 2 +- 10 files changed, 20 insertions(+), 20 deletions(-) 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