Skip to content

Commit

Permalink
Merge pull request #36 from infobip/readme-fix
Browse files Browse the repository at this point in the history
Fixed README.md
  • Loading branch information
lvukadinovic-ib authored Aug 28, 2024
2 parents a5c254c + 56dbcd6 commit c76e11b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ Within Visual Studio, use the Package Manager UI to browse for `Infobip.Api.Clie
#### Package Manager Console
Alternatively, also within Visual Studio, use the Package Manager Console command:

Install-Package Infobip.Api.Client -Version 3.0.0
Install-Package Infobip.Api.Client -Version 3.0.1

#### .NET CLI
If you are used to .NET CLI, the following command is going to be sufficient for you:

dotnet add package Infobip.Api.Client --version 3.0.0
dotnet add package Infobip.Api.Client --version 3.0.1

### Package reference
Including the package directly into project file is also valid option.

<PackageReference Include="Infobip.Api.Client" Version="3.0.0" />
<PackageReference Include="Infobip.Api.Client" Version="3.0.1" />

## Quickstart

Expand Down

0 comments on commit c76e11b

Please sign in to comment.