Skip to content

Commit 91cee04

Browse files
increase of version
1 parent c28026b commit 91cee04

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Changelog
22

3-
43
## 1.0.0
54

65
### Features
@@ -16,15 +15,13 @@ Implement the following SDK methods.
1615
- `CreateLabelFromRate`
1716
- `GetRatesWithShipmentDetails`
1817

19-
2018
## 1.0.7
2119

2220
### Features
2321

2422
Implement the following SDK methods.
25-
- `CreateImplicitManifest`
26-
2723

24+
- `CreateImplicitManifest`
2825

2926
## 1.1.0
3027

@@ -41,7 +38,6 @@ Rename LabelDownload method to the more generic Download
4138

4239
Some documentation linking errors and minor typos
4340

44-
4541
## 1.1.1
4642

4743
### Added
@@ -52,7 +48,6 @@ Some documentation linking errors and minor typos
5248

5349
The Customs Item Quantity type has been changed to integer type for CreateLabelFromShipmentDetails model.
5450

55-
5651
## 1.1.2
5752

5853
### Fixed
@@ -150,7 +145,7 @@ Updated nuget package dependencies
150145

151146
### Added
152147

153-
- Created new SDK methods for the entire API that sit next to the pre-existing methods. The pre-existing methods will be deprecated eventually.
148+
- Created new SDK methods for the entire API that sit next to the pre-existing methods. The pre-existing methods will be deprecated eventually.
154149

155150
## 2.2.0
156151

@@ -175,7 +170,7 @@ Fixed handling of No Content responses
175170

176171
- Added ability to scope request modifiers by using the `.WithRequestModifier()` method instead of the `.ModifyRequest` property.
177172
This will allow consumers to modify a single request without affecting any other consumers of the client. It also allows for
178-
multiple modifiers to be added. For example, a modifier could be added at the global level that applies to all requests and then
173+
multiple modifiers to be added. For example, a modifier could be added at the global level that applies to all requests and then
179174
another modifier can be added for a single request.
180175

181176
## 2.3.1
@@ -200,4 +195,11 @@ Fixed handling of No Content responses
200195

201196
### Added
202197

203-
- Added error code MultipackageNotSupported
198+
- Added error code MultipackageNotSupported
199+
200+
## 2.3.5
201+
202+
### Added
203+
204+
- Added error code FundingSourceMissingConfiguration
205+
- Added error code FundingSourceError

ShipEngineSDK/ShipEngineSDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PackageId>ShipEngine</PackageId>
55
<PackageTags>sdk;rest;api;shipping;rates;label;tracking;cost;address;validation;normalization;fedex;ups;usps;</PackageTags>
66

7-
<Version>2.3.4</Version>
7+
<Version>2.3.5</Version>
88
<Authors>ShipEngine</Authors>
99
<Company>ShipEngine</Company>
1010
<Summary>The official ShipEngine C# SDK for .NET</Summary>

openapitools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"packageName": "ShipEngineSDK",
1414
"ignoreFileOverride": "./.openapi-generator-ignore",
1515
"additionalProperties": {
16-
"packageVersion": "2.3.4",
16+
"packageVersion": "2.3.5",
1717
"targetFramework": "netstandard2.0",
1818
"validatable": false,
1919
"sourceFolder": "",

0 commit comments

Comments
 (0)