Skip to content

Commit 87a9962

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 0.5.0
1 parent 8dbd038 commit 87a9962

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

33
All notable changes to the LaunchDarkly OpenFeature provider for the Server-Side SDK for .NET will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [0.5.0] - 2023-02-14
6+
This version adds support for contexts. For a detailed explanation of contexts please refer to the [LaunchDarkly.ServerSdk 7.0.0 release notes.](https://github.com/launchdarkly/dotnet-server-sdk/releases/tag/7.0.0) The README contains a number of examples demonstrating how to use contexts.
7+
8+
### Changed:
9+
- Upgraded to the `LaunchDarkly.ServerSdk` version `7.0.0`.
10+
511
## [0.4.0] - 2022-10-28
612
### Changed:
713
- Updated to OpenFeature `dotnet-sdk` version `1.0.0`.

src/LaunchDarkly.OpenFeature.ServerProvider/LaunchDarkly.OpenFeature.ServerProvider.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

33
<PropertyGroup>
4-
<Version>0.4.0</Version>
4+
<Version>0.5.0</Version>
55
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
66
single framework that we are testing; this allows us to test with older SDK
77
versions that would error out if they saw any newer target frameworks listed

0 commit comments

Comments
 (0)