Skip to content

Releases: PublicApiGenerator/PublicApiGenerator

9.0.0

13 Jun 08:55
Compare
Choose a tag to compare

Changes:

  • Requires Mono.Cecil to 0.10.4
  • Introduction of global tool called PublicApiGenerator.Tool to generate public APIs
  • Use StringComparer.Ordinal for type and member ordering
  • Ship as binary instead of source
  • Obsolete PublicApiApprover

8.1.0

07 Jan 12:40
Compare
Choose a tag to compare

Changes:

  • #53 Update Mono.Cecil to 0.10.1 to allow Embedded debug type

8.0.1

23 Sep 07:14
Compare
Choose a tag to compare

Changes:

  • #52 Fix typos and spacing

8.0.0

24 Jul 06:57
Compare
Choose a tag to compare

Changes:

  • #49 Include operators in api generation

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