Skip to content

Releases: GitTools/GitVersion

1.3.2

27 Oct 23:03
Compare
Choose a tag to compare

1.3.1

27 Oct 23:03
Compare
Choose a tag to compare

v1.2.1

03 Sep 10:14
Compare
Choose a tag to compare

Fixing an issue with lib2gitsharp

#246

v1.2.0

08 Aug 08:18
Compare
Choose a tag to compare
  • Support updating a single common AssemblyInfo.cs #227 thanks @hmemcpy

Note we do not have the assembly info switches in the command line help at the moment, see #237

Usage for updating assembly info is /updateAssemblyInfo if you want to specify the file it is /updateassemblyinfo ..\src\CommonAssemblyInfo.cs or /updateassemblyinfo "C:\src\CommonAssemblyInfo.cs"

v1.1.1

08 Aug 07:38
Compare
Choose a tag to compare

Bug fix with release branches in GitHubFlow

v1.1.0

27 Jul 08:14
Compare
Choose a tag to compare
  • #222 - Log is printed to console on error
  • #211 - should get exact version from tag contributed by Simon Cropp (SimonCropp)
  • #210 - Added additional variables for NuGet (see #201) contributed by Geert van Horrik (GeertvanHorrik)
  • #208 - Added support for NextVersion.txt in GitFlow and dynamic repositories contributed by Geert van Horrik (GeertvanHorrik)
  • #205 - Auto-generate patch version with every commit to master.
  • #204 - Support stash contributed by Gary Ewan Park (gep13)
  • #200 - Added skipIfNotDefined for upcoming Continua CI v1.5 contributed by Geert van Horrik (GeertvanHorrik)
  • #195 - Adding support for Syntevo SmartGit/Hg's GitFlow merge commit message co... contributed by (Martaver)
  • #191 - Improved the Ruby Gem to make it usable from a Rakefile contributed by Alexander Groß (agross)
  • #189 - Better feature branch support
  • #186 - No way to have an x.x.0 release using GitHubFlow
  • #185 - Fixed bug in SemanticVersion.Compare contributed by (gius)
  • #184 - Add support for nuget special version limitations contributed by Anthony Ledesma (arledesma)
  • #183 - updated spec version contributed by (danielmarbach)
  • #87 - only perform PerformPreProcessingSteps once per solution instance