Skip to content

Release v1.4.11.0 (RC)

Pre-release
Pre-release
Compare
Choose a tag to compare
@oleg-shilo oleg-shilo released this 21 Nov 06:03
· 1319 commits to master since this release
  • Custom Id-generation algorithm support (sample):
    • Custom hash based ID-generation algorithm has been embedded as WixSharp.Project.HashedTargetPathIdAlgorithm
    • Separated Project.CustomIdAlgorithm and Compiler.CustomIdAlgorithm
    • Added Compiler.AutoGeneration.LegacyDefaultIdAlgorithm flag to control the algorithm selection (incremantal vs. hashed)
  • Added Compiler.AutoGeneration.IsWxsGenerationThreadSafe
  • Compiler.AutoGeneration settings object made read-only
  • Issue #201: WixStandardBootstrapperApplication ShowVersion
  • Issue #198: Files.AddRange not work; Extension method AddRange is renamed in Combine