Looking for a plugin that mimics as much as possible GitVersion

Hello!

I am looking for a plugin I can add to my project that mimics the functions of GitVersion

I have tried a bunch of them from the plug-in repo but I never get the same version results as I enjoy from gitversion.

Anybody has experience/knowledge of such plugin?

Thanks

You may want to give https://github.com/ajoberstar/reckon a try.

Thanks, I have given it a try, but it does not look like is acting as GitVersion.
Git version works extremely well with Git Flow and unfortunately this plug-in does not produce the same SemVer results

Hi @andreasb70 ,
I wrote this one

It’s less rich than git-semver, but I’m happy to extend it. Right now, it does not consider branch names, only tags. Give it a shot, see what’s missing, and let’s reason on a possible extension.