Voucherify.Client 7.0.0

.NET Standard 2.0 .NET Framework 2.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package Voucherify.Client --version 7.0.0
NuGet\Install-Package Voucherify.Client -Version 7.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Voucherify.Client" Version="7.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Voucherify.Client --version 7.0.0
#r "nuget: Voucherify.Client, 7.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Voucherify.Client as a Cake Addin
#addin nuget:?package=Voucherify.Client&version=7.0.0

// Install Voucherify.Client as a Cake Tool
#tool nuget:?package=Voucherify.Client&version=7.0.0

.Net SDK for Voucherify - coupons, vouchers, promo codes - http://www.voucherify.io/

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.18.1 122 2/2/2023
7.18.0 122 1/31/2023
7.17.0 250 1/26/2023
7.16.0 156 12/16/2022
7.15.0 152 12/16/2022
7.14.0 153 12/13/2022
7.13.0 209 11/14/2022
7.12.0 219 11/7/2022
7.11.0 263 10/24/2022
7.10.0 325 5/18/2022
7.9.0 348 3/9/2022
7.8.0 1,374 9/21/2021
7.7.5 310 8/21/2021
7.7.4 300 8/21/2021
7.7.3 326 4/20/2021
7.7.2 322 4/20/2021
7.7.1 275 4/16/2021
7.7.0 298 4/6/2021
7.6.0 294 4/6/2021
7.5.2 327 3/16/2021
7.5.1 366 12/16/2020
7.5.0 410 11/19/2020
7.4.0 381 10/29/2020
7.3.0 384 10/19/2020
7.2.1 413 9/17/2020
7.2.0 459 9/15/2020
7.1.0 490 8/12/2020
7.0.0 538 6/19/2019

2019-06-19: 7.0.0
     - Api class improvements, split Endpoint into Host, BasePath and Port

     2019-06-10: 6.4.3
     - Added `Assignments` property at Voucher and Campaign level

     2019-05-09: 6.4.2
     - Change `Address` properties accessors from private to public

     2019-02-06: 6.4.1
     - Added `amount` in Redemption  and `discount_amount` in Order

     2019-02-03: 6.4.0:
     - Replaced ApplicableProductList with correct VoucherSubjectList and ApplicableProduct with VoucherSubject.
     - Added listing Promotion Tiers method to server and client side api.

     2019-01-29: 6.3.0:
     - Reorganized Delete methods with force option for: Voucher, Campaign, Product and Sku

     2019-01-28: 6.2.0:
     - Added ApplicableTo property to Validation class

     2019-01-25: 6.1.0:
     - Extended OrderItem OrderItemProduct OrderItemSKU
     - Improved QuerySerializer

     2018-12-27: 6.0.1:
     - Added CreatedAt and UpdatedAt property to VoucherFilter

     2018-12-20: 6.0.0:
     - Replaced Voucher Validation Rules with Business Validation Rules
     - Added API Verions 2018-08-01

     2018-11-15: 5.0.1:
     - Fixed QuerySerializer for Array objects
     - Added RelatedObject to OrderItem and dedicated method for setting SourceId

     2018-11-09: 5.0.0:
     - Introduced support for TLS 1.2.
     - Added missing CreatePublication endpoint in Distributions namespace.
     - Added Support for .Net Standard 2.0 and dropped for Unity and PLC as Standard version should be used instead.
     - Moved solution to VS2017 nad use new type of projects.

     Rest available in readme.md in repository.