Skip to content

Commit bacbfa5

Browse files
bump version
1 parent 3869dfe commit bacbfa5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,3 +233,11 @@ Fixed handling of No Content responses
233233
### Changed
234234

235235
- Extend shipment endpoints to request, create, update and delete estimated import charges.
236+
237+
## 3.2.0
238+
239+
### Changed
240+
241+
- Updated to latest spec
242+
- Fixed serialization so that nullable fields are not required in deserialization,
243+
and not emitted during serialization if they are null.

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>3.1.0</Version>
7+
<Version>3.2.0</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
@@ -14,7 +14,7 @@
1414
"ignoreFileOverride": "./.openapi-generator-ignore",
1515
"library": "generichost",
1616
"additionalProperties": {
17-
"packageVersion": "3.1.0",
17+
"packageVersion": "3.2.0",
1818
"targetFramework": "netstandard2.0",
1919
"validatable": false,
2020
"sourceFolder": "",

0 commit comments

Comments
 (0)