Skip to content

Commit

Permalink
[JobRouter] Prerelease GA (#40029) (#40033)
Browse files Browse the repository at this point in the history
* [JobRouter] Prerelease GA (#40029)

* [JobRouter] Update readme (#40034)
  • Loading branch information
williamzhao87 authored Nov 16, 2023
1 parent a22f40e commit 5aef41f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
12 changes: 1 addition & 11 deletions sdk/communication/Azure.Communication.JobRouter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0
## 1.0.0 (2023-11-20)

### Features Added

Expand Down Expand Up @@ -152,16 +152,6 @@
#### OAuth2WebhookClientCredential
- Added constructor `OAuth2WebhookClientCredential(string clientId, string clientSecret)`

## 1.0.0-beta.4 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.3 (2023-09-07)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/Azure.Communication.JobRouter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This package contains a C# SDK for Azure Communication Services for JobRouter.
Install the Azure Communication JobRouter client library for .NET with [NuGet][nuget]:

```dotnetcli
dotnet add package Azure.Communication.JobRouter --prerelease
dotnet add package Azure.Communication.JobRouter
```

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Microsoft Azure Communication Router quickstart - Coming Soon
</Description>
<AssemblyTitle>Azure Communication Router Service</AssemblyTitle>
<Version>1.0.0-beta.4</Version>
<Version>1.0.0</Version>
<PackageTags>Microsoft Azure Communication Router Service;Microsoft;Azure;Azure Communication Service;Azure Communication Router Service;Router;Communication;$(PackageCommonTags)</PackageTags>
<DisableEnhancedAnalysis>true</DisableEnhancedAnalysis>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
Expand Down

0 comments on commit 5aef41f

Please sign in to comment.