You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: route4me-csharp-sdk/CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,28 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
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)
0 commit comments