All Versions
8
Latest Version
Avg Release Cycle
313 days
Latest Release
1237 days ago

Changelog History

  • v4.0.0 Changes

    December 05, 2020

    Wow, it's been a while!

    • โœ‚ Removed explicit .NET Framework targeting in favor of .NET Standard 1.1.
    • โž• Add VariableMustExist property to IFormatter (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.
  • v0.1.7 Changes

    August 25, 2015

    ๐Ÿ›  Fixed issue #4 - added test cases for that as well.

  • v0.1.6 Changes

    August 20, 2015

    The 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