Voucherify 6.0.0

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Voucherify --version 6.0.0
NuGet\Install-Package Voucherify -Version 6.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" Version="6.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Voucherify --version 6.0.0
#r "nuget: Voucherify, 6.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 as a Cake Addin
#addin nuget:?package=Voucherify&version=6.0.0

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

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
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.19.0 299 10/23/2023
7.18.1 1,559 2/2/2023
7.18.0 254 1/31/2023
7.17.0 291 1/26/2023
7.16.0 10,035 12/16/2022
7.15.0 276 12/14/2022
7.14.0 290 12/13/2022
7.13.0 1,329 11/14/2022
7.12.0 956 11/7/2022
7.11.0 378 10/24/2022
7.10.0 24,358 5/18/2022
7.9.0 540 3/9/2022
7.8.0 2,171 9/21/2021
7.7.5 443 8/21/2021
7.7.4 384 8/21/2021
7.7.3 6,509 4/20/2021
7.7.2 388 4/20/2021
7.7.1 411 4/16/2021
7.7.0 406 4/6/2021
7.6.0 384 4/6/2021
7.5.2 572 3/16/2021
7.5.1 497 12/16/2020
7.5.0 575 11/19/2020
7.4.0 458 10/29/2020
7.3.0 2,470 10/19/2020
7.2.1 494 9/17/2020
7.2.0 520 9/15/2020
7.1.0 37,668 8/12/2020
7.0.0 25,795 6/19/2019

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.

     2018-08-01: 4.3.2:
     - Added Price to Product

     2018-02-05: 4.3.1:
     - Fixed Segments API endpoints
     - Fixed Library versioning

     2018-02-04: 4.3.0:
     - Added support for Api Versions
     - Added support for Orders, Events, Promotions, Segments and Validation Rules

     2017-11-22: 4.2.0:
     - Added 'ApplicableTo' property to Voucher.

     2017-10-24: 4.1.2:
     - Added 'key' property to VoucherifyClientException. Removed private setters for Order and Customer entities.

     2017-08-30: 4.1.1:
     - Added .ConfigureAwait(false) to all awaitable calls to prevent deadlocks when using the ASP.NET.

     2016-12-19: 4.1.0:
     - Added missing methods. Created two additional namespaces: Validations and Distributions.
     - Support for gift.balance (for Gift Vouchers).

     2016-11-17: 4.0.2:
     - Fixed issue with InnerException serialization

     2016-11-17: 4.0.1:
     - Remove dependencies for Portable library to allow use it in Xamarin Applications.

     2016-11-16: 4.0.0
     - Define serparaed libraries: Voucherify (server side methods) and Voucherify.Client (client side methods)
     - Define Voucherify.Core
     - Define Voucherify.DataModel
     - Client Supported Apis: Vouchers, Redemptions
     - Server Supported Apis: Vouchers, Redemptions, Campaigns, Customers, Products

     Rest available in readme.md in repository.