@@ -7,6 +7,10 @@ and this project does adheres to [Semantic Versioning](https://semver.org/spec/v
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 5.40.1] - 2024-02-01
11
+
12
+ - Fixes DateTimeTimeZone.ToDateTime returning incorrect parsed date(https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2286 )
13
+
10
14
## [ 5.40.0] - 2024-01-24
11
15
12
16
- Latest metadata updates from 24th January 2024.
@@ -32,7 +36,7 @@ and this project does adheres to [Semantic Versioning](https://semver.org/spec/v
32
36
33
37
## [ 5.35.0] - 2023-11-15
34
38
35
- - Fixes ` Accept ` header values generated by the SDK.
39
+ - Fixes ` Accept ` header values generated by the SDK.
36
40
- Latest metadata updates from 14th November 2023.
37
41
38
42
## [ 5.33.0] - 2023-11-02
@@ -41,7 +45,7 @@ and this project does adheres to [Semantic Versioning](https://semver.org/spec/v
41
45
42
46
## [ 5.32.0] - 2023-10-24
43
47
44
- - SDK is compatible with trimming(https://github.com/microsoftgraph/msgraph-sdk-dotnet/pull/2174 )
48
+ - SDK is compatible with trimming(https://github.com/microsoftgraph/msgraph-sdk-dotnet/pull/2174 )
45
49
- Latest metadata updates from 24th October 2023.
46
50
47
51
## [ 5.31.0] - 2023-10-19
@@ -77,7 +81,7 @@ and this project does adheres to [Semantic Versioning](https://semver.org/spec/v
77
81
78
82
## [ 5.25.0] - 2023-08-30
79
83
80
- - Add ` WithUrl ` request builders to allow for easier making of requests with arbitrary Urls(https://github.com/microsoft/kiota/pull/3212 )
84
+ - Add ` WithUrl ` request builders to allow for easier making of requests with arbitrary Urls(https://github.com/microsoft/kiota/pull/3212 )
81
85
- Latest metadata updates from 29th August 2023.
82
86
83
87
## [ 5.24.0] - 2023-08-23
@@ -185,7 +189,7 @@ and this project does adheres to [Semantic Versioning](https://semver.org/spec/v
185
189
186
190
## [ 5.5.0] - 2023-04-06
187
191
188
- ### Changed
192
+ ### Changed
189
193
190
194
- Fixes missing dateTime query parameters for bookingBusinesses (https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/1791 )
191
195
- Fixes missing exapand clauses for calendars and contactFolder (https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/1788 )
@@ -294,7 +298,7 @@ and this project does adheres to [Semantic Versioning](https://semver.org/spec/v
294
298
295
299
- Fixes incorrect types for collection types referencing enums - [ Kiota #1846 ] ( https://github.com/microsoft/kiota/pull/1846 )
296
300
- Fixes missing return object types for PATCH/POST/PUT calls - https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/issues/478
297
- - Fixes missing QueryParameters for odata functions e.g delta
301
+ - Fixes missing QueryParameters for odata functions e.g delta
298
302
- Latest metadata updates from 27th September 2022 snapshot
299
303
300
304
## [ 5.0.0-preview.11] - 2022-07-20
0 commit comments