MessageFormat.NET v4.0.0 Release Notes
Release Date: 2020-12-05 // over 4 years ago-
Wow, it's been a while!
- ✂ Removed explicit .NET Framework targeting in favor of .NET Standard 1.1.
- ➕ Add
VariableMustExist
property toIFormatter
(enables requested behavior for #20) - ⚡️ Update C# version to 9.0 and use null reference checks
- 👉 Use GH Actions for CI. This is the first time I'm using it and hopefully this triggers the NuGet publishing step. But this is software so it'll probably take a few tries.
I won't be uploading artifacts here, grab the bits on NuGet as always.
Previous changes from v1.0.1
-
- #6: Public API is now dictionary-agnostic. Uses IDictionary in place of Dictionary. Thanks @Metallium!