Releases: PublicApiGenerator/PublicApiGenerator
Releases · PublicApiGenerator/PublicApiGenerator
7.0.1
7.0.0
6.6.0
6.5.2
Changes:
- Add AppDomain.CurrentDomain.BaseDirectory to assembly search path
6.5.1
Changes:
- Fix potential NullReferenceException for unresolved attribute types
6.5.0
Changes:
- Support for .NET Standard 2.0
6.2.0
Changes:
- Support for Mono.Cecil 0.10.0-beta6
6.1.0
Changes:
- The
IteratorStateMachineAttribute
doesn't influence the public API and therefore is no longer treated as part of the public API. , see issue 34 - Specific namespaces can be whitelisted, special thanks to @SeanFeldman for contributing, see PR #36