From 4f4169541b4abdbbf5c2110d5b3dffb90453da76 Mon Sep 17 00:00:00 2001 From: Gilbert Sanchez Date: Fri, 1 Aug 2025 17:05:33 -0700 Subject: [PATCH 1/2] Release 0.7.3 --- .vscode/tasks.json | 2 +- CHANGELOG.md | 2 +- PowerShellBuild/PowerShellBuild.psd1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index ca72255..69ccd58 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,7 +6,7 @@ "windows": { "options": { "shell": { - "executable": "powershell.exe", + "executable": "pwsh.exe", "args": [ "-NoProfile", "-ExecutionPolicy", diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a93ba..8e3afd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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 - Add new dependencies variables to allow end user to modify which tasks are run. diff --git a/PowerShellBuild/PowerShellBuild.psd1 b/PowerShellBuild/PowerShellBuild.psd1 index 1bef16b..39731b5 100644 --- a/PowerShellBuild/PowerShellBuild.psd1 +++ b/PowerShellBuild/PowerShellBuild.psd1 @@ -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' From 91075a19bd1edc75c0792fa51ebe4fe73ef27aeb Mon Sep 17 00:00:00 2001 From: Gilbert Sanchez Date: Fri, 1 Aug 2025 17:09:23 -0700 Subject: [PATCH 2/2] Add missing subheader to release --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e3afd8..399babc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.7.3] 2025-08-01 +### Added + - Add new dependencies variables to allow end user to modify which tasks are run. - Add localization support.