Skip to content

Releases: PublicApiGenerator/PublicApiGenerator

5.0.0

21 Nov 13:27
Compare
Choose a tag to compare

Changes:

  • Converted to source only package, see PR 23
  • Invariant Culture used for string.Format, see PR 13
  • Custom attributes are properly taken into account for set methods, see PR 20

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