Skip to content

Commit c6c3b17

Browse files
chore(main): release LaunchDarkly.ServerSdk.Redis 5.1.1 (#267)
🤖 I have created a release *beep* *boop* --- ## [5.1.1](LaunchDarkly.ServerSdk.Redis-v5.1.0...LaunchDarkly.ServerSdk.Redis-v5.1.1) (2026-05-27) ### Bug Fixes * exclude documentation files from NuGet package builds ([#263](#263)) ([cc86ad6](cc86ad6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Automated version and documentation updates with no runtime or API changes in the diff. > > **Overview** > **Release Please** bumps **LaunchDarkly.ServerSdk.Redis** from **5.1.0** to **5.1.1** in `.release-please-manifest.json`, `LaunchDarkly.ServerSdk.Redis.csproj`, `PROVENANCE.md`, and adds a **5.1.1** changelog entry. > > The noted fix is excluding documentation files from NuGet package builds ([#263]); this PR does not change project or packaging logic—only version and release metadata. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit dd28f4c. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3c03ec4 commit c6c3b17

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
@@ -1,7 +1,7 @@
11
{
22
"pkgs/dotnet-server-sdk-consul": "5.0.0",
33
"pkgs/dotnet-server-sdk-dynamodb": "5.0.1",
4-
"pkgs/dotnet-server-sdk-redis": "5.1.0",
4+
"pkgs/dotnet-server-sdk-redis": "5.1.1",
55
"pkgs/sdk/server": "8.12.2",
66
"pkgs/sdk/client": "5.7.3",
77
"pkgs/telemetry": "1.5.0",

pkgs/dotnet-server-sdk-redis/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly .NET SDK Redis integration will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [5.1.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Redis-v5.1.0...LaunchDarkly.ServerSdk.Redis-v5.1.1) (2026-05-27)
6+
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
512
## [5.1.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Redis-v5.0.0...LaunchDarkly.ServerSdk.Redis-v5.1.0) (2025-08-20)
613

714

pkgs/dotnet-server-sdk-redis/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=5.1.0
12+
SDK_VERSION=5.1.1
1313
```
1414
<!-- x-release-please-end -->
1515

pkgs/dotnet-server-sdk-redis/src/LaunchDarkly.ServerSdk.Redis.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>5.1.0</Version>
4+
<Version>5.1.1</Version>
55
<!--x-release-please-end-->
66
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
77
<AssemblyName>LaunchDarkly.ServerSdk.Redis</AssemblyName>

0 commit comments

Comments
 (0)