File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
Microsoft.Azure.WebPubSub.AspNetCore/src
Microsoft.Azure.WebPubSub.Common Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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-->
Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments