Releases: voucherifyio/voucherify-dotNET-sdk
Releases · voucherifyio/voucherify-dotNET-sdk
Release list
v6.0.0
- Replaced Voucher Validation Rules with Business Validation Rules.
- Added API Verions v2018-08-01.
v5.0.0
- Moved solution to VS2017 nad use new type of projects.
- 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.
Version 4.3.2
- Added Price property to Product object.
Version 4.3.1
- Added support for Api Versions
- Added support for Orders, Events, Promotions, Segments and Validation Rules
- Fixed Library versioning
4.2.0
4.1.2
- Added 'key' property to VoucherifyClientException. Removed private setters for Order and Customer entities.
- Added .ConfigureAwait(false) to all awaitable calls to prevent deadlocks when using the ASP.NET.
- Added missing methods. Created two additional namespaces: Validations and Distributions.
- Support for gift.balance (for Gift Vouchers).
4.0.2
- Fixed issue with InnerException serialization
- Remove dependencies for Portable library to allow use it in Xamarin Applications.
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
3.1.0
- Added Validate method for Vouchers. Fixed issue with DiscoutType mapping.
- Removed dependencied to RSP.Promise and RestSharp, stick to base libraries only.
2.1.0
- Fixed Request Header for .Net 3.5+ and empty metadata issue.