Skip to content

Commit 2031997

Browse files
author
Alex Khil
committed
Fix nuget version on readme
1 parent fa90308 commit 2031997

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
NuGet package install using package manager:
2727

2828
```bash
29-
Install-Package IpData -Version 1.1.0
29+
Install-Package IpData -Version 2.0.0
3030
```
3131

3232
NuGet package install using .NET CLI:
3333

3434
```bash
35-
dotnet add package IpData --version 1.1.0
35+
dotnet add package IpData --version 2.0.0
3636
```
3737

3838
## Lookup

0 commit comments

Comments
 (0)