Skip to content

Commit 2884695

Browse files
chore(main): release LaunchDarkly.ServerSdk 8.5.2 (#13)
🤖 I have created a release *beep* *boop* --- ## [8.5.2](LaunchDarkly.ServerSdk-v8.5.1...LaunchDarkly.ServerSdk-v8.5.2) (2024-08-27) ### Bug Fixes * improved accuracy of stream interruption error message. ([#12](#12)) ([bd6b413](bd6b413)) --- 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>
1 parent baecdb0 commit 2884695

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"pkgs/sdk/server": "8.5.1",
2+
"pkgs/sdk/server": "8.5.2",
33
"pkgs/telemetry": "1.0.0"
44
}

pkgs/sdk/server/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [8.5.2](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk-v8.5.1...LaunchDarkly.ServerSdk-v8.5.2) (2024-08-27)
4+
5+
6+
### Bug Fixes
7+
8+
* improved accuracy of stream interruption error message. ([#12](https://github.com/launchdarkly/dotnet-core/issues/12)) ([bd6b413](https://github.com/launchdarkly/dotnet-core/commit/bd6b413961238d87d71b4d7539abb2c2ed5bb863))
9+
310
## [8.5.1](https://github.com/launchdarkly/dotnet-server-sdk/compare/8.5.0...8.5.1) (2024-06-03)
411

512

@@ -618,4 +625,4 @@ The NuGet package name and assembly name will also change. In the 5.6.3 release,
618625
- LdClient now implements a new interface: ILdClient
619626

620627
### Deprecated
621-
- The `Toggle` call has been deprecated in favor of `BoolVariation`.
628+
- The `Toggle` call has been deprecated in favor of `BoolVariation`.

pkgs/sdk/server/src/LaunchDarkly.ServerSdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<!--x-release-please-start-version-->
4-
<Version>8.5.1</Version>
4+
<Version>8.5.2</Version>
55
<!--x-release-please-end-->
66
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
77
single framework that we are testing; this allows us to test with older SDK

0 commit comments

Comments
 (0)