Skip to content

[2.5.2] - 2018-12-10

Compare
Choose a tag to compare
@ermshiperete ermshiperete released this 10 Dec 18:47
· 113 commits to master since this release
v2.5.2
9962de6

Changed

  • AssemblyVersion only changes when major or minor version number changes (instead
    of AssemblyFileVersion accidentally introduced in previous patch version). This is
    necessary so that the assembly signature doesn't change and icu.net.dll referenced in
    a project can be replaced with a bugfix version without requiring to change the
    binding redirect.

Fixed

  • Ignore exceptions that might occur when releasing SafeRuleBasedCollatorHandle (but
    generate a ReleaseHandleFailed Managed Debugging Assistant).