Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

1.10.0

Compare
Choose a tag to compare
@zkxs zkxs released this 24 Apr 08:47
· 158 commits to master since this release
  • #19: NML will now load non-mod libraries (for example 0Harmony.dll) from a nml_libs directory
  • #21, #36: NML now supports C# 8.0 nullable contexts. Mod devs using a high enough langversion can toss a<Nullable>enable</Nullable> into their csproj to enjoy the null-safety.
  • #26: Fix for nulls being invalid values for class types in the mod configuration
  • #27: adds better logging for a common failure case when a specific config key fails to load
  • #35: sets up a separate build process for a headless-compatible NML, as the Newtonsoft.Json dependency is not binary-compatible
  • Also, @ljoonal has done a lot of behind the scenes work to get CI set up! Contributors rejoice!