brew install mono-libgdiplus
- 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