fix: Configurato MinVer con tag prefix e verbosity per calcolo corretto versione 2.1.2

This commit is contained in:
Alessio Dal Santo
2026-02-02 12:18:10 +01:00
parent 593c0b686c
commit e1f7f919a2
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -5,6 +5,8 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<!-- Version is now automatically calculated by MinVer from git tags -->
<MinVerTagPrefix>v</MinVerTagPrefix>
<MinVerVerbosity>detailed</MinVerVerbosity>
</PropertyGroup>
<ItemGroup>
+3 -3
View File
@@ -1,7 +1,7 @@
{
"version": "2.1.0",
"commitSha": "local",
"branch": "dev",
"version": "2.1.2",
"commitSha": "593c0b6",
"branch": "development",
"buildDate": "2026-02-02",
"buildEnvironment": "Local"
}