Skip to content

pokepay/pokepay-partner-csharp-sdk

Repository files navigation

Pokepay Partner SDK for C#

Setup

Build

$ make build

Run test

$ make test

How to use


Developer information

How to release new version

For example if the version is 1.2.3 then:

  1. Please update version. Update <Version>1.2.3</Version> on src/PokepayPartnerCsharpSdk/PokepayPartnerCsharpSdk.csproj
  2. Please git commit/push the modification
  3. Please add/push git tag $ git tag -a 1.2.3 -m 1.2.3; git push origin 1.2.3
  4. 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