Skip to content

Commit a55fe6b

Browse files
author
vcvetkovs
committed
Update version and README.md.
1 parent 5050a1c commit a55fe6b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Installation
88
### NuGet package
99
```
10-
dotnet add package TvmSdk --version 0.0.1
10+
dotnet add package TvmSdk --version 1.0.0-an.2.0.2
1111
```
1212
## API
1313
[JSON schema](https://github.com/TvmGuild/tvm-sdk-dotnet/blob/main/tools/TvmSdk.ClientGenerator/api.json)
@@ -21,5 +21,6 @@ More of examples you can find in [tests](https://github.com/TvmGuild/tvm-sdk-dot
2121
- [ ] Blazor
2222
- [ ] MAUI
2323
- [ ] Add more tests
24+
- [ ] Add dotnet standard support
2425
- [ ] Generate API classes automatically + TvmClient
2526
- [ ] Add benchmarks

src/TvmSdk/TvmSdk.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8-
<Version>0.0.1</Version>
8+
<Version>1.0.0-an.2.0.2</Version>
99
<Authors>Viktors Cvetkovs</Authors>
1010
<Description>.NET Client for TVM based networks (Acki Nacki, TON, Everscale, Venom)</Description>
1111
<Copyright>Copyright 2024 (c) Viktors Cvetkovs. All rights reserved.</Copyright>

0 commit comments

Comments
 (0)