Skip to content

Releases: drewnoakes/figgle

0.5.1

06 Jan 14:19
039f0d6
Compare
Choose a tag to compare
  • Adds a source generator, via separate package Figgle.Generator

Full Changelog: 0.4.2...0.5.1

0.4.3

06 Jan 11:19
eeac692
Compare
Choose a tag to compare
  • Include README.md in package.

Full Changelog: 0.4.2...0.4.3

0.4.2

06 Jan 11:19
8faf17a
Compare
Choose a tag to compare
  • 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

01 Nov 00:49
Compare
Choose a tag to compare

What's Changed

  • Fix concurrency issue by @Laxynium in #14
  • Bump minimum .NET Framework version from 4.5 to 4.5.2.

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0

07 Sep 23:47
36e472b
Compare
Choose a tag to compare
  • Fix ArgumentOutOfRangeException with "slant" font (#6 thanks to @jsakamoto)
  • Enable SourceLink
  • Add C# 8 nullable reference annotations
  • Use deterministic builds
  • Other NuGet packaging improvements