Skip to content

Commit 53bbf3b

Browse files
authored
Merge pull request #1011 from microsoftgraph/release-please--branches--main--components--Microsoft.Graph.Beta
chore(main): release 5.109.0-preview
2 parents 8c496c9 + 02a98ca commit 53bbf3b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.108.0-preview"
2+
".": "5.109.0-preview"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project does NOT adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and packages shipped from the beta service library will always be in `preview` as changes to the API are for non production use and commonly ship breaking changes.
77

88

9+
## [5.109.0-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/5.108.0-preview...5.109.0-preview) (2025-05-20)
10+
11+
12+
### Features
13+
14+
* **generation:** update request builders and models ([9d0e8a7](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/commit/9d0e8a73f5e27f7a04790f0c33564ef11b6d9991))
15+
16+
17+
### Bug Fixes
18+
19+
* drive item version pointed to list item versions ([cc39d11](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/commit/cc39d11a15bbd4eb15fb57c90f84cb280771a3dc))
20+
* drive item version pointed to list item versions ([301cb87](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/commit/301cb87348fe37d15a97edc1148b74fb2bbf81af))
21+
922
## [5.108.0-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/5.107.0-preview...5.108.0-preview) (2025-05-13)
1023

1124

src/Microsoft.Graph/Microsoft.Graph.Beta.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</PackageReleaseNotes>
2828
<!-- edit this value to change the current major.minor.patch version -->
2929
<!-- x-release-please-start-version -->
30-
<Version>5.108.0-preview</Version>
30+
<Version>5.109.0-preview</Version>
3131
<!-- x-release-please-end -->
3232
<!-- adds a version suffix if the Prerelease environment variable is set. BUILD_BUILDID is an
3333
environment variable set by Azure pipelines from the build. We can use the buildid to correlate

0 commit comments

Comments
 (0)