Releases: billbeeio/billbee-csharp-sdk
Releases · billbeeio/billbee-csharp-sdk
v2.4.2.0
What's Changed
- Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /Billbee.Api.Client by @dependabot in #84
- Fix Address model by @buraktamturk in #81
- added missing payment-types by @BenjaminAtBillbee in #86
- fix CustomerAddresses_GetCustomerAddress_IntegrationTest by @BenjaminAtBillbee in #88
- fixed property types by @BenjaminAtBillbee in #90
- Update nuget packages + prepare release by @BenjaminAtBillbee in #92
New Contributors
- @buraktamturk made their first contribution in #81
Full Changelog: v2.4.1.0...v2.4.2.0
v2.4.1.0
What's Changed
- fixed return-type of SearchEndPoint.SearchTerm() method by @BenjaminAtBillbee in #73
- PaymentTypes: added missing enum entries by @BenjaminAtBillbee in #80
- Products: added missing properties by @BenjaminAtBillbee in #78
- Order + OrderAddress: synced properties with billbee-api by @BenjaminAtBillbee in #79
Full Changelog: v2.4.0.0...v2.4.1.0
v2.4.0.0
What's Changed
- Fixed endpoint for ShipmentWithLabel by @mabru47 in #60
- #63 webhook end point create webhook has wrong return type by @BenjaminAtBillbee in #64
- added missing enum-entries to PaymentTypeEnum.cs by @BenjaminAtBillbee in #62
- #57 implement missing api endpoints by @BenjaminAtBillbee in #65
- fix broken build by @BenjaminAtBillbee in #67
- fix broken build by @BenjaminAtBillbee in #69
- added MollieKlarnaPayNow by @BenjaminAtBillbee in #71
New Contributors
Full Changelog: v2.3.0.0...v2.4.0.0
v2.3.0.0
What's Changed
- feature: extended ApiClient and all EndPoint classes with an interfac… by @BenjaminAtBillbee in #53
- #54 unit tests by @BenjaminAtBillbee in #55
- fixed OrderEndPoint.PatchOrder() method by @BenjaminAtBillbee in #52
Full Changelog: v2.2.1.0...v2.3.0.0
v2.2.1.0
- fixed dll versions and nuspec infos
Full Changelog: v2.2.0.0...v2.2.1.0
v2.2.0.0
What's Changed
- added missing entries in PaymentTypeEnum.cs by @BenjaminAtBillbee in #44
- fix: added missing properties to PostShipment by @BenjaminAtBillbee in #46
- added property IsDeactivated to Product by @BenjaminAtBillbee in #48
Full Changelog: v2.1.0.0...v2.2.0.0
v2.1.0.0
- Migrate the dll to .net standard (#41) - Migrate the demo-project to .net 6 #40
v2.0.1.0
Merge remote-tracking branch 'origin/master'
Functional enhancements.
Adjusted functionality on different endpoints and added some new.
Initial release
v1.0.0.1 Update README.md