From 393f135682b5f4f83eb6abd9739f0ae8d2909b9e Mon Sep 17 00:00:00 2001 From: Thomas Boby Date: Sun, 27 Oct 2024 16:55:42 +0000 Subject: [PATCH] Mention build date in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75370f5..f6f4bdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * Automatic pre-release version bumping when an `Unreleased` section is found, which increments the patch version of the latest release and adds the "-alpha" suffix * Added a property `` which can be set to `false` to prevent automatic version bumping * Added an output property `UnreleasedReleaseNotes` containing the contents of the `Unreleased` section +* Added a property `` which controls whether the `BuildDate` `AssemblyAttribute` is written to the assembly, default `true` ### Changed