Skip to content

Commit

Permalink
[WebPubSub] Increase isolated package version and fix a few issues (A…
Browse files Browse the repository at this point in the history
…zure#38692)

* Increase isolated process package.

* Fix title
  • Loading branch information
JialinXin authored and yaotongms committed Oct 12, 2023
1 parent 4bd7d7d commit c405876
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

## 1.7.0-beta.1 (2023-09-15)

### Bugs Fixed
- Increase depend package to fix secondary key and multiple hosts validation issue.

## 1.5.0-beta.1 (2023-04-27)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<Nullable>annotations</Nullable>
<!--Version information-->
<VersionPrefix>1.5.0-beta.1</VersionPrefix>
<VersionPrefix>1.7.0-beta.1</VersionPrefix>
<NoWarn>$(NoWarn);AZC0001;CA2227</NoWarn>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

using Microsoft.Azure.Functions.Worker.Extensions.Abstractions;

[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.WebPubSub", "1.5.0")]
[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.WebPubSub", "1.7.0")]

0 comments on commit c405876

Please sign in to comment.