The official Voucherly .NET library, supporting .NET 6.0+.
Using the .NET Core command-line interface (CLI) tools:
dotnet add package Voucherly.Sdk
Using the NuGet Command Line Interface (CLI):
nuget install Voucherly.Sdk
Using the Package Manager Console:
Install-Package Voucherly.Sdk
From within Visual Studio:
- Open the Solution Explorer.
- Right-click on a project within your solution.
- Click on Manage NuGet Packages...
- Click on the Browse tab and search for Voucherly.Sdk".
- Click on the Voucherly.Sdk package, select the appropriate version in the right-tab and click Install.
For a comprehensive list of examples, check out the API documentation.
For any requests, bug or comments, please open an issue or submit a pull request.