Skip to content

Commit 131807b

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 0.3.0
1 parent aaec717 commit 131807b

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 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.3.0] - 2022-10-17
6+
### Changed:
7+
- Updated to the OpenFeature dotnet-sdk version 0.5.0. (Thanks, [@toddbaert](https://github.com/launchdarkly/openfeature-dotnet-server/pull/13)!)
8+
59
## [0.2.0] - 2022-10-14
610
### Changed:
711
- Updated to the OpenFeature `dotnet-sdk` version `0.4.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.2.0</Version>
4+
<Version>0.3.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)