File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 66 "windows" : {
77 "options" : {
88 "shell" : {
9- "executable" : " powershell .exe" ,
9+ "executable" : " pwsh .exe" ,
1010 "args" : [
1111 " -NoProfile" ,
1212 " -ExecutionPolicy" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ 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- ## Unreleased
8+ ## [ 0.7.3] 2025-08-01
9+
10+ ### Added
911
1012- Add new dependencies variables to allow end user to modify which tasks are
1113 run.
Original file line number Diff line number Diff line change 11@ {
22 RootModule = ' PowerShellBuild.psm1'
3- ModuleVersion = ' 0.7.2 '
3+ ModuleVersion = ' 0.7.3 '
44 GUID = ' 15431eb8-be2d-4154-b8ad-4cb68a488e3d'
55 Author = ' Brandon Olin'
66 CompanyName = ' Community'
You can’t perform that action at this time.
0 commit comments