From 91cee0446fbca5cf710b741e1ebbd545770df0dc Mon Sep 17 00:00:00 2001 From: "christian.casado" Date: Wed, 8 Jan 2025 23:02:58 +0100 Subject: [PATCH] increase of version --- CHANGELOG.md | 20 +++++++++++--------- ShipEngineSDK/ShipEngineSDK.csproj | 2 +- openapitools.json | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c14a6a1..46de851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ # Changelog - ## 1.0.0 ### Features @@ -16,15 +15,13 @@ Implement the following SDK methods. - `CreateLabelFromRate` - `GetRatesWithShipmentDetails` - ## 1.0.7 ### Features Implement the following SDK methods. -- `CreateImplicitManifest` - +- `CreateImplicitManifest` ## 1.1.0 @@ -41,7 +38,6 @@ Rename LabelDownload method to the more generic Download Some documentation linking errors and minor typos - ## 1.1.1 ### Added @@ -52,7 +48,6 @@ Some documentation linking errors and minor typos The Customs Item Quantity type has been changed to integer type for CreateLabelFromShipmentDetails model. - ## 1.1.2 ### Fixed @@ -150,7 +145,7 @@ Updated nuget package dependencies ### Added -- Created new SDK methods for the entire API that sit next to the pre-existing methods. The pre-existing methods will be deprecated eventually. +- Created new SDK methods for the entire API that sit next to the pre-existing methods. The pre-existing methods will be deprecated eventually. ## 2.2.0 @@ -175,7 +170,7 @@ Fixed handling of No Content responses - Added ability to scope request modifiers by using the `.WithRequestModifier()` method instead of the `.ModifyRequest` property. This will allow consumers to modify a single request without affecting any other consumers of the client. It also allows for - multiple modifiers to be added. For example, a modifier could be added at the global level that applies to all requests and then + multiple modifiers to be added. For example, a modifier could be added at the global level that applies to all requests and then another modifier can be added for a single request. ## 2.3.1 @@ -200,4 +195,11 @@ Fixed handling of No Content responses ### Added -- Added error code MultipackageNotSupported \ No newline at end of file +- Added error code MultipackageNotSupported + +## 2.3.5 + +### Added + +- Added error code FundingSourceMissingConfiguration +- Added error code FundingSourceError diff --git a/ShipEngineSDK/ShipEngineSDK.csproj b/ShipEngineSDK/ShipEngineSDK.csproj index b796f82..ad1d732 100644 --- a/ShipEngineSDK/ShipEngineSDK.csproj +++ b/ShipEngineSDK/ShipEngineSDK.csproj @@ -4,7 +4,7 @@ ShipEngine sdk;rest;api;shipping;rates;label;tracking;cost;address;validation;normalization;fedex;ups;usps; - 2.3.4 + 2.3.5 ShipEngine ShipEngine The official ShipEngine C# SDK for .NET diff --git a/openapitools.json b/openapitools.json index 570cc2b..e6f95d7 100644 --- a/openapitools.json +++ b/openapitools.json @@ -13,7 +13,7 @@ "packageName": "ShipEngineSDK", "ignoreFileOverride": "./.openapi-generator-ignore", "additionalProperties": { - "packageVersion": "2.3.4", + "packageVersion": "2.3.5", "targetFramework": "netstandard2.0", "validatable": false, "sourceFolder": "",