From cfac437496a4462d7a480363b0b37ed4456a14d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:30:39 -0800 Subject: [PATCH] chore(main): release 0.6.0 (#25) :robot: I have created a release *beep* *boop* --- ## [0.6.0](https://github.com/launchdarkly/openfeature-dotnet-server/compare/0.5.0...0.6.0) (2024-02-23) ### Features * Add support for configuration changed event. ([#27](https://github.com/launchdarkly/openfeature-dotnet-server/issues/27)) ([3e61faa](https://github.com/launchdarkly/openfeature-dotnet-server/commit/3e61faa8bc0d4f270e88853264dc3dd644c242e2)) * Add support for initialization, shutdown, and provider status events. ([#26](https://github.com/launchdarkly/openfeature-dotnet-server/issues/26)) ([fe8db98](https://github.com/launchdarkly/openfeature-dotnet-server/commit/fe8db9883b2f8ad84dc71c9f8b24e3c61abc9c6d)) * Support the LaunchDarkly for .NET Server-Side 8.x SDK. ([#22](https://github.com/launchdarkly/openfeature-dotnet-server/issues/22)) ([da4a264](https://github.com/launchdarkly/openfeature-dotnet-server/commit/da4a264399825dc4b7ac282b781cc7a3a82fed7c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 ++ ...chDarkly.OpenFeature.ServerProvider.csproj | 100 +++++++++--------- 3 files changed, 60 insertions(+), 51 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ae5c5d5..d273fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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). +## [0.6.0](https://github.com/launchdarkly/openfeature-dotnet-server/compare/0.5.0...0.6.0) (2024-02-23) + + +### Features + +* Add support for configuration changed event. ([#27](https://github.com/launchdarkly/openfeature-dotnet-server/issues/27)) ([3e61faa](https://github.com/launchdarkly/openfeature-dotnet-server/commit/3e61faa8bc0d4f270e88853264dc3dd644c242e2)) +* Add support for initialization, shutdown, and provider status events. ([#26](https://github.com/launchdarkly/openfeature-dotnet-server/issues/26)) ([fe8db98](https://github.com/launchdarkly/openfeature-dotnet-server/commit/fe8db9883b2f8ad84dc71c9f8b24e3c61abc9c6d)) +* Support the LaunchDarkly for .NET Server-Side 8.x SDK. ([#22](https://github.com/launchdarkly/openfeature-dotnet-server/issues/22)) ([da4a264](https://github.com/launchdarkly/openfeature-dotnet-server/commit/da4a264399825dc4b7ac282b781cc7a3a82fed7c)) + ## [0.5.0] - 2023-02-14 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. diff --git a/src/LaunchDarkly.OpenFeature.ServerProvider/LaunchDarkly.OpenFeature.ServerProvider.csproj b/src/LaunchDarkly.OpenFeature.ServerProvider/LaunchDarkly.OpenFeature.ServerProvider.csproj index b2c2ec2..80171c7 100644 --- a/src/LaunchDarkly.OpenFeature.ServerProvider/LaunchDarkly.OpenFeature.ServerProvider.csproj +++ b/src/LaunchDarkly.OpenFeature.ServerProvider/LaunchDarkly.OpenFeature.ServerProvider.csproj @@ -1,50 +1,50 @@ - - - - - 0.5.0 - - - netstandard2.0;net471;net6.0 - $(BUILDFRAMEWORKS) - - portable - LaunchDarkly.OpenFeature.ServerProvider - Library - LaunchDarkly.OpenFeature.ServerProvider - LaunchDarkly.OpenFeature.ServerProvider - 7.3 - LaunchDarkly OpenFeature Provider for the Server-Side SDK for .NET - LaunchDarkly - LaunchDarkly - LaunchDarkly - LaunchDarkly - LaunchDarkly - Copyright 2022 LaunchDarkly - Apache-2.0 - https://github.com/launchdarkly/openfeature-dotnet-server - https://github.com/launchdarkly/openfeature-dotnet-server - main - true - snupkg - - - 1570,1571,1572,1573,1574,1580,1581,1584,1591,1710,1711,1712 - - - - - - - - - - - - - bin\$(Configuration)\$(TargetFramework)\LaunchDarkly.OpenFeature.ServerProvider.xml - - + + + + + 0.6.0 + + + netstandard2.0;net471;net6.0 + $(BUILDFRAMEWORKS) + + portable + LaunchDarkly.OpenFeature.ServerProvider + Library + LaunchDarkly.OpenFeature.ServerProvider + LaunchDarkly.OpenFeature.ServerProvider + 7.3 + LaunchDarkly OpenFeature Provider for the Server-Side SDK for .NET + LaunchDarkly + LaunchDarkly + LaunchDarkly + LaunchDarkly + LaunchDarkly + Copyright 2022 LaunchDarkly + Apache-2.0 + https://github.com/launchdarkly/openfeature-dotnet-server + https://github.com/launchdarkly/openfeature-dotnet-server + main + true + snupkg + + + 1570,1571,1572,1573,1574,1580,1581,1584,1591,1710,1711,1712 + + + + + + + + + + + + + bin\$(Configuration)\$(TargetFramework)\LaunchDarkly.OpenFeature.ServerProvider.xml + +