Skip to content

Release v2.10.0.0

Choose a tag to compare

@oleg-shilo oleg-shilo released this 01 Nov 08:25
· 50 commits to master since this release
  • #1856: New error after upgrading from v2.7.6 to v2.7.7 (or v2.8.0)
  • #1851: Extension not found if it is only installed via nuget package
  • #1850: Fixed missing null check and returning disposed object in extension method
  • #1848: Missing space in cmd file from BuildMsiCmd
  • Added CommonTasks.InsertToBinaryTable (prompted by #1846)
  • Added Project.SetProductIcon(...) extension method.
  • Added isolating binaries during signing and packaging to acoid file locking
  • Updated Bootstrapper samples
    • Added WixBootstrapperUI(WiX4) legacy sample
    • External BA sample is isolated as a separate project
    • WixBootstrapperUI is updated to use internal (in teh build script) UI implementation
    • Reworked SigningBundle and Signing samples to show real end-to-end signing