Skip to content

Commit

Permalink
Updating readme to point to version 1.0.0-beta.2 (Azure#22678)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpeacock0 authored Jul 15, 2021
1 parent 526cd0f commit ef6ab09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@

### Other Changes

## 1.0.0-beta.2 (2021-07-13)
## 1.0.0-beta.2 (2021-07-14)

### Breaking Changes

- Renamed `CommunicationTurnServer` to `CommunicationIceServer`
- Renamed field `turnServers` to `iceServers` in `CommunicationRelayConfiguration`
- Renamed `IssueCredentials[Async]` to `IssueRelayConfiguration[Async]`

## 1.0.0-beta.1 (2021-05-24)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Azure Communication Network Traversal enables high bandwidth, low latency connec
Install the Azure Communication Network Traversal client library for .NET with [NuGet][nuget]:

```Powershell
dotnet add package Azure.Communication.NetworkTraversal --version 1.0.0-beta.1
dotnet add package Azure.Communication.NetworkTraversal --version 1.0.0-beta.2
```

### Prerequisites
Expand Down

0 comments on commit ef6ab09

Please sign in to comment.