Skip to content

Releases: nortal/AssemblyVersioning

v0.13.0

05 Jan 09:13
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • fixed #4 MsBuild allows compile before code generation is finished bug

v0.10.0

18 Jul 13:59
Compare
Choose a tag to compare

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.