Skip to content

Commit 89d0691

Browse files
chore(main): release LaunchDarkly.ServerSdk.Telemetry 1.5.1
1 parent 3c03ec4 commit 89d0691

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
@@ -4,7 +4,7 @@
44
"pkgs/dotnet-server-sdk-redis": "5.1.0",
55
"pkgs/sdk/server": "8.12.2",
66
"pkgs/sdk/client": "5.7.3",
7-
"pkgs/telemetry": "1.5.0",
7+
"pkgs/telemetry": "1.5.1",
88
"pkgs/sdk/server-ai": "0.9.4",
99
"pkgs/shared/common": "7.2.0",
1010
"pkgs/shared/common-json-net": "7.0.2"

pkgs/telemetry/CHANGELOG.md

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

3+
## [1.5.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Telemetry-v1.5.0...LaunchDarkly.ServerSdk.Telemetry-v1.5.1) (2026-05-27)
4+
5+
6+
### Bug Fixes
7+
8+
* exclude documentation files from NuGet package builds ([#263](https://github.com/launchdarkly/dotnet-core/issues/263)) ([cc86ad6](https://github.com/launchdarkly/dotnet-core/commit/cc86ad6bd54d2201db5171971946368cde8f45f8))
9+
310
## [1.5.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Telemetry-v1.4.0...LaunchDarkly.ServerSdk.Telemetry-v1.5.0) (2026-05-15)
411

512

pkgs/telemetry/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=1.5.0
12+
SDK_VERSION=1.5.1
1313
```
1414
<!-- x-release-please-end -->
1515

pkgs/telemetry/src/LaunchDarkly.ServerSdk.Telemetry.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>1.5.0</Version>
4+
<Version>1.5.1</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)