Skip to content

Commit 208360b

Browse files
Dmitry KovalDmitry Koval
authored andcommitted
v.3.1.0.0 changelog
1 parent 90e8e9a commit 208360b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

route4me-csharp-sdk/CHANGELOG.md

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

4+
## [3.1.0.0] - 2022-03-02
5+
6+
Orders History and Archive API are supported.
7+
8+
### Changed
9+
10+
The file [Route4MeManagerV5cs: ](https://github.com/route4me/route4me-net-core/tree/master/route4me-csharp-sdk/Route4MeSDKLibrary/Route4MeManagerV5.cs)
11+
12+
### Added
13+
14+
The file [ArchiveOrdersResponse.cs: ](https://github.com/route4me/route4me-net-core/tree/master/route4me-csharp-sdk/Route4MeSDKLibrary/DataTypes/V5/Orders/ArchiveOrdersResponse.cs)
15+
The file [ArchivedOrder.cs: ](https://github.com/route4me/route4me-net-core/tree/master/route4me-csharp-sdk/Route4MeSDKLibrary/DataTypes/V5/Orders/ArchivedOrder.cs)
16+
The file [OrderDiff.cs: ](https://github.com/route4me/route4me-net-core/tree/master/route4me-csharp-sdk/Route4MeSDKLibrary/DataTypes/V5/Orders/OrderDiff.cs)
17+
The file [OrderHistory.cs: ](https://github.com/route4me/route4me-net-core/tree/master/route4me-csharp-sdk/Route4MeSDKLibrary/DataTypes/V5/Orders/OrderHistory.cs)
18+
The file [OrderHistoryInternal.cs: ](https://github.com/route4me/route4me-net-core/tree/master/route4me-csharp-sdk/Route4MeSDKLibrary/DataTypes/V5/Orders/OrderHistoryInternal.cs)
19+
The file [OrderHistoryModel.cs: ](https://github.com/route4me/route4me-net-core/tree/master/route4me-csharp-sdk/Route4MeSDKLibrary/DataTypes/V5/Orders/OrderHistoryModel.cs)
20+
The file [OrderHistoryResponse.cs: ](https://github.com/route4me/route4me-net-core/tree/master/route4me-csharp-sdk/Route4MeSDKLibrary/DataTypes/V5/Orders/OrderHistoryResponse.cs)
21+
The file [OrderHistoryResponseInternal.cs: ](https://github.com/route4me/route4me-net-core/tree/master/route4me-csharp-sdk/Route4MeSDKLibrary/DataTypes/V5/Orders/OrderHistoryResponseInternal.cs)
22+
The file [ArchiveOrdersFilters.cs: ](https://github.com/route4me/route4me-net-core/tree/master/route4me-csharp-sdk/Route4MeSDKLibrary/QueryTypes/V5/Orders/ArchiveOrdersFilters.cs)
23+
The file [ArchiveOrdersParameters.cs: ](https://github.com/route4me/route4me-net-core/tree/master/route4me-csharp-sdk/Route4MeSDKLibrary/QueryTypes/V5/Orders/ArchiveOrdersParameters.cs)
24+
The file [OrderHistoryParameters.cs: ](https://github.com/route4me/route4me-net-core/tree/master/route4me-csharp-sdk/Route4MeSDKLibrary/QueryTypes/V5/Orders/OrderHistoryParameters.cs)
25+
426
## [3.0.1.0] - 2022-02-23
527

628
### Changed

0 commit comments

Comments
 (0)