-
Notifications
You must be signed in to change notification settings - Fork 663
Closed
Labels
Description
Prerequisites
- I have written a descriptive issue title
- I have searched issues to ensure it has not already been reported
GitVersion package
GitVersion.MsBuild
GitVersion version
6.1.0
Operating system
Windows
What are you seeing?
I have created a new project and installed the GitVersion.Msbuild nuget package, next i tried to do some commit anso with the message "+semver: minor" but everytime it produce me a package using last version as 0.0.0 here a cronological example:
- project created (version: 0.0.1-3)
- minor changes (version: 0.0.1-4)
- +semver: minor (version: 0.1.0-5)
- +semver: minor (version: 0.1.0-6)
- +semver: minor (version: 0.1.0-7)
What is expected?
to automatically increase using the really last version
Steps to Reproduce
i just created a c# .NET8 library project and installed the 6.1.0 version of GitVersion.Msbuild then create a local git and try to do some commit as described above or use my test project uploaded here.
RepositoryFixture Test
No response