diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca071465823..1cae7dc71bb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.92.0-preview" + ".": "5.93.0-preview" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f0f4cd7fd..433d29d08b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ 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. +## [5.93.0-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/5.92.0-preview...5.93.0-preview) (2025-01-08) + + +### Features + +* **generation:** update request builders and models ([8b960a6](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/commit/8b960a6eb84acd0c5be52d95cbba910cb1cb52db)) + ## [5.92.0-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/5.91.0-preview...5.92.0-preview) (2025-01-02) diff --git a/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj b/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj index 5e72a396e62..0f25c3c0fdf 100644 --- a/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj +++ b/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj @@ -27,7 +27,7 @@ - 5.92.0-preview + 5.93.0-preview