Skip to content

v1.0.19

Choose a tag to compare

@github-actions github-actions released this 19 Jun 11:54

What's new in v1.0.19

Fix: WorkspacePreparer lic path resolution

Fixed sourcePath="." bug when a relative path was passed to LoadLicResponse — now resolved to absolute before splitting into directory and filename.

Fix: FileDesignMode buttons appear immediately on startup

Cached SelectedIisSitePath in settings so RefreshFileDesignMode can run early, before the async IIS site enumeration completes.

Improvement: Incremental install available when packages folder is selected

The Start button is now always a SplitButton — click for incremental install (packages + BuildConfiguration -force=False), dropdown for full rebuild. Previously, selecting a packages folder forced full rebuild with no choice.

Removed: Splash screen

Removed the splash screen — it appeared too late (after .NET single-file extraction) to be useful, and DI initialization is fast enough to not need it.


Full Changelog: v1.0.18...v1.0.19