Skip to content

v2.0

Compare
Choose a tag to compare
@vers-one vers-one released this 21 Aug 04:38
· 149 commits to master since this release

.NET Core 2.0 support

New features:

  • Support for .NET Standard 2.0 (.NET Framework >= 4.6.1 and .NET Core >= 2.0);
  • .NET Core demo app.

Breaking changes:

  • Some namespaces were changed (and simplified);
  • Image CoverImage was replaced by byte[] CoverImage (because .NET Core doesn't have a support for Image class functionality). Look at the example to see how to create an Image instance out of byte[] if you are using full .NET Framework.