File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff 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).
You can’t perform that action at this time.
0 commit comments