Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 551 Bytes

CHANGELOG.md

File metadata and controls

18 lines (11 loc) · 551 Bytes

Changelog

1.8.0 - 2021-05-24

Added

  • Add csproj file to allow compiling and using the library for native NET projects.

Improved

  • Merge single usage methods to where they are called.
  • Use string interpolation in all exception messages.
  • Update VSCode settings.json file to handle generated folders by dotnet compiler.
  • Update .editorconfig to include generated folders by dotnet compiler.
  • Update .gitignore to exclude generated folders by dotnet compiler.