Skip to content

Releases: stripe/stripe-dotnet

Account Entity Complete

08 Jan 05:40
Compare
Choose a tag to compare

The StripeAccount entity has now been overhauled to support all properties available from Stripe, including all nested objects... FileUpload, StripeLegalEntity, etc. This is the the first iteration of the work necessary to support managed accounts.

Changed Framework Version

02 Dec 07:01
Compare
Choose a tag to compare
  • The framework version for Stripe.net is now 4.5, instead of 4.6

Fixed nuget version to have correct json.net version

29 Nov 22:23
Compare
Choose a tag to compare
  • Nuget file now specifies the correct json version

Upgraded .NET version, better security, new versioning

28 Nov 20:28
Compare
Choose a tag to compare
  • Changing version structure to 5.1.0 (was previously - 5.0.1), I don't want to wind up with version 16.0 from pushing small changes often.
  • Bumping assembly version to 4.6
  • Changed security protocol to try tls 1.2, tls 1.1, then fallback to tls 1.0

Dependency and documentation updates, small fixes

19 Nov 01:13
Compare
Choose a tag to compare
  • Updated Json.net to the latest version
  • Updated mspec libs to the latest version
  • Added the Shipping hash when creating a charge

Bug fixes, small additions, and dropping 3.5 support

23 Oct 05:44
Compare
Choose a tag to compare
  • Dropped support for .NET 3.5
  • Added the missing Id on StripeDispute
  • Added functionality for adding/updating coupon metadata
  • Added StatementDescriptor to StripeCharge
  • Fixed bug with creating Recipient Cards
  • Simplified build model (simple msbuild command)

Added missing property and bug fix

13 Sep 21:59
Compare
Choose a tag to compare
  • Added missing Statement Descriptor from StripeCharge
  • Fixed bug in the card service where customers was still pointing to /cards (needed to be /sources)

Stripe Connect Support

26 Jul 11:03
Compare
Choose a tag to compare
  • added an optional StripeRequestOptions parameter to each service call for Stripe Connect support, Idempotent requests, and another way to pass in your apikey (documented in the readme)
  • removed description from StripeToken (it is not supported according to Stripe)
  • added some missing properties to StripeBankAccount and StripeToken

New properties on StripeInvoiceItems

11 Jul 22:54
Compare
Choose a tag to compare
  • added Subscription and Discountable to StripeInvoiceCreateOptions and Discountable to StripeInvoiceUpdateOptions

Small breaking change! Fixed ExpandDefaultSource on StripeCustomer

03 Jul 22:35
Compare
Choose a tag to compare
  • fixed DefaultSource (expandable property) on StripeCustomer - you might have to update your code on the StripeCustomerService to be ExpandDefualtCard to ExpandDefaultSource