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 6
6
"windows" : {
7
7
"options" : {
8
8
"shell" : {
9
- "executable" : " powershell .exe" ,
9
+ "executable" : " pwsh .exe" ,
10
10
"args" : [
11
11
" -NoProfile" ,
12
12
" -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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## Unreleased
8
+ ## [ 0.7.3] 2025-08-01
9
+
10
+ ### Added
9
11
10
12
- Add new dependencies variables to allow end user to modify which tasks are
11
13
run.
Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' PowerShellBuild.psm1'
3
- ModuleVersion = ' 0.7.2 '
3
+ ModuleVersion = ' 0.7.3 '
4
4
GUID = ' 15431eb8-be2d-4154-b8ad-4cb68a488e3d'
5
5
Author = ' Brandon Olin'
6
6
CompanyName = ' Community'
You can’t perform that action at this time.
0 commit comments