From 23ec4b70c5bb3b6cbc48de320b5cdacaae039e0e Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Wed, 27 Mar 2024 22:10:05 -0300 Subject: [PATCH 1/2] Prerelease --- Build/.nuke/build.schema.json | 5 ++++- CHANGELOG.md | 7 +++++++ Directory.Build.props | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Build/.nuke/build.schema.json b/Build/.nuke/build.schema.json index a432725..5e858b7 100644 --- a/Build/.nuke/build.schema.json +++ b/Build/.nuke/build.schema.json @@ -90,7 +90,7 @@ "ProjectNameFolder": { "type": "boolean" }, - "ProjectRemoveAppendTargetFrameworkFolder": { + "ProjectRemoveTargetFrameworkFolder": { "type": "boolean" }, "ProjectVersionFolder": { @@ -173,6 +173,9 @@ "TestResults": { "type": "boolean" }, + "UnlistNuget": { + "type": "boolean" + }, "VendorDescription": { "type": "string" }, diff --git a/CHANGELOG.md b/CHANGELOG.md index bc742d1..9e0573f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.6.4] / 2024-03-27 +### Features +* Update `GetInformationalVersion` to find `nupkg` files. (Update: `ricaun.Nuke`) +### Updated +- Update `ricaun.Nuke` to `1.7.4` + ## [1.6.3] / 2023-12-06 - 2023-12-22 ### Features - Add `ProjectRemoveTargetFrameworkFolder` to remove `net` folder in `PackageBuilder`. @@ -274,6 +280,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - First Release [vNext]: ../../compare/1.0.0...HEAD +[1.6.4]: ../../compare/1.6.3...1.6.4 [1.6.3]: ../../compare/1.6.2...1.6.3 [1.6.2]: ../../compare/1.6.1...1.6.2 [1.6.1]: ../../compare/1.6.0...1.6.1 diff --git a/Directory.Build.props b/Directory.Build.props index c263cf6..3c7679d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.6.3 + 1.6.4-alpha \ No newline at end of file From 36c8f040bb8cbb3841d09a27c9717765a623fdcb Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Wed, 27 Mar 2024 22:13:44 -0300 Subject: [PATCH 2/2] Release --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 3c7679d..f7b209d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.6.4-alpha + 1.6.4 \ No newline at end of file