From 2de44fb99a701dcc83cab622b761239e45621f0c Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Fri, 10 Aug 2018 16:21:46 -0400 Subject: [PATCH] Bump version to 0.9.6 * MAINTENANCE: latest dotnet sdk and targets remove netstandard 1.6 (https://github.com/TheAngryByrd/MiniScaffold/pull/93) --- RELEASE_NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 43c129fb..d24b96e2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +### 0.9.6 - 2018-08-10 +* MAINTENANCE: latest dotnet sdk and targets remove netstandard 1.6 (https://github.com/TheAngryByrd/MiniScaffold/pull/93) + ### 0.9.5 - 2018-07-09 * BUGFIX: fix for values left unset in the fsproj file (https://github.com/TheAngryByrd/MiniScaffold/pull/92)