Skip to content

Commit

Permalink
changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Koval authored and Dmitry Koval committed Dec 22, 2023
1 parent 47da964 commit 3fd27f2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions route4me-csharp-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## [7.8.3.0] - 2023-12-22
Fixed ApiKey in HTTP header
Fixed/enabled Schedules API.
Fixed AddRouteDestinations/AddRouteDestinationsAsync API in case of failed to add route.
Fixed RemoveAddressBookGroup/RemoveAddressBookGroupAsync API.
Fixed RemoveOptimizationResponse deserialization.
Fixed RemoveOptimization/RemoveOptimizationAsync API.
Fixed GetAddressBookContactsPaginated/GetAddressBookContactsPaginatedAsync API.
Fixed CreateWrongOrderTest test.
Fixed server-side memory leaks in CreateAddressBookContactTest.
Fixed Fixed OrdersHistoryTest/OrderHistoryAsyncTest.
Make TeamManagementTests green locally.
Fixed red unit tests (~50).

## [7.8.2.0] - 2023-12-21
Switched (for V5 API only) from ApiKey as query parameter to bearer token in HTTP header

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.8.2.0</Version>
<Version>7.8.3.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.8.2.0</AssemblyVersion>
<FileVersion>7.8.2.0</FileVersion>
<AssemblyVersion>7.8.3.0</AssemblyVersion>
<FileVersion>7.8.3.0</FileVersion>

<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>r4m_csharp_sdk.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit 3fd27f2

Please sign in to comment.