Skip to content

v3.0.1

Compare
Choose a tag to compare
@drache42 drache42 released this 14 May 19:21
· 13 commits to main since this release
197e2cd

What's Changed

Breaking Changes

  • Removing .net 7 support

Fixes

  • Fix IsZipFile null tests
  • Fix the stream is too short test

Documentation

  • Fixed an error in the Python example application
  • Docs: Navigation improvements

Other Changes

  • Publish Pypi artifact from public dry-run pipeline

Known Issues

  • Hook context objects do not have Python wrapper objects. Context objects should be access through Python.NET interop.
  • Python wrapper objects cannot be accessed through dependency injection. .NET object can be injected and python wrappers built from them.
  • Some sample hooks in documentation only include C# sample code.