Skip to content

Releases: PublicApiGenerator/PublicApiGenerator

7.1.0

18 Jul 11:18
Compare
Choose a tag to compare

Changes:

  • #50 Bump Mono.Cecil dependency to 0.10.0

7.0.1

18 Jul 11:17
bedd555
Compare
Choose a tag to compare

Changes:

  • #48 Fix whitelisting System namespaces

7.0.0

10 Mar 17:10
f599ff6
Compare
Choose a tag to compare

Changes:

  • #46 Remove unnecessary whitespace

6.6.0

09 Mar 19:38
22139fa
Compare
Choose a tag to compare

Changes:

  • #45 Allow attributes to be excluded

6.5.2

08 Mar 17:12
Compare
Choose a tag to compare

Changes:

  • Add AppDomain.CurrentDomain.BaseDirectory to assembly search path

6.5.1

08 Mar 17:12
23cf7ac
Compare
Choose a tag to compare

Changes:

  • Fix potential NullReferenceException for unresolved attribute types

6.5.0

08 Mar 17:11
426a8e3
Compare
Choose a tag to compare

Changes:

  • Support for .NET Standard 2.0

6.2.0

10 Oct 20:26
Compare
Choose a tag to compare

Changes:

  • Support for Mono.Cecil 0.10.0-beta6

6.1.0

10 Oct 20:15
Compare
Choose a tag to compare

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

6.0.0

14 Dec 13:33
Compare
Choose a tag to compare

Changes:

  • The async keyword doesn't influence the public API and therefore is no longer treated as part of the public API. , see PR 26