Skip to content

Commit f450048

Browse files
authored
Releaseing 1.1.0 -uniform manamgent sdk version (#669)
* Minor fix for aspnetcore 3.0 (#652) * minor fix for aspnetcore 3.0 * retry UT. * extend ack TTL to stable UT. * Upgrade jwt and fix potential memory leak (#653) * Update version to 1.0.14 (#648) * Update version to 1.0.14 * Integration with AspNetCore 3.0 GA release (#659) * Prepare 3.0 release * upper case of IconUrl * remove condition check in sign and fix warning * restore to a stable previous version. * remove multiframework check and fix signing config. * update aspnetcore to final version * move signing config to Directory.Build.props * Fix Package Icon (#661) * fix PackageIcon * assign path * retry UT * uniform management sdk version (#667)
1 parent 87d7455 commit f450048

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

src/Microsoft.Azure.SignalR.Management/Microsoft.Azure.SignalR.Management.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<RootNamespace>Microsoft.Azure.SignalR.Management</RootNamespace>
55
<Description>Provides communication capabilities with ASP.NET Core SignalR clients through Azure SignalR Service directly. The capabilities include sending messages to all/clients/users/groups and managing group membership. For more information, see https://github.com/Azure/azure-signalr/blob/dev/docs/management-sdk-guide.md</Description>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7-
<PackageVersion>$(ManagementSDKPackageVersion)</PackageVersion>
87
</PropertyGroup>
98

109
<PropertyGroup>

test/Microsoft.Azure.SignalR.E2ETests/Microsoft.Azure.SignalR.E2ETests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,4 @@
2525
<ProjectReference Include="..\..\src\Microsoft.Azure.SignalR.Management\Microsoft.Azure.SignalR.Management.csproj" />
2626
<ProjectReference Include="..\..\src\Microsoft.Azure.SignalR.Common\Microsoft.Azure.SignalR.Common.csproj" />
2727
</ItemGroup>
28-
29-
<ItemGroup Condition=" '$(AzureSignalRSDKE2ETest)' == 'true' ">
30-
<PackageReference Include="Microsoft.Azure.SignalR.Management" Version="$(ManagementSDKPackageVersionPrefix)-*" />
31-
</ItemGroup>
3228
</Project>

test/Microsoft.Azure.SignalR.Management.Tests/Microsoft.Azure.SignalR.Management.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,4 @@
2626
<ProjectReference Include="..\..\src\Microsoft.Azure.SignalR.Common\Microsoft.Azure.SignalR.Common.csproj" />
2727
</ItemGroup>
2828

29-
<ItemGroup Condition=" '$(AzureSignalRSDKE2ETest)' == 'true' ">
30-
<PackageReference Include="Microsoft.Azure.SignalR.Management" Version="$(ManagementSDKPackageVersionPrefix)-*" />
31-
</ItemGroup>
32-
3329
</Project>

version.props

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,4 @@
99
<VersionSuffix Condition="'$(VersionSuffix)' != '' And '$(FeatureBranchVersionSuffix)' != ''">$(VersionSuffix)-$([System.Text.RegularExpressions.Regex]::Replace('$(FeatureBranchVersionSuffix)', '[^\w-]', '-'))</VersionSuffix>
1010
<VersionSuffix Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
1111
</PropertyGroup>
12-
<PropertyGroup>
13-
<ManagementSDKPackageVersionPrefix>1.0.1</ManagementSDKPackageVersionPrefix>
14-
<ManagementSDKPackageVersion>$(ManagementSDKPackageVersionPrefix)-preview1-$(BuildNumber)</ManagementSDKPackageVersion>
15-
<ManagementSDKPackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(ManagementSDKPackageVersionPrefix)</ManagementSDKPackageVersion>
16-
</PropertyGroup>
1712
</Project>

0 commit comments

Comments
 (0)