From 3030fdfccab76e86e3276c35ddf062bdc0c9ec0d Mon Sep 17 00:00:00 2001 From: Dan Richelson Date: Fri, 16 Jun 2017 15:42:07 -0700 Subject: [PATCH 1/2] Update version and changelog for 3.3.0 --- CHANGELOG.md | 10 +++++++++- src/LaunchDarkly.Client/LaunchDarkly.Client.csproj | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88fc260c..21fd376a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ All notable changes to the LaunchDarkly .NET SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). -## +## [3.3.0] - 2017-06-16 +### Added +- Config option to use custom implementation of IFeatureStore +- Artifact is now signed +### Changed +- Removed NETStandard.Library from dependencies so it isn't brought in by non-.NET core projects. +- Project files migrated to current `*.csproj` standard +- Fixed release that inadvertently removed the ability to set a custom HttpClientHandler + ## [3.2.0] - 2017-05-25 ### Added - Config option to use custom implementation of IFeatureStore diff --git a/src/LaunchDarkly.Client/LaunchDarkly.Client.csproj b/src/LaunchDarkly.Client/LaunchDarkly.Client.csproj index 8464f1a8..f98e14a7 100644 --- a/src/LaunchDarkly.Client/LaunchDarkly.Client.csproj +++ b/src/LaunchDarkly.Client/LaunchDarkly.Client.csproj @@ -1,7 +1,7 @@  - 3.2.0 + 3.2.1 netstandard1.6;net45 portable LaunchDarkly.Client From 679306a37798a4f5a31cf3aa9e3d45cd37f1da32 Mon Sep 17 00:00:00 2001 From: Dan Richelson Date: Fri, 16 Jun 2017 15:46:44 -0700 Subject: [PATCH 2/2] Update version and changelog for 3.3.0 --- src/LaunchDarkly.Client/LaunchDarkly.Client.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LaunchDarkly.Client/LaunchDarkly.Client.csproj b/src/LaunchDarkly.Client/LaunchDarkly.Client.csproj index f98e14a7..228099fc 100644 --- a/src/LaunchDarkly.Client/LaunchDarkly.Client.csproj +++ b/src/LaunchDarkly.Client/LaunchDarkly.Client.csproj @@ -1,7 +1,7 @@  - 3.2.1 + 3.3.0 netstandard1.6;net45 portable LaunchDarkly.Client