Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"windows": {
"options": {
"shell": {
"executable": "powershell.exe",
"executable": "pwsh.exe",
"args": [
"-NoProfile",
"-ExecutionPolicy",
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [0.7.3] 2025-08-01

### Added

- Add new dependencies variables to allow end user to modify which tasks are
run.
Expand Down
2 changes: 1 addition & 1 deletion PowerShellBuild/PowerShellBuild.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'PowerShellBuild.psm1'
ModuleVersion = '0.7.2'
ModuleVersion = '0.7.3'
GUID = '15431eb8-be2d-4154-b8ad-4cb68a488e3d'
Author = 'Brandon Olin'
CompanyName = 'Community'
Expand Down
Loading