Skip to content

Releases: PublicApiGenerator/PublicApiGenerator

4.2.0

02 Nov 16:27
Compare
Choose a tag to compare

Changes:

  • Internal interfaces on a public type are no longer considered part of the public API. For more information see Pull Request 21

4.1.0

02 Nov 16:17
Compare
Choose a tag to compare

Changes:

  • Internal attributes on a public type are no longer considered part of the public API. For more information see Pull Request 22

3.0.0

27 Jan 21:40
Compare
Choose a tag to compare

Breaking changes:

  • Default constructor is now always shown
  • resultsPath argument removed, use [UseApprovalSubdirectory("resultsPath")] instead

These changes fix issues with release builds, nCrunch and some issues building on teamcity in certain scenarios