Releases: nortal/AssemblyVersioning
Releases · nortal/AssemblyVersioning
v0.13.0
05 Jan 09:13
Compare
Sorry, something went wrong.
No results found
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
09 Nov 22:48
Compare
Sorry, something went wrong.
No results found
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
12 Mar 12:53
Compare
Sorry, something went wrong.
No results found
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
05 Aug 14:56
Compare
Sorry, something went wrong.
No results found
fixed #4 MsBuild allows compile before code generation is finished bug
v0.10.0
18 Jul 13:59
Compare
Sorry, something went wrong.
No results found
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.