GitVersion
GitVersion copied to clipboard
From git log to SemVer in no time
**Describe the bug** Rebuilding the WPF App project with Resource Dictionary gets 'File contains assembly version attributes which conflict with the attributes generated by GitVersion obj\Debug\AssemblyInfo.g.cs' warning. This may be...
[Bug] gitversion seems to pick the wrong base version, when using git flow while tagging on develop.
gitversion seems to pick the wrong base version, when using git flow while tagging on develop. I created a demo project in the following manner: A master branch and a...
**Is your improvement request related to a problem? Please describe.** It would be nice to have a support for {Sha} / {ShortSha} variables inside 'tag' property in GitVersion.yml. ## Detailed...
[Bug] GitVersion.MsBuild does not respect the GitVersionPath or GitVersionUseSolutionDir properties
**Describe the bug** When migrating from GitVersionTask to GitVersion.MsBuild it is no longer possible to have a git version configuration per solution in a repository containing multiple solutions. We have...
[Improvement] Include details of commit messages affecting the version number in verbose log output
**Is your improvement request related to a problem? Please describe.** Sometimes it is hard to understand why a version is calculated, the verbose and diagnostic log messages usually help with...
**Describe the bug** With Mainline mode, I am able to create duplicate semver. I create N local commits. Somebody pushes N + 1 commits before I push mine. The merge...
## Description of issue I have added GitVersion.MsBuild.5.8.1to my GUI.csproj (contained in a Visual Studio 2017 solution with many projects). My .yml contains the line run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}...
**Describe the bug** I have a topic branch named `change-versioning` with `origin/master` set to my remote tracking branch. When I only have one remote (named `origin`) everything works fine. However,...
**Is your improvement request related to a problem? Please describe.** When re-building a commit in history, I often fail to remember to comment the `GitVersion.MsBuild` package reference from my project....
**Describe the bug** I'm struggling to control the behaviour of GitVersion with respect to incrementing different parts of the version number. It appears to me that the configuration option named...