Skip to content

Commit

Permalink
v1.1.7 DHL Decimal Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeybusygin committed Apr 26, 2022
1 parent ccf4332 commit 354368a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions ShippingRates/ShippingRates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Alexey Busygin, Kyle West</Authors>
<Description>.NET Standard 2.0 wrapper for UPS, FedEx, USPS, and DHL shipping rates APIs. Works with .NET Core 2.0+ and .NET Framework 4.6.1+</Description>
<Copyright>Copyright © 2020 Alexey Busygin, Kyle West</Copyright>
<Copyright>Copyright © 2022 Alexey Busygin, Kyle West</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/alexeybusygin/ShippingRates</PackageProjectUrl>
<PackageTags>ups fedex usps shipping rates .net .net-standard .net-core dhl dhl-ecommerce</PackageTags>
<Version>1.1.5</Version>
<Version>1.1.6</Version>
<Version>1.1.7</Version>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version format
version: 1.1.6.{build}
version: 1.1.7.{build}

image: Visual Studio 2022

Expand Down

0 comments on commit 354368a

Please sign in to comment.