Skip to content

Release v2.14.0

Latest

Choose a tag to compare

@oleg-shilo oleg-shilo released this 11 May 11:05
· 5 commits to master since this release
  • WixSharp-VS-Templates: updated nuget packeges refs to use the latest package available
  • #1857: .NET 9 Support ?
  • #1926: Added support for DotNetCoreSearch element
    Add DotNetCoreSearch and dynamic AOT TFM selection
  • #1927: LGHT0369 "Component has a @Guid value that duplicates another component in this package." because of a GetHashCode32 collision
    WixGuid.Generator = GuidGenerators.CollisionFree;
    GuidGenerators.CollisionFree has been contributed by @snechaev