We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bd366 commit 91e6166Copy full SHA for 91e6166
2 files changed
CHANGELOG.md
@@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
4
5
---
6
7
-## [0.5.0] - Unreleased
+## [0.5.0] - 2026-03-19
8
9
-- Define parameter broken - MSBuild thinks it's a switch
+- `-Define` parameter broken - MSBuild thinks it's a switch
10
[#16](https://github.com/continuous-delphi/delphi-msbuild/issues/16)
11
12
## [0.4.0] - 2026-03-17
source/delphi-msbuild.ps1
@@ -100,7 +100,7 @@ $ExitRootDirError = 3
100
$ExitProjectNotFound = 4
101
$ExitBuildFailed = 5
102
103
-$script:Version = '0.4.0'
+$script:Version = '0.5.0'
104
105
# Resolve the Delphi root dir from the explicit -RootDir parameter or from a
106
# piped delphi-inspect result object (.rootDir property).
0 commit comments