Skip to content

Commit dd28f4c

Browse files
chore(main): release LaunchDarkly.ServerSdk.Redis 5.1.1
1 parent 3c03ec4 commit dd28f4c

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)