We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8474ce8 commit 2c5cf74Copy full SHA for 2c5cf74
2 files changed
CHANGELOG.md
@@ -3,7 +3,7 @@
3
All notable changes to this project will be documented in this file.
4
5
---
6
-## [0.3.0] - Unreleased
+## [0.3.0] - 2026-03-16
7
8
- Add `-ExeOutputDir` parameter to set the compiled executable output directory
9
via `/p:DCC_ExeOutput`
source/delphi-msbuild.ps1
@@ -100,7 +100,7 @@ $ExitRootDirError = 3
100
$ExitProjectNotFound = 4
101
$ExitBuildFailed = 5
102
103
-$script:Version = '0.2.0'
+$script:Version = '0.3.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