From 03bf0b49e0a03463fc4df4e5e147abbec01e89c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 18:02:30 +0000 Subject: [PATCH] chore(main): release LaunchDarkly.ClientSdk 5.10.1 --- .release-please-manifest.json | 2 +- pkgs/sdk/client/CHANGELOG.md | 8 ++++++++ pkgs/sdk/client/PROVENANCE.md | 2 +- pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b648575d..96f54a5f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "pkgs/dotnet-server-sdk-dynamodb": "5.0.1", "pkgs/dotnet-server-sdk-redis": "5.1.1", "pkgs/sdk/server": "8.17.1", - "pkgs/sdk/client": "5.10.0", + "pkgs/sdk/client": "5.10.1", "pkgs/telemetry": "1.5.1", "pkgs/sdk/server-ai": "0.13.0", "pkgs/shared/common": "7.2.0", diff --git a/pkgs/sdk/client/CHANGELOG.md b/pkgs/sdk/client/CHANGELOG.md index f221b1ed..515a3777 100644 --- a/pkgs/sdk/client/CHANGELOG.md +++ b/pkgs/sdk/client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to the LaunchDarkly Client-Side SDK for .NET will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [5.10.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ClientSdk-v5.10.0...LaunchDarkly.ClientSdk-v5.10.1) (2026-09-22) + + +### Bug Fixes + +* activate plugin hooks before RegisterPlugin calls Register ([#337](https://github.com/launchdarkly/dotnet-core/issues/337)) ([1fe894e](https://github.com/launchdarkly/dotnet-core/commit/1fe894e695fb43bbbbfd10fc941b05c20dd9a131)) +* update LaunchDarkly.Logging to 2.1.0 in client SDK ([#356](https://github.com/launchdarkly/dotnet-core/issues/356)) ([60ccc75](https://github.com/launchdarkly/dotnet-core/commit/60ccc75dfb1b6a2a420418ae47da17e5cd977fba)) + ## [5.10.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ClientSdk-v5.9.6...LaunchDarkly.ClientSdk-v5.10.0) (2026-09-02) diff --git a/pkgs/sdk/client/PROVENANCE.md b/pkgs/sdk/client/PROVENANCE.md index d2b20bed..cd4982b5 100644 --- a/pkgs/sdk/client/PROVENANCE.md +++ b/pkgs/sdk/client/PROVENANCE.md @@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att ``` # Set the version of the SDK to verify -SDK_VERSION=5.10.0 +SDK_VERSION=5.10.1 ``` diff --git a/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj b/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj index 25623368..56aac36a 100644 --- a/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj +++ b/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj @@ -2,7 +2,7 @@ - 5.10.0 + 5.10.1