Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msanlisavas authored Jul 1, 2024
1 parent 6b1c855 commit c551469
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# CSPR.Cloud.Net

## Release Notes

- v.1.0.0
- - Fixed an issue where mainnet endpoints were using testnet baseurl.
- - GetAccountInfo endpoint replaced with GetAccountInfoAsync
- v.1.0.0 Initial Release

## Supported Frameworks
Expand All @@ -13,11 +15,11 @@ The library is targeting both `.NET Standard 2.0` and `.NET Standard 2.1` for op
## Get the library
`Package Manager`
```
NuGet\Install-Package CSPR.Cloud.Net -Version 1.0.0
NuGet\Install-Package CSPR.Cloud.Net -Version 1.0.1
```
`.NET CLI`
```
dotnet add package CSPR.Cloud.Net --version 1.0.0
dotnet add package CSPR.Cloud.Net --version 1.0.1
```


Expand Down

0 comments on commit c551469

Please sign in to comment.