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/)