File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 0.3.1] 2021-02-27
9+
10+ ### Fixed
11+
12+ - [ PowerShellBuild] ( https://github.com/psake/PowerShellBuild ) dependency is now correctly set to 0.5.0
13+
814## [ 0.3.0] 2021-02-27
915
1016### Added
Original file line number Diff line number Diff line change 11@ {
22 RootModule = ' Stucco.psm1'
3- ModuleVersion = ' 0.3.0 '
3+ ModuleVersion = ' 0.3.1 '
44 GUID = ' 24effa48-ac05-4efd-872d-40d556089ce0'
55 Author = ' Brandon Olin'
66 CompanyName = ' Community'
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ properties {
77
88task Default - depends Test
99
10- task Test - FromModule PowerShellBuild - Version ' 0.4 .0'
10+ task Test - FromModule PowerShellBuild - minimumVersion ' 0.5 .0'
Original file line number Diff line number Diff line change 1515 Version = ' 2.0.16'
1616 }
1717 ' PowerShellBuild' = @ {
18- Version = ' 0.4 .0'
18+ Version = ' 0.5 .0'
1919 }
2020 ' PSScriptAnalyzer' = @ {
2121 Version = ' 1.19.1'
You can’t perform that action at this time.
0 commit comments