Skip to content

Releases: zencq/libNOM.map

0.9.0

12 Mar 20:51
Compare
Choose a tag to compare

Maintenance update with .NET 7 as build target as well as bug fixing and an updated mapping.

Added

Changed

  • Updated mapping to 4.12.1.1

Fixed

  • Crash if mapping.json file is in use

0.8.3

21 Oct 15:44
df8d722
Compare
Choose a tag to compare

Just a mapping update.

Changed

  • Updated mapping to 4.4.0.3

0.8.2

09 Oct 11:03
Compare
Choose a tag to compare

Fix for a rare crash as well as mapping updates and version bumps.

Changed

  • Updated mapping to 4.0.0.2

Fixed

  • Crash if parent already has a child with the new name

0.8.1

10 Aug 20:33
Compare
Choose a tag to compare

Changed compile targets and an updated mapping.

Changed

  • Now targeting .NET Standard 2.x and supported versions in the .NET release lifecycle
  • Updated mapping to 3.98.0.5

0.8.0

25 Jul 15:36
Compare
Choose a tag to compare

Another minor breaking change and more.

Changed

  • Deobfuscate and Obfuscate now take JToken to allow doing so in any node

Removed

  • .NET Framework as explicit target as .NET Standard is enough

0.7.0

03 May 10:48
Compare
Choose a tag to compare

A minor breaking change.

Changed

  • Renamed some settings

0.6.2

02 May 18:19
Compare
Choose a tag to compare

More target frameworks! Now also building for .NET Framework 4.7 and up, .NET Standard 2.0 and up, and .NET 5.0.

Added

  • Multiple target frameworks

Changed

  • Updated mapping to 3.88.0.2

0.6.1

27 Apr 18:50
Compare
Choose a tag to compare

This time with proper handling for the GitHub rate limit.

Fixed

  • Crash when GitHub rate limit (60 requests per hour for unauthenticated requests) is exceeded

0.6.0

05 Apr 22:52
Compare
Choose a tag to compare

Changed the whole library from singleton to static class including necessary structural changes.

Changed

  • Removed singleton and now use static class instead

0.5.0

03 Apr 23:02
Compare
Choose a tag to compare

Fixed a deadlock when calling Update or UpdateAsync from an other context than a console application. See here for more information.

Also some refactoring again.

Changed

  • Hid UpdateTask from public and only use internal
  • Moved SetSettings directly into property

Fixed

  • A deadlock when calling Update or UpdateAsync