From 56dbcd6d6921f7ae7f5f8c1b1d9a18358e045d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Vukadinovi=C4=87?= <138505157+lvukadinovic-ib@users.noreply.github.com> Date: Wed, 28 Aug 2024 12:48:00 +0200 Subject: [PATCH] Updated README.md Put proper last version. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a3809e..9f66087 100644 --- a/README.md +++ b/README.md @@ -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. - + ## Quickstart