- Update TON SDK version in SDKVersion.targets
- Generate new modules and models
dotnet run --project tools/ClientGenerator - Run all tests and add new if needed
- Commit, push and release new package version
dotnet pack -o pack -p PackageVersionPostfix=".1-$(date +%s)"