From 04fd5081766c6bc3e6f03860aeb6080ee1760ed6 Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Fri, 28 May 2021 17:53:01 -0400 Subject: [PATCH] Bump version to 0.27.0-beta002 ## [0.27.0-beta002] - 2021-05-28 ### Changed - FSharp-Analyzers updated to 0.9.0, global.json version update to 5.0.300, MSBuild.StructuredLogger pinned to 2.1.500 from[@TheAngryByrd](https://github.com/TheAngryByrd)) - - https://github.com/TheAngryByrd/MiniScaffold/pull/244 - Octokit pinned to 0.48 from [@enovales](https://github.com/enovales) - https://github.com/TheAngryByrd/MiniScaffold/pull/243 - Using TargetFramework in projects because we're only targeting net5.0 from [@TheAngryByrd](https://github.com/TheAngryByrd)) - https://github.com/TheAngryByrd/MiniScaffold/pull/241 ### Added - Adds README to nuget package which will be displayed on nuget.org from [@TheAngryByrd](https://github.com/TheAngryByrd)) - https://github.com/TheAngryByrd/MiniScaffold/pull/242 --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e47968e..ce082eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.27.0-beta002] - 2021-05-28 + +### Changed +- FSharp-Analyzers updated to 0.9.0, global.json version update to 5.0.300, MSBuild.StructuredLogger pinned to 2.1.500 from[@TheAngryByrd](https://github.com/TheAngryByrd)) - +- https://github.com/TheAngryByrd/MiniScaffold/pull/244 +- Octokit pinned to 0.48 from [@enovales](https://github.com/enovales) - https://github.com/TheAngryByrd/MiniScaffold/pull/243 + +- Using TargetFramework in projects because we're only targeting net5.0 from [@TheAngryByrd](https://github.com/TheAngryByrd)) - https://github.com/TheAngryByrd/MiniScaffold/pull/241 + +### Added +- Adds README to nuget package which will be displayed on nuget.org from [@TheAngryByrd](https://github.com/TheAngryByrd)) - https://github.com/TheAngryByrd/MiniScaffold/pull/242 + ## [0.27.0-beta001] - 2021-05-28 ### Added @@ -519,7 +531,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.27.0-beta001...HEAD +[Unreleased]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.27.0-beta002...HEAD +[0.27.0-beta002]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.26.4...0.27.0-beta002 [0.27.0-beta001]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.26.4...0.27.0-beta001 [0.26.4]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.26.3...0.26.4 [0.26.4-beta001]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.26.3...0.26.4-beta001