From 223298df3c655cf28fc4363c960a0ca1eb1bea07 Mon Sep 17 00:00:00 2001 From: Adam Poit Date: Mon, 7 Oct 2024 16:23:55 -0700 Subject: [PATCH] Publish 5.25.0. --- Directory.Build.props | 2 +- ReleaseNotes.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 08dca38..da0696a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 5.24.0 + 5.25.0 5.21.0 12.0 enable diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 7328b91..d5600b5 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,9 @@ # Release Notes +## 5.25.0 + +* Allow void entry point when calling `BuildRunner.Execute`: [#69](https://github.com/Faithlife/FaithlifeBuild/pull/69). + ## 5.24.0 * Add `AppRunnerSettings.InputStream` to allow sending input to stdin: [#68](https://github.com/Faithlife/FaithlifeBuild/pull/68).