Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 458 Bytes

File metadata and controls

15 lines (11 loc) · 458 Bytes

Developer guides

Update TON SDK Version

  • 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

Building Nuget package locally

dotnet pack -o pack -p PackageVersionPostfix=".1-$(date +%s)"