diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf6aab39c82..422a8be230a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.78.0" + ".": "5.79.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a3ae36cb2a..2dfeb4b0d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.79.0](https://github.com/microsoftgraph/msgraph-sdk-dotnet/compare/5.78.0...5.79.0) (2025-05-20) + + +### Features + +* **generation:** update request builders and models ([16da103](https://github.com/microsoftgraph/msgraph-sdk-dotnet/commit/16da1039cbee014b2e08ec9926407a8d42c7a6cc)) + + +### Bug Fixes + +* wrong type for drive items versions ([b97f17b](https://github.com/microsoftgraph/msgraph-sdk-dotnet/commit/b97f17b35534f9b56ba0ed09f969943ce67af83c)) + ## [5.78.0](https://github.com/microsoftgraph/msgraph-sdk-dotnet/compare/5.77.0...5.78.0) (2025-05-13) diff --git a/src/Microsoft.Graph/Microsoft.Graph.csproj b/src/Microsoft.Graph/Microsoft.Graph.csproj index 0fe615e8d2e..82ed55d856d 100644 --- a/src/Microsoft.Graph/Microsoft.Graph.csproj +++ b/src/Microsoft.Graph/Microsoft.Graph.csproj @@ -23,7 +23,7 @@ 35MSSharedLib1024.snk true - 5.78.0 + 5.79.0