From db54c74417d8ea5052e175d63835d4650849db58 Mon Sep 17 00:00:00 2001 From: "release-please-token-provider[bot]" <225477224+release-please-token-provider[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 00:24:18 +0000 Subject: [PATCH] chore(main): release 6.0.0-preview --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ .../Microsoft.Graph.Beta.csproj | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bfe6e8f67e3..2878ae6e5c5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.135.0-preview" + ".": "6.0.0-preview" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a5aa729f5c..320da0036fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 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. +## [6.0.0-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/5.135.0-preview...6.0.0-preview) (2026-05-12) + + +### ⚠ BREAKING CHANGES + +* **deps:** update microsoft-graph-core to 4.x +* Dropped net5.0 target framework. The SDK now targets netstandard2.0, netstandard2.1, net8.0, and net10.0. + +### Features + +* **generation:** update request builders and models ([35d1941](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/commit/35d1941b9d8e0ee638f719142c9765ef4869a30d)) +* update target frameworks to net8.0 and net10.0, drop net5.0 ([#1111](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/issues/1111)) ([402ffb9](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/commit/402ffb920f029b6588aa643252d45a6484e79929)) + + +### Miscellaneous Chores + +* **deps:** update microsoft-graph-core to 4.x ([5899861](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/commit/5899861d74081f7cba7d78d0fd6a0007d8f897cb)) + ## [5.135.0-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/5.134.0-preview...5.135.0-preview) (2026-04-24) diff --git a/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj b/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj index b3c78f257b4..e9048714aba 100644 --- a/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj +++ b/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj @@ -27,7 +27,7 @@ - 5.135.0-preview + 6.0.0-preview