Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit bfed72d

Browse files
chore(main): release 8.5.0 (#219)
🤖 I have created a release *beep* *boop* --- ## [8.5.0](8.4.0...8.5.0) (2024-05-10) ### Features * adds warning log if excessive StartWaitTime is used. ([#218](#218)) ([6f6cdec](6f6cdec)) --- 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 6f6cdec commit bfed72d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.4.0",
2+
"pkgs/sdk/server": "8.5.0",
33
"pkgs/telemetry": "1.0.0"
44
}

pkgs/sdk/server/CHANGELOG.md

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

3+
## [8.5.0](https://github.com/launchdarkly/dotnet-server-sdk/compare/8.4.0...8.5.0) (2024-05-10)
4+
5+
6+
### Features
7+
8+
* adds warning log if excessive StartWaitTime is used. ([#218](https://github.com/launchdarkly/dotnet-server-sdk/issues/218)) ([6f6cdec](https://github.com/launchdarkly/dotnet-server-sdk/commit/6f6cdec155fd46bcfc17ce18246e760c456adbaf))
9+
310
## [8.4.0](https://github.com/launchdarkly/dotnet-server-sdk/compare/8.3.0...8.4.0) (2024-04-23)
411

512

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.4.0</Version>
4+
<Version>8.5.0</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)