Skip to content

Commit

Permalink
Release the official release for Web PubSub isolated function extensi…
Browse files Browse the repository at this point in the history
…on (#44756)

* Release the official release

* update readme
  • Loading branch information
vicancy authored Jun 28, 2024
1 parent b0229b0 commit e138d9a
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 (2024-07-01)

### Features Added
- Initial official release

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

### Bugs Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ API reference documentation |
Install the client library from [NuGet]:

```dotnetcli
dotnet add package Microsoft.Azure.Functions.Worker.Extensions.WebPubSub --prerelease
dotnet add package Microsoft.Azure.Functions.Worker.Extensions.WebPubSub
```

### Prerequisites
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.7.0-beta.1</VersionPrefix>
<VersionPrefix>1.7.0</VersionPrefix>
<NoWarn>$(NoWarn);CA2227</NoWarn>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
</PropertyGroup>
Expand Down

0 comments on commit e138d9a

Please sign in to comment.