Skip to content

Commit 5e431a5

Browse files
committed
bump module powershellbuild dependency to 0.5.0
1 parent b5769d1 commit 5e431a5

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

Stucco/Stucco.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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'

Stucco/template/psakeFile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ properties {
77

88
task Default -depends Test
99

10-
task Test -FromModule PowerShellBuild -Version '0.4.0'
10+
task Test -FromModule PowerShellBuild -minimumVersion '0.5.0'

Stucco/template/requirements.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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'

0 commit comments

Comments
 (0)