Skip to content

Commit

Permalink
v.7.2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Koval authored and Dmitry Koval committed Jan 13, 2023
1 parent 24d19be commit 8825e51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions route4me-csharp-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

## [7.2.2.0] - 2023-01-11
Route deserialization from object to array in case of route list query with routeID is supported. As a result, list with 1 element is returned as result. Fix is relevant both for V4 and V5.

## [7.2.1.0] - 2023-01-11
Fixed schedules API deserialization issues

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>7.2.1.0</Version>
<Version>7.2.2.0</Version>
<PackageReleaseNotes>See https://github.com/route4me/route4me-net-core/blob/master/route4me-csharp-sdk/CHANGELOG.md for release note details.</PackageReleaseNotes>
<AssemblyVersion>7.2.1.0</AssemblyVersion>
<FileVersion>7.2.1.0</FileVersion>
<AssemblyVersion>7.2.2.0</AssemblyVersion>
<FileVersion>7.2.2.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8825e51

Please sign in to comment.