Skip to content

0.102.1 - SixLabors.Fonts dependency update

Compare
Choose a tag to compare
@jahav jahav released this 18 Aug 23:04
· 1 commit to release-candidate since this release

SixLabors.Fonts has released version 1.0.0 and some NET Framework projects suddently have errors due to NuGet behavior.

If a project is consuming ClosedXML through package.config instead of PackageReference style projects, the NuGet will resolve version 1.0.0 instead of declared beta19 dependency. SixLabors.Fonts has API changes and thus it will start to throw MissingMethodExceptions.

The issue should only affect net framework projects, not dotnet core that use PackageReference style by default.

What's Changed

  • Update SixLabors.Fonts dependency to version 1.0.0 by @jahav in #2149

Full Changelog: 0.102.0...0.102.1