From 9a15a0b67cb500622ce36a6520129b507cd14be1 Mon Sep 17 00:00:00 2001 From: Julien Roncaglia Date: Sat, 17 Apr 2021 13:19:10 +0200 Subject: [PATCH] Update readme --- Release Notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Release Notes.md b/Release Notes.md index a11a774..09751fd 100644 --- a/Release Notes.md +++ b/Release Notes.md @@ -1,3 +1,10 @@ +### New in 1.0.4 + +* Make dependency ranges less strict (For `FSharp.Core` 6.x) +* Build with 5.0.201 SDK +* Specify the package license using SPDX +* Embed the package icon + ## New in 1.0.3 * Include pdb files in package (With SourceLink)