Skip to content

Commit 71183ae

Browse files
author
Andrew Omondi
committed
Bumps version and release notes
1 parent d4ee679 commit 71183ae

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project does adheres to [Semantic Versioning](https://semver.org/spec/v
99

1010
## [5.28.0] - 2023-09-20
1111

12+
- Drops invalid function/actions bound to `directoryObject` type. These are the `permissionGrants`,`externalSponsors`, `internalSponsors` and `appliesTo` navigation properties. (https://github.com/microsoftgraph/msgraph-metadata/pull/451)
13+
- Fixes missing nested paths under `deviceAppManagement/mobileApps` path
14+
- Fixes initialization of `ChangeNotificationCollection` model (https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2138)
15+
- Latest metadata updates from 5th October 2023.
16+
17+
## [5.28.0] - 2023-09-20
18+
1219
- Fixes odata cast paths for `deviceAppManagement/mobileApps` path
1320
- Latest metadata updates from 19th September 2023.
1421

src/Microsoft.Graph/Microsoft.Graph.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<DelaySign>false</DelaySign>
2323
<AssemblyOriginatorKeyFile>35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
2424
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
25-
<VersionPrefix>5.28.0</VersionPrefix>
25+
<VersionPrefix>5.29.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. -->

0 commit comments

Comments
 (0)