Skip to content

Commit 69d968b

Browse files
chore(main): release 6.4.0-preview
1 parent f8c0ea0 commit 69d968b

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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+
## [6.4.0-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/6.3.0-preview...6.4.0-preview) (2026-07-22)
10+
11+
12+
### Features
13+
14+
* **generation:** update request builders and models ([d76980e](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/commit/d76980e75b5222dbc05b326341fcfb5107a3169b))
15+
916
## [6.3.0-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/6.2.0-preview...6.3.0-preview) (2026-07-10)
1017

1118

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>6.3.0-preview</Version>
30+
<Version>6.4.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)