Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit 36272ab

Browse files
Updated docs for version bump
1 parent feb4df3 commit 36272ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Take a look at the [API docs here](http://docs.africastalking.com/) for more inf
1111
+ On a new project, Navigate to the ***Solution Explorer*** tab within Visual Studio.
1212
+ Right-click on the ***References*** node and click on the *Manage Nuget Packages* from the resulting context menu.
1313
+ On the Nuget Package Manager window navigate to the ***Browse*** Tab.
14-
+ Key in **AfricasTalking.NET** and select version _1.1.411_ or higher.
14+
+ Key in **AfricasTalking.NET** and select version _1.1.600_ or higher.
1515
+ Click on the ***Install*** button and accept the licences to proceed.
1616

1717
> For .NET Standard 2.0 projects yellow triangles may appear on your solution items,note that these are warnings due to deprecated support for some packages used by the wrapper.These will be reviewed in future releases,for now they will not affect the functionality of your project and can be safely ignored.Should there be a case where this package breaks your project kindly report the package via Nuget.
@@ -23,15 +23,15 @@ Take a look at the [API docs here](http://docs.africastalking.com/) for more inf
2323

2424
+ From the _command prompt/powershell window_ opened in your project directory, key in the following and press *Enter*.
2525
```powershell
26-
dotnet add package AfricasTalking.NET --version 1.1.411
26+
dotnet add package AfricasTalking.NET --version 1.1.600
2727
```
2828
> Ensure you have the latest version of the package. Visit [Nuget](https://www.nuget.org/packages/AfricasTalking.NET/) for more info on the latest release of this package.
2929
3030
3. #### Using Nuget Package Manger Console
3131

3232
+ On your Nuget package manager console,key in the following and press *Enter*
3333
```powershell
34-
Install-Package AfricasTalking.NET -Version 1.1.411
34+
Install-Package AfricasTalking.NET -Version 1.1.600
3535
```
3636
> Ensure you have the latest version of the package. Visit [Nuget](https://www.nuget.org/packages/AfricasTalking.NET/) for more info on the latest release of this package
3737

0 commit comments

Comments
 (0)