Skip to content

Releases: krafs/Publicizer

v2.3.0

07 Dec 19:57
91f9f5a
Compare
Choose a tag to compare

What's Changed

  • Adds support for matching assembly members with regular expressions.
    See Regular expressions in README for details. #123

v2.2.1

25 Jan 07:36
Compare
Choose a tag to compare

What's Changed

  • Fixes assemblies only being publicized if a Type has been publicized (#65)

You may need to delete your cache after updating (i.e. .vs/ and obj/)

v2.2.0

17 Jan 08:14
Compare
Choose a tag to compare

What's Changed

  • Adds logging to MSBuild from the PublicizeAssemblies task. Build with a higher MSBuild verbosity to see the output.
  • Adds optional logging to custom log file using the PublicizerLogFilePath-property. See readme for more info.
  • Adds optional clearing of Publicizer assembly cache on Clean, for easier troubleshooting. See readme for more info.
  • Fixes issues where some standard library reference assemblies, like mscorlib, sometime fails to publicize.

You may need to delete your cache after updating (i.e. .vs/ and obj/)

v2.1.0

01 Dec 18:55
Compare
Choose a tag to compare

What's Changed

You may need to delete your cache after updating (i.e. .vs/ and obj/)

v2.0.1

31 Aug 18:03
59ae7de
Compare
Choose a tag to compare

Changes

Write publicized assemblies to disk with the KeepOldMaxStack-flag (#43)

v2.0.1-beta

30 Aug 17:43
Compare
Choose a tag to compare
v2.0.1-beta Pre-release
Pre-release

Changes

Write publicized assemblies to disk with the KeepOldMaxStack-flag (#43)

v2.0.0

28 Aug 17:12
2fd390b
Compare
Choose a tag to compare

Changes

  • Adds support for more runtimes, like CoreCLR (#28).
  • Adds option to ignore compiler-generated members (#34).
  • Removes option to save publicized assemblies as reference assemblies (#32).

If you're updating from an earlier version you probably need to restart your IDE afterwards.

v1.0.3

28 Jul 14:57
Compare
Choose a tag to compare

Fixes missing documentation for publicized assemblies (might require project clean/rebuild/IDE restart)

v1.0.2

24 Jan 22:02
ce0697c
Compare
Choose a tag to compare
  • Fixed issue in Rider where the publicized items defined in the project file appear as broken files in the project structure.

v1.0.1 Compatibility with more IDEs

12 Sep 11:16
c7f1642
Compare
Choose a tag to compare

Added compatibility with some IDEs that disregarded Publicizer. (E.g. Rider and OmniSharp).