Skip to content

Commit 054768c

Browse files
Dmitry KovalDmitry Koval
authored andcommitted
v.6.0.0.0
1 parent 2595336 commit 054768c

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

route4me-csharp-sdk/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [6.0.0.0] - 2022-09-02
5+
6+
Fixed Orders Archive functionality.
7+
Tempoarary disabled EXT_FIELD_custom_data for Orders Archive.
8+
Team API is adjusted.
9+
Vehicle API is adjusted.
10+
Added group to Order.
11+
Internal bug fixes.
12+
413
## [5.1.1.0] - 2022-08-29
514

615
Support update for Order which has been created with no lat/lng.

route4me-csharp-sdk/Route4MeSDKLibrary/Route4MeSDKLibrary.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ The service is typically used by organizations who must route many drivers to ma
1616
<RepositoryUrl>https://github.com/route4me/route4me-net-core/tree/master/route4me-csharp-sdk</RepositoryUrl>
1717
<RepositoryType>git</RepositoryType>
1818
<PackageTags>Route4Me, Route Optimization, SDK, GIS</PackageTags>
19-
<Version>5.1.1.0</Version>
19+
<Version>6.0.0.0</Version>
2020
<PackageReleaseNotes>See https://github.com/route4me/route4me-net-core/blob/master/route4me-csharp-sdk/CHANGELOG.md for release note details.</PackageReleaseNotes>
21-
<AssemblyVersion>5.1.1.0</AssemblyVersion>
22-
<FileVersion>5.1.1.0</FileVersion>
21+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
22+
<FileVersion>6.0.0.0</FileVersion>
2323
</PropertyGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)