Skip to content

Commit ad48cec

Browse files
chore(main): release LaunchDarkly.ClientSdk 5.7.2 (#265)
🤖 I have created a release *beep* *boop* --- ## [5.7.2](LaunchDarkly.ClientSdk-v5.7.1...LaunchDarkly.ClientSdk-v5.7.2) (2026-05-26) ### Bug Fixes * gracefully handle MAUI unavailability in non-MAUI Windows apps ([#264](#264)) ([f51a123](f51a123)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Mechanical version and changelog updates with no code in the diff; runtime change is a targeted compatibility fix already described in the release notes. > > **Overview** > This PR is a **Release Please** cut for **LaunchDarkly.ClientSdk 5.7.2**. It bumps the package version everywhere release tooling expects it: `.release-please-manifest.json`, `LaunchDarkly.ClientSdk.csproj`, `CHANGELOG.md`, and `PROVENANCE.md` (example `SDK_VERSION` for attestation verification). > > The changelog entry records the user-facing fix from [#264](#264): **gracefully handle MAUI unavailability in non-MAUI Windows apps**—so desktop/WinUI apps that target `net8.0-windows` without a full MAUI stack should not fail when MAUI APIs are absent. **No source changes appear in this diff**; only release metadata and version strings. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit c9f96af. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f51a123 commit ad48cec

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"pkgs/dotnet-server-sdk-dynamodb": "5.0.0",
44
"pkgs/dotnet-server-sdk-redis": "5.1.0",
55
"pkgs/sdk/server": "8.12.1",
6-
"pkgs/sdk/client": "5.7.1",
6+
"pkgs/sdk/client": "5.7.2",
77
"pkgs/telemetry": "1.5.0",
88
"pkgs/sdk/server-ai": "0.9.3",
99
"pkgs/shared/common": "7.2.0",

pkgs/sdk/client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to the LaunchDarkly Client-Side SDK for .NET will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org).
55

6+
## [5.7.2](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ClientSdk-v5.7.1...LaunchDarkly.ClientSdk-v5.7.2) (2026-05-26)
7+
8+
9+
### Bug Fixes
10+
11+
* gracefully handle MAUI unavailability in non-MAUI Windows apps ([#264](https://github.com/launchdarkly/dotnet-core/issues/264)) ([f51a123](https://github.com/launchdarkly/dotnet-core/commit/f51a123e9437348e517d8c5e34a8cce3106d7d78))
12+
613
## [5.7.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ClientSdk-v5.7.0...LaunchDarkly.ClientSdk-v5.7.1) (2026-04-09)
714

815

pkgs/sdk/client/PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the SDK to verify
12-
SDK_VERSION=5.7.1
12+
SDK_VERSION=5.7.2
1313
```
1414
<!-- x-release-please-end -->
1515

pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<!--x-release-please-start-version-->
5-
<Version>5.7.1</Version>
5+
<Version>5.7.2</Version>
66
<!--x-release-please-end-->
77
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks in
88
a situation where we need to build only the .NET Standard target and do not

0 commit comments

Comments
 (0)