Skip to content

Commit

Permalink
[Event Hubs Client] Sample ReadMe Updates (Azure#17315)
Browse files Browse the repository at this point in the history
The focus of these changes is to fix the instructions for adding packages
since there are references to API changes from the beta in the sample code.
  • Loading branch information
jsquire authored and annelo-msft committed Feb 17, 2021
1 parent e37034f commit 7f8be16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To quickly create a basic set of resources in Azure and to receive a connection
Install the Azure Event Hubs client library for .NET with [NuGet](https://www.nuget.org/):

```PowerShell
dotnet add package Azure.Messaging.EventHubs.Processor
dotnet add package Azure.Messaging.EventHubs.Processor --version 5.3.0-beta.4
```

### Authenticate the client
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhub/Azure.Messaging.EventHubs/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To quickly create a basic set of Event Hubs resources in Azure and to receive a
Install the Azure Event Hubs client library for .NET with [NuGet](https://www.nuget.org/):

```PowerShell
dotnet add package Azure.Messaging.EventHubs
dotnet add package Azure.Messaging.EventHubs --version 5.3.0-beta.4
```

### Authenticate the client
Expand Down

0 comments on commit 7f8be16

Please sign in to comment.