Releases: nortal/AssemblyVersioning
Releases · nortal/AssemblyVersioning
v0.13.0
- Added support for PackageReference (#11 )
- Added support for SDK-style projects (.net core, .net5) (#12)
- converted task to .net standard 2.0 (#13)
v0.12.0
- Support reading base AssemblyInfo.cs from custom locations #10
- Support reading base version from a file shared across multiple projects in solution #10
v0.11.0
- Can now declare and use custom patterns without recompiling the tool itself #1
- Add a few custom tokens to CustomGenerator enhancement #8
- Change default algorithms to comply with default VS AssemblyInfo file enhancement #7
- Generated file should be ignorable enhancement #6
v0.10.1
- fixed #4 MsBuild allows compile before code generation is finished bug
v0.10.0
Deployment and installer changes:
- Adheres to newer nuget capabilities for working with MSBuild targets and props
- Changes to tool locations (dll, Msbuild target, MsBuild properties)
- Fixes uninstall issue where target is not cleaned up on update.