From 64f54c18d1abab0d89bd25fb8bb11e59f074c1c2 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Wed, 22 Jun 2022 18:34:34 +0200 Subject: [PATCH] Bump version to 7.2.0-alpha001 --- RELEASE_NOTES.md | 3 +++ global.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 459e7878ae..0d6911a664 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +#### 7.2.0-alpha001 - 2022-06-22 +* Do not append TargetFramework subdirectory to OutputPath - https://github.com/fsprojects/Paket/pull/4159 + #### 7.1.5 - 2022-04-22 * NuGet Cache: ensure for clitool nupkg is there even after skipped 2nd extraction - https://github.com/fsprojects/Paket/pull/4145 diff --git a/global.json b/global.json index 07caffac70..6d77ed9bee 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "6.0.202" + "version": "6.0.301" } }