From cfefd208d635b68d6b3b9b3acd40feac54f92acd Mon Sep 17 00:00:00 2001 From: devlooped-bot Date: Fri, 9 Aug 2024 13:50:33 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=89=20Update=20changelog=20with=20v1.2?= =?UTF-8?q?.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 5820573c..d25b23b5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## [v1.2.3](https://github.com/devlooped/nugetizer/tree/v1.2.3) (2024-08-08) +## [v1.2.3](https://github.com/devlooped/nugetizer/tree/v1.2.3) (2024-08-09) [Full Changelog](https://github.com/devlooped/nugetizer/compare/v1.2.2...v1.2.3) @@ -10,6 +10,7 @@ :bug: Fixed bugs: +- error NETSDK1085: The 'NoBuild' property was set to true but the 'Build' target was invoked [\#501](https://github.com/devlooped/nugetizer/issues/501) - When publishing as a tool, readme inclusions are resolved from publish dir [\#435](https://github.com/devlooped/nugetizer/issues/435) - Additional fix for --no-build in pack with transitive references [\#511](https://github.com/devlooped/nugetizer/pull/511) (@kzu)