Skip to content

Commit 2a90ec6

Browse files
committed
Release 0.4.0 Windows PowerShell compatibility
1 parent 32c94ef commit 2a90ec6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
---
66

7-
## [0.4.0] - Unreleased
7+
## [0.4.0] - 2026-03-17
88

99
- Ensure `PowerShell 5.1` compatibility for the delphi-msbuild.ps1 script
1010
(Tests remain the newer `pwsh`)

source/delphi-msbuild.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ $ExitRootDirError = 3
100100
$ExitProjectNotFound = 4
101101
$ExitBuildFailed = 5
102102

103-
$script:Version = '0.3.0'
103+
$script:Version = '0.4.0'
104104

105105
# Resolve the Delphi root dir from the explicit -RootDir parameter or from a
106106
# piped delphi-inspect result object (.rootDir property).

0 commit comments

Comments
 (0)