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).