diff --git a/Directory.Build.props b/Directory.Build.props index de47009..08dca38 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 5.23.0 + 5.24.0 5.21.0 12.0 enable diff --git a/ReleaseNotes.md b/ReleaseNotes.md index bcab514..7328b91 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,9 @@ # Release Notes +## 5.24.0 + +* Add `AppRunnerSettings.InputStream` to allow sending input to stdin: [#68](https://github.com/Faithlife/FaithlifeBuild/pull/68). + ## 5.23.0 * Add `AppRunnerSettings.EnvironmentVariables` property: [#67](https://github.com/Faithlife/FaithlifeBuild/pull/67).