All Versions
8
Latest Version
Avg Release Cycle
313 days
Latest Release
1459 days ago
Changelog History
Changelog History
-
v4.0.0 Changes
December 05, 2020Wow, 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.
-
v3.0.1
December 04, 2020 -
v1.0.1 Changes
September 08, 2015- #6: Public API is now dictionary-agnostic. Uses IDictionary in place of Dictionary. Thanks @Metallium!
-
v1.0.0 Changes
August 25, 2015🔖 Version 1 released!
- Result of Issue #5 implemented - variables must exist in the given
args
, no more default values. - Internal code cleanup.
- Result of Issue #5 implemented - variables must exist in the given
-
v0.1.7 Changes
August 25, 2015🛠 Fixed issue #4 - added test cases for that as well.
-
v0.1.6 Changes
August 20, 2015The assembly is now signed.
-
v0.1.5 Changes
April 14, 2015🛠 Fixed issue with empty pluralization blocks causing an exception.
⚡️ Updated tests to XUnit 2.
-
v0.1.3 Changes
December 06, 2014🚀 First release. Try it out, and if it works for you, go use it in production! :D