Skip to content

Commit 1262237

Browse files
Release 0.7.3 (#88)
1 parent 5142c37 commit 1262237

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"windows": {
77
"options": {
88
"shell": {
9-
"executable": "powershell.exe",
9+
"executable": "pwsh.exe",
1010
"args": [
1111
"-NoProfile",
1212
"-ExecutionPolicy",

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ 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-
## 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.

PowerShellBuild/PowerShellBuild.psd1

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

0 commit comments

Comments
 (0)