File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project does adheres to [Semantic Versioning](https://semver.org/spec/v
77
88## [ Unreleased]
99
10+ ## [ 5.16.0] - 2023-06-27
11+
12+ - Fixes missing ` Model ` query parameter for Channels.GetAllMessages (https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/1979 )
13+ - Fixes missing ` StartDateTime ` and ` EndDateTime ` query parameters for Event delta functions (https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/1860 )
14+ - Fixes missing ` PostAsync() ` method for AdministrativeUnits[ ""] .Members (https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/1828 )
15+ - Fixes stream buffering for Stream response (https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/1954 )
16+ - Latest metadata updates from 27th June 2023
17+
1018## [ 5.15.0] - 2023-06-21
1119
1220- Fixes incorrect naming for the InnerError property in MainError (https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/1916 )
Original file line number Diff line number Diff line change 2222 <DelaySign >false</DelaySign >
2323 <AssemblyOriginatorKeyFile >35MSSharedLib1024.snk</AssemblyOriginatorKeyFile >
2424 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
25- <VersionPrefix >5.15 .0</VersionPrefix >
25+ <VersionPrefix >5.16 .0</VersionPrefix >
2626 <!-- VersionPrefix minor version should not be set when the change comes from the generator. It will be updated automatically. -->
2727 <!-- VersionPrefix minor version must be manually set when making manual changes to code. -->
2828 <!-- VersionPrefix major and patch versions must be manually set. -->
You can’t perform that action at this time.
0 commit comments