- Install .NET4.8 or Later from the Download site
$ make build
$ make test
For example if the version is 1.2.3
then:
- Please update version. Update
<Version>1.2.3</Version>
onsrc/PokepayPartnerCsharpSdk/PokepayPartnerCsharpSdk.csproj
- Please git commit/push the modification
- Please add/push git tag
$ git tag -a 1.2.3 -m 1.2.3; git push origin 1.2.3
- Please publish it on nuget.org
You need to be in pokepay.org and has APIKEY.
$ RELEASE_VERSION=1.2.3 API_KEY=`cat ~/.nuget/apikey` make publish
The API key can be acquired from nuget.org
Refer: https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-the-dotnet-cli