Skip to content

Commit 05914e8

Browse files
authored
Merge pull request #114 from ShipEngine/jpill/update-system-text-json
chore: update System.Text.Json to latest
2 parents d47469e + 930ee9f commit 05914e8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ShipEngineSDK/ShipEngineSDK.csproj

+2-2
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.2</Version>
7+
<Version>2.3.3</Version>
88
<Authors>ShipEngine</Authors>
99
<Company>ShipEngine</Company>
1010
<Summary>The official ShipEngine C# SDK for .NET</Summary>
@@ -32,7 +32,7 @@
3232
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
3333
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
3434
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
35-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
35+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
3636
<None Include="..\README.md" Pack="true" PackagePath="\" />
3737
</ItemGroup>
3838

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shipengine-dotnet",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"description": "Package primarily used to generate the API and models from OpenApi spec\"",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)