Skip to content

Commit 91e6166

Browse files
committed
Release 0.5.0 fix -Define
1 parent 51bd366 commit 91e6166

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
---
66

7-
## [0.5.0] - Unreleased
7+
## [0.5.0] - 2026-03-19
88

9-
- Define parameter broken - MSBuild thinks it's a switch
9+
- `-Define` parameter broken - MSBuild thinks it's a switch
1010
[#16](https://github.com/continuous-delphi/delphi-msbuild/issues/16)
1111

1212
## [0.4.0] - 2026-03-17

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.4.0'
103+
$script:Version = '0.5.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)