Skip to content

Commit a61e874

Browse files
chore(main): release LaunchDarkly.ClientSdk 5.7.1 (#245)
🤖 I have created a release *beep* *boop* --- ## [5.7.1](LaunchDarkly.ClientSdk-v5.7.0...LaunchDarkly.ClientSdk-v5.7.1) (2026-04-09) ### Bug Fixes * Update CommonSdk to 7.2.0 and InternalSdk to 3.6.1 ([#243](#243)) ([9e8e5ff](9e8e5ff)) --- 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** > Low risk: release-only metadata/documentation updates (version bumps, changelog/provenance text) with no functional code changes in this diff. > > **Overview** > Bumps `pkgs/sdk/client` from `5.7.0` to `5.7.1` in the release manifest and the `LaunchDarkly.ClientSdk.csproj` package version. > > Adds the `5.7.1` changelog entry (noting dependency updates) and updates `PROVENANCE.md` to reference the new version for attestation verification. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit d07d09b. 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 2cc03e6 commit a61e874

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.11.2",
6-
"pkgs/sdk/client": "5.7.0",
6+
"pkgs/sdk/client": "5.7.1",
77
"pkgs/telemetry": "1.4.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.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ClientSdk-v5.7.0...LaunchDarkly.ClientSdk-v5.7.1) (2026-04-09)
7+
8+
9+
### Bug Fixes
10+
11+
* Update CommonSdk to 7.2.0 and InternalSdk to 3.6.1 ([#243](https://github.com/launchdarkly/dotnet-core/issues/243)) ([9e8e5ff](https://github.com/launchdarkly/dotnet-core/commit/9e8e5ff1734548462a681ab66147acc2bd2f2895))
12+
613
## [5.7.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ClientSdk-v5.6.0...LaunchDarkly.ClientSdk-v5.7.0) (2026-03-13)
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.0
12+
SDK_VERSION=5.7.1
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.0</Version>
5+
<Version>5.7.1</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)