Releases: drewnoakes/figgle
Releases · drewnoakes/figgle
0.5.1
- Adds a source generator, via separate package
Figgle.Generator
Full Changelog: 0.4.2...0.5.1
0.4.3
- Include
README.md
in package.
Full Changelog: 0.4.2...0.4.3
0.4.2
- Drops support for .NET Core 1.0/1.1 and .NET Framework 4.5.1/4.5.2/4.6, all of which are out of support. Users who require those versions should remain on Figgle version 0.4.1. (#16)
Full Changelog: 0.4.1...0.4.2
0.4.1
0.4.0
- Fix
ArgumentOutOfRangeException
with "slant" font (#6 thanks to @jsakamoto) - Enable SourceLink
- Add C# 8 nullable reference annotations
- Use deterministic builds
- Other NuGet packaging improvements