Skip to content

Commit

Permalink
bump version #
Browse files Browse the repository at this point in the history
  • Loading branch information
jpill committed Aug 1, 2024
1 parent 9488813 commit 1add9e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,10 @@ Updated nuget package dependencies
## Changed

- Move the enums back to the root ShipEngineSDK namespace
- Remove the autogenerated models and methods
- Remove the autogenerated models and methods

## 2.2.1

### Added

- Added basic ability to modify the HttpClient in a request
2 changes: 1 addition & 1 deletion ShipEngineSDK/ShipEngineSDK.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>2.2.0</Version>
<Version>2.2.1</Version>
<Authors>ShipEngine</Authors>
<Company>ShipEngine</Company>
<Summary>The official ShipEngine C# SDK for .NET</Summary>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipengine-dotnet",
"version": "2.2.0",
"version": "2.2.1",
"description": "Package primarily used to generate the API and models from OpenApi spec\"",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 1add9e5

Please sign in to comment.