Skip to content

Commit 2c5cf74

Browse files
committed
Release 0.3.0
1 parent 8474ce8 commit 2c5cf74

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
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44

55
---
6-
## [0.3.0] - Unreleased
6+
## [0.3.0] - 2026-03-16
77

88
- Add `-ExeOutputDir` parameter to set the compiled executable output directory
99
via `/p:DCC_ExeOutput`

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