Skip to content

Commit b25297a

Browse files
committed
Bump version to 0.26.3-beta001
## [0.26.3-beta001] - 2021-03-14 ### Fixed - Fixes GitHub Workflow FAKE integration from [@TheAngryByrd](https://github.com/TheAngryByrd) - #232 - Makes devcontainers more flexible with dotnet versions from [@TheAngryByrd](https://github.com/TheAngryByrd) - #233 - Makes github workflow install dotnet from global.json from [@TheAngryByrd](https://github.com/TheAngryByrd) - #234
1 parent a6feff6 commit b25297a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.26.3-beta001] - 2021-03-14
9+
10+
### Fixed
11+
- Fixes GitHub Workflow FAKE integration from [@TheAngryByrd](https://github.com/TheAngryByrd) - https://github.com/TheAngryByrd/MiniScaffold/pull/232
12+
- Makes devcontainers more flexible with dotnet versions from [@TheAngryByrd](https://github.com/TheAngryByrd) - https://github.com/TheAngryByrd/MiniScaffold/pull/233
13+
- Makes github workflow install dotnet from global.json from [@TheAngryByrd](https://github.com/TheAngryByrd) - https://github.com/TheAngryByrd/MiniScaffold/pull/234
14+
815
## [0.26.2] - 2021-01-22
916

1017
### Fixed
11-
- Updated Analyzers to work on net5.0 [@TheAngryByrd](https://github.com/TheAngryByrd)- https://github.com/TheAngryByrd/MiniScaffold/pull/230
18+
- Updated Analyzers to work on net5.0 [@TheAngryByrd](https://github.com/TheAngryByrd) - https://github.com/TheAngryByrd/MiniScaffold/pull/230
1219

1320
## [0.26.1] - 2021-01-19
1421

@@ -487,7 +494,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
487494
### Added
488495
- Initial release
489496

490-
[Unreleased]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.26.2...HEAD
497+
[Unreleased]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.26.3-beta001...HEAD
498+
[0.26.3-beta001]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.26.2...0.26.3-beta001
491499
[0.26.2]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.26.1...0.26.2
492500
[0.26.1]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.26.0...0.26.1
493501
[0.26.1-beta001]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.26.0...0.26.1-beta001

0 commit comments

Comments
 (0)