Skip to content

Releases: GitTools/GitVersion

2.0.0

16 Dec 09:45
Compare
Choose a tag to compare

2.0.0 adds more configuration and support for GitVersionConfig.yaml file. To see the sample config just run GitVersion init

As part of this release we had 74 commits which resulted in 23 issues being closed.

Features

  • #315 Added a new command line argument -assemblyVersionFormat
  • #305 Create Default Yaml File
  • #302 Config file updates
  • #291 Ability to merge release back to develop
  • #289 MyGet support (output specific to MyGet build server)
  • #277 Add config file support to GitVersionExe
  • #242 Non-semantic version mode?

Bugs

  • #317 Fixed libgit2 bug/deprecated
  • #312 Fixed assemblyinfo patching with stars
  • #309 OtherBranchVersionFinder.CreateDefaultPreReleaseTag should also split on /
  • #304 Making UpdateAssemblyInfo to only consider files under the workingDirectory
  • #296 Improve story for adding GitVersion into legacy repository
  • #294 Pre-release tag sorting is incorrect
  • #282 Always set exit code
  • #238 Semantic Version Regex
  • #146 Auto generated AssemblyFile location causes issues with symbols

1.3.3

02 Nov 20:27
Compare
Choose a tag to compare

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