From ae230a5543b63fbc9440517ebbef30c7c84b4985 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Mon, 30 Sep 2024 13:22:44 +0000
Subject: [PATCH] chore(main): release 5.82.1-preview
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 7 +++++++
src/Microsoft.Graph/Microsoft.Graph.Beta.csproj | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 2ecf9bb4308..48e338c2e9c 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "5.82.0-preview"
+ ".": "5.82.1-preview"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ac43550c42..d428989ebf6 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.82.1-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/5.82.0-preview...5.82.1-preview) (2024-09-30)
+
+
+### Bug Fixes
+
+* Fixed incorrect trimming expression to use `IsTargetFrameworkCompatible` ([7100741](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/commit/7100741459bbee2a22d0120242f09401bfc47681))
+
## [5.82.0-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/5.81.0-preview...5.82.0-preview) (2024-09-26)
diff --git a/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj b/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj
index d8623af4610..dbc6e07e622 100644
--- a/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj
+++ b/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj
@@ -27,7 +27,7 @@
- 5.82.0-preview
+ 5.82.1-preview