Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 526 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 526 Bytes

Contributing

Installing

  • brew install mono-libgdiplus

Updating

  • manually upgrade dependencies in bunny-sdk.csproj
  • increment version in bunny-sdk.csproj
  • dotnet clean bunny-sdk.csproj
  • dotnet build bunny-sdk.csproj
  • BUNNY_ACCESS_KEY="***" dotnet run --project test-it.csproj
  • dotnet pack bunny-sdk.csproj
  • git add -A
  • git commit -m "message"
  • git push
  • dotnet nuget push bin/Release/BunnyLauncher.BunnySdk.0.0.0.nupkg --source https://api.nuget.org/v3/index.json --api-key API_KEY