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

Commit 708da99

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 5.0.0
1 parent f78a7eb commit 708da99

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.0.0] - 2023-10-16
6+
### Changed:
7+
- This release requires the `8.0.0` release of the `LaunchDarkly.ServerSdk`.
8+
59
## [4.0.0] - 2022-12-07
610
This release corresponds to the 7.0.0 release of the LaunchDarkly server-side .NET SDK. Any application code that is being updated to use the 7.0.0 SDK, and was using a 3.x version of `LaunchDarkly.ServerSdk.Redis`, should now use a 4.x version instead.
711

src/LaunchDarkly.ServerSdk.Redis/LaunchDarkly.ServerSdk.Redis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>4.0.0</Version>
3+
<Version>5.0.0</Version>
44
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
55
<AssemblyName>LaunchDarkly.ServerSdk.Redis</AssemblyName>
66
<OutputType>Library</OutputType>

0 commit comments

Comments
 (0)