Skip to content

Commit 872124a

Browse files
authored
Release a new version of common lib Microsoft.Azure.WebPubSub.Common (Azure#52838)
1 parent 51ea0d7 commit 872124a

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

sdk/webpubsub/Microsoft.Azure.WebPubSub.AspNetCore/src/Microsoft.Azure.WebPubSub.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
1111
<NoWarn>$(NoWarn);419</NoWarn>
1212
<GenerateAPIListing>true</GenerateAPIListing>
13-
<ApiCompatBaselineTargetFramework Condition="'$(TargetFramework)' == 'net8.0'">netcoreapp3.1</ApiCompatBaselineTargetFramework>
13+
<ApiCompatBaselineTargetFramework>net8.0</ApiCompatBaselineTargetFramework>
1414
</PropertyGroup>
1515

1616
<ItemGroup>

sdk/webpubsub/Microsoft.Azure.WebPubSub.Common/CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
# Release History
22

3-
## 1.5.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.5.0 (2025-09-28)
104

115
### Other Changes
6+
- Update the dependencies to the latest versions.
127

138
## 1.4.0 (2024-09-25)
149

sdk/webpubsub/Microsoft.Azure.WebPubSub.Common/src/Microsoft.Azure.WebPubSub.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>Azure SDK Common object library for the WebPubSub service</Description>
44
<AssemblyTitle>Azure SDK Common for WebPubSub</AssemblyTitle>
5-
<Version>1.5.0-beta.1</Version>
5+
<Version>1.5.0</Version>
66
<ApiCompatVersion>1.4.0</ApiCompatVersion>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
88
<!--Remove ApiCompatVersion to remove unused JSON attribute-->

sdk/webpubsub/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,17 @@ extends:
3737
safeName: AzureMessagingWebPubSubClient
3838
- name: Microsoft.Azure.WebJobs.Extensions.WebPubSub
3939
safeName: MicrosoftAzureWebJobsExtensionsWebPubSub
40+
triggeringPaths:
41+
- /sdk/webpubsub/Microsoft.Azure.WebPubSub.Common/
4042
- name: Microsoft.Azure.WebPubSub.AspNetCore
4143
safeName: MicrosoftAzureWebPubSubAspNetCore
44+
triggeringPaths:
45+
- /sdk/webpubsub/Microsoft.Azure.WebPubSub.Common/
4246
- name: Microsoft.Azure.WebPubSub.Common
4347
safeName: MicrosoftAzureWebPubSubCommon
4448
- name: Microsoft.Azure.Functions.Worker.Extensions.WebPubSub
4549
safeName: MicrosoftAzureFunctionsWorkerExtensionsWebPubSub
4650
- name: Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO
4751
safeName: MicrosoftAzureWebJobsExtensionsWebPubSubForSocketIO
52+
triggeringPaths:
53+
- /sdk/webpubsub/Microsoft.Azure.WebPubSub.Common/

0 commit comments

Comments
 (0)