Skip to content

Commit

Permalink
Bumps version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrueastman committed Oct 5, 2023
1 parent d4ee679 commit 71183ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project does adheres to [Semantic Versioning](https://semver.org/spec/v

## [5.28.0] - 2023-09-20

- 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)
- Fixes missing nested paths under `deviceAppManagement/mobileApps` path
- Fixes initialization of `ChangeNotificationCollection` model (https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2138)
- Latest metadata updates from 5th October 2023.

## [5.28.0] - 2023-09-20

- Fixes odata cast paths for `deviceAppManagement/mobileApps` path
- Latest metadata updates from 19th September 2023.

Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Graph/Microsoft.Graph.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<VersionPrefix>5.28.0</VersionPrefix>
<VersionPrefix>5.29.0</VersionPrefix>
<!-- VersionPrefix minor version should not be set when the change comes from the generator. It will be updated automatically. -->
<!-- VersionPrefix minor version must be manually set when making manual changes to code. -->
<!-- VersionPrefix major and patch versions must be manually set. -->
Expand Down

0 comments on commit 71183ae

Please sign in to comment.