From dcca124eb4358203b4b85974479576be0fd9b143 Mon Sep 17 00:00:00 2001 From: Julien Roncaglia Date: Sun, 9 Sep 2018 14:36:30 +0200 Subject: [PATCH] Remove ValueTuple reference --- Release Notes.md | 4 ++++ src/BlackFox.ColoredPrintf/BlackFox.ColoredPrintf.fsproj | 2 ++ 2 files changed, 6 insertions(+) diff --git a/Release Notes.md b/Release Notes.md index 06192ff..069305f 100644 --- a/Release Notes.md +++ b/Release Notes.md @@ -1,3 +1,7 @@ +## New in 1.0.2 + +* Remove ValueTuple reference + ### New in 1.0.1 * Add an icon to the NuGet package diff --git a/src/BlackFox.ColoredPrintf/BlackFox.ColoredPrintf.fsproj b/src/BlackFox.ColoredPrintf/BlackFox.ColoredPrintf.fsproj index 6ae225e..116dc63 100644 --- a/src/BlackFox.ColoredPrintf/BlackFox.ColoredPrintf.fsproj +++ b/src/BlackFox.ColoredPrintf/BlackFox.ColoredPrintf.fsproj @@ -3,6 +3,8 @@ netstandard2.0 net45;netstandard2.0 https://raw.githubusercontent.com/vbfox/ColoredPrintf/master/src/BlackFox.ColoredPrintf/Icon.png + true + true