Skip to content

Commit aafa2d1

Browse files
committed
RC release 0.2.0 Added delphi-msbuild.ps1 to release page as a direct download
1 parent 1cdea02 commit aafa2d1

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

55
---
66

7+
## [0.2.0] - 2026-03-16
8+
9+
- Added `delphi-msbuild.ps1` to be a direct download on the release page
10+
[#5](https://github.com/continuous-delphi/delphi-msbuild/issues/5)
11+
712
## [0.1.0] - 2026-03-16
813

914
- Initial release of `delphi-msbuild.ps1` -- build Delphi `.dproj` projects
1015
via MSBuild from the command line, with support for piped output from
1116
`delphi-inspect` and automatic `rsvars.bat` environment sourcing.
17+
[#1](https://github.com/continuous-delphi/delphi-msbuild/issues/1)
1218

1319

1420
<br />

source/delphi-msbuild.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $ExitRootDirError = 3
8787
$ExitProjectNotFound = 4
8888
$ExitBuildFailed = 5
8989

90-
$script:Version = '0.1.0'
90+
$script:Version = '0.2.0'
9191

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

0 commit comments

Comments
 (0)