Release v1.4.11.0 (RC)
Pre-release
Pre-release
- Custom Id-generation algorithm support (sample):
- Custom hash based ID-generation algorithm has been embedded as
WixSharp.Project.HashedTargetPathIdAlgorithm
- Separated
Project.CustomIdAlgorithm
andCompiler.CustomIdAlgorithm
- Added
Compiler.AutoGeneration.LegacyDefaultIdAlgorithm
flag to control the algorithm selection (incremantal vs. hashed)
- Custom hash based ID-generation algorithm has been embedded as
- 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 inCombine