diff --git a/build/repo.props b/build/repo.props index 69f8dc96a9..af0b15bb6f 100644 --- a/build/repo.props +++ b/build/repo.props @@ -3,4 +3,7 @@ + + + diff --git a/build/repo.targets b/build/repo.targets index 84287a3f2a..516e572bc0 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -1,11 +1,11 @@ - + - + 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 588030670b..8f6f04d4de 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 @@ -1,5 +1,6 @@ - + + @@ -29,4 +30,25 @@ + + + + + + + + + + @(ExecOutput) + $(ModuleVersion)-$(VersionSuffix) + + + + + + + + + + diff --git a/client-ts/package.json b/client-ts/package.json index 2327283d87..c4914b1b7e 100644 --- a/client-ts/package.json +++ b/client-ts/package.json @@ -1,6 +1,6 @@ { "name": "signalr-client", - "version": "0.1.0-alpha", + "version": "0.1.0", "description": "ASP.NET Core SignalR", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts",