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

Commit 605cf01

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 7.0.3
1 parent a9a04d3 commit 605cf01

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 Server-Side SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [7.0.3] - 2023-04-21
6+
### Changed:
7+
- Updated `LaunchDarkly.InternalSdk` to `3.1.2`.
8+
59
## [7.0.2] - 2023-04-04
610
### Fixed:
711
- Fixed an issue with generating the `FullyQualifiedKey`. The key generation was not sorted by the kind, so the key was not stable depending on the order of the context construction. This also affected the generation of the secure mode hash for mulit-contexts.

src/LaunchDarkly.ServerSdk/LaunchDarkly.ServerSdk.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>7.0.2</Version>
3+
<Version>7.0.3</Version>
44
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
55
single framework that we are testing; this allows us to test with older SDK
66
versions that would error out if they saw any newer target frameworks listed

0 commit comments

Comments
 (0)