Releases: krafs/Publicizer
Releases · krafs/Publicizer
v2.3.0
What's Changed
- Adds support for matching assembly members with regular expressions.
See Regular expressions in README for details. #123
v2.2.1
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
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
What's Changed
You may need to delete your cache after updating (i.e. .vs/ and obj/)
v2.0.1
Changes
Write publicized assemblies to disk with the KeepOldMaxStack-flag (#43)
v2.0.1-beta
Changes
Write publicized assemblies to disk with the KeepOldMaxStack-flag (#43)
v2.0.0
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
Fixes missing documentation for publicized assemblies (might require project clean/rebuild/IDE restart)
v1.0.2
- 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
Added compatibility with some IDEs that disregarded Publicizer. (E.g. Rider and OmniSharp).