From 837ad596e39e44c237f53f4a0cb1326f42870770 Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Wed, 22 Jan 2020 22:21:40 -0500 Subject: [PATCH] Bump version to 0.22.4 * BUGFIX: Ensures github actions run on pull requests (https://github.com/TheAngryByrd/MiniScaffold/pull/177) * BUGFIX: Fixes Directory.Build.props inheritance in src and test folders(https://github.com/TheAngryByrd/MiniScaffold/pull/178) * BUGFIX: Fixes references with spaces in docsTool and updated to netcoreapp3.1 (https://github.com/TheAngryByrd/MiniScaffold/pull/179) --- RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1e8d9f8a..693d643a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,8 @@ +### 0.22.4 - 2020-01-22 +* BUGFIX: Ensures github actions run on pull requests (https://github.com/TheAngryByrd/MiniScaffold/pull/177) +* BUGFIX: Fixes Directory.Build.props inheritance in src and test folders(https://github.com/TheAngryByrd/MiniScaffold/pull/178) +* BUGFIX: Fixes references with spaces in docsTool and updated to netcoreapp3.1 (https://github.com/TheAngryByrd/MiniScaffold/pull/179) + ### 0.22.3 - 2020-01-14 * BUGFIX: Typo in README (https://github.com/TheAngryByrd/MiniScaffold/pull/170) (https://github.com/TheAngryByrd/MiniScaffold/pull/171)