Skip to content

Releases: voucherifyio/voucherify-dotNET-sdk

v6.0.0

Choose a tag to compare

@bandraszyk bandraszyk released this 20 Dec 08:43
dca4cbc
  • Replaced Voucher Validation Rules with Business Validation Rules.
  • Added API Verions v2018-08-01.

v5.0.0

Choose a tag to compare

@bandraszyk bandraszyk released this 09 Nov 14:28
487b4f0
  • 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

Choose a tag to compare

@bandraszyk bandraszyk released this 01 Aug 08:41
b871362
  • Added Price property to Product object.

Version 4.3.1

Choose a tag to compare

@bandraszyk bandraszyk released this 05 Feb 09:50
  • Added support for Api Versions
  • Added support for Orders, Events, Promotions, Segments and Validation Rules
  • Fixed Library versioning

4.2.0

Choose a tag to compare

@bandraszyk bandraszyk released this 22 Nov 17:11
  • Added ApplicableTo property to Voucher

4.1.2

Choose a tag to compare

@bandraszyk bandraszyk released this 24 Oct 18:12
  • 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

Choose a tag to compare

@bandraszyk bandraszyk released this 19 Nov 07:56
  • Fixed issue with InnerException serialization
  • Remove dependencies for Portable library to allow use it in Xamarin Applications.

4.0.0

Choose a tag to compare

@bandraszyk bandraszyk released this 15 Nov 23:34
  • 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

Choose a tag to compare

@bandraszyk bandraszyk released this 04 Nov 14:40
  • 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

Choose a tag to compare

@bandraszyk bandraszyk released this 17 Aug 09:13
  • Fixed Request Header for .Net 3.5+ and empty metadata issue.