Skip to content

Commit 42c2c5a

Browse files
chore(main): release LaunchDarkly.ClientSdk 5.5.0 (#109)
🤖 I have created a release *beep* *boop* --- ## [5.5.0](LaunchDarkly.ClientSdk-v5.4.0...LaunchDarkly.ClientSdk-v5.5.0) (2025-06-02) ### Features * Update SDK client to net8 ([aea1514](aea1514)) * Update to net8 ([ddae814](ddae814)) ### Bug Fixes * [#104](#104) dependency optimisation ([#111](#111)) ([2c7ff62](2c7ff62)) * Bump Internal SDK version ([#112](#112)) ([3cb5ae4](3cb5ae4)) * Update CommonSDK to v7.0.1 ([#126](#126)) ([fad338e](fad338e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jason Bailey <[email protected]>
1 parent fa359cc commit 42c2c5a

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.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": "4.0.0",
44
"pkgs/dotnet-server-sdk-redis": "5.0.0",
55
"pkgs/sdk/server": "8.9.0",
6-
"pkgs/sdk/client": "5.4.0",
6+
"pkgs/sdk/client": "5.5.0",
77
"pkgs/telemetry": "1.1.0",
88
"pkgs/sdk/server-ai": "0.7.0",
99
"pkgs/shared/common": "7.0.1",

pkgs/sdk/client/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.5.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ClientSdk-v5.4.0...LaunchDarkly.ClientSdk-v5.5.0) (2025-06-02)
7+
8+
9+
### Features
10+
11+
* Update SDK client to net8 ([aea1514](https://github.com/launchdarkly/dotnet-core/commit/aea1514b104007d703aafa58adc2ff318f8182b1))
12+
* Update to net8 ([ddae814](https://github.com/launchdarkly/dotnet-core/commit/ddae814250cb21e0de2b953808202addd7098c4c))
13+
14+
15+
### Bug Fixes
16+
17+
* [#104](https://github.com/launchdarkly/dotnet-core/issues/104) dependency optimisation ([#111](https://github.com/launchdarkly/dotnet-core/issues/111)) ([2c7ff62](https://github.com/launchdarkly/dotnet-core/commit/2c7ff629a4c16ad866c6e4ea5b24abc622942f0e))
18+
* Bump Internal SDK version ([#112](https://github.com/launchdarkly/dotnet-core/issues/112)) ([3cb5ae4](https://github.com/launchdarkly/dotnet-core/commit/3cb5ae4e1de89f55d9221997c3ba2c7179ae4a2d))
19+
* Update CommonSDK to v7.0.1 ([#126](https://github.com/launchdarkly/dotnet-core/issues/126)) ([fad338e](https://github.com/launchdarkly/dotnet-core/commit/fad338e651ffe856d6cf5c6e71ba6ff1526d422a))
20+
621
## [5.4.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ClientSdk-v5.3.0...LaunchDarkly.ClientSdk-v5.4.0) (2025-05-07)
722

823

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.4.0</Version>
5+
<Version>5.5.0</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)