Skip to content

Commit

Permalink
Merge pull request #70 from ShipEngine/jpill/letter-label-layout-enum
Browse files Browse the repository at this point in the history
chore: lowercase letter enum
  • Loading branch information
jpill authored Oct 3, 2023
2 parents 38d28c4 + 7749f9d commit 2c9f163
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,13 @@ The Customs Item Quantity type has been changed to integer type for CreateLabelF
### Fixed

ShipmentItem.Quantity is now an int? instead of a double?.

## 1.1.3

### Added

### Changed

### Fixed

Set casing of letter label layout enum
1 change: 1 addition & 0 deletions ShipEngine/Models/Dto/Common/Enums/LabelLayout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public enum LabelLayout
/// <summary>
/// Letter (8.5" x 11"), only supported for the PDF format.
/// </summary>
[EnumMember(Value = "letter")]
Letter,

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion ShipEngine/ShipEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageId>ShipEngine</PackageId>
<PackageTags>sdk;rest;api;shipping;rates;label;tracking;cost;address;validation;normalization;fedex;ups;usps;</PackageTags>

<Version>1.1.2</Version>
<Version>1.1.3</Version>
<Authors>ShipEngine</Authors>
<Company>ShipEngine</Company>
<Summary>The official ShipEngine C# SDK for .NET</Summary>
Expand Down

0 comments on commit 2c9f163

Please sign in to comment.