Skip to content

Commit

Permalink
3.0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Koval authored and Dmitry Koval committed Feb 23, 2022
1 parent fa26ae5 commit 8e2418f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions route4me-csharp-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.0.1.0] - 2022-02-23

### Changed

The file [Order.cs: ](https://github.com/route4me/route4me-net-core/blob/master/route4me-csharp-sdk/Route4MeSDKLibrary/DataTypes/Order.cs)
– Fixed ExtFieldCustomData deserialization.

## [3.0.0.0] - 2022-02-09

Async API is intoduced for Route4MeManager and Route4MeManagerV5.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ The service is typically used by organizations who must route many drivers to ma
<RepositoryUrl>https://github.com/route4me/route4me-net-core/tree/master/route4me-csharp-sdk</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Route4Me, Route Optimization, SDK, GIS</PackageTags>
<Version>3.0.0.0</Version>
<Version>3.0.1.0</Version>
<PackageReleaseNotes>See https://github.com/route4me/route4me-net-core/blob/master/route4me-csharp-sdk/CHANGELOG.md for release note details.</PackageReleaseNotes>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<AssemblyVersion>3.0.1.0</AssemblyVersion>
<FileVersion>3.0.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8e2418f

Please sign in to comment.