Skip to content

v3.3.0

Compare
Choose a tag to compare
@JakeGinnivan JakeGinnivan released this 20 Oct 13:03

Highlights for this release are the ability to format AssemblyInformationalVersion in config using string interpolation ({Major}.{Minor}.{Patch} etc using the GitVersion variables), better build number. Pascal Berger (pascalberger) also improved the docs quite a bit!

  • #696 - Performance fix contributed by Jake Ginnivan (JakeGinnivan)
  • #693 - Development branch version not updated after creating a release branch
  • #689 - Enable use of GitVersion variables in the VSO BuildNumber contributed by Oren Novotny (onovotny)
  • #684 - Don't check excluded branches for commits
  • #680 - Make sure that we're not evaluating excluded branches contributed by Örjan Sjöholm (orjan)
  • #678 - Add support for relative logfile paths contributed by Asbjørn Ulsberg (asbjornu)
  • #676 - Conditional ms build tasks contributed by (pi3k14)
  • #660 - Add support and tests for AssemblyInformationalVersion configurability contributed by Mark Zuber (MarkZuber)
  • #618 #674 - NullReferenceException in FindCommitBranchWasBranchedFrom
  • #368 - Allow configuring AssemblyInformationalVersion contents +enhancement