From e1f7f919a266140bf364eee17ca64e3cd70d9a41 Mon Sep 17 00:00:00 2001 From: Alessio Dal Santo Date: Mon, 2 Feb 2026 12:18:10 +0100 Subject: [PATCH] fix: Configurato MinVer con tag prefix e verbosity per calcolo corretto versione 2.1.2 --- Data_Coupler/Data_Coupler.csproj | 2 ++ Data_Coupler/wwwroot/version.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Data_Coupler/Data_Coupler.csproj b/Data_Coupler/Data_Coupler.csproj index 3f8777f..67297cc 100644 --- a/Data_Coupler/Data_Coupler.csproj +++ b/Data_Coupler/Data_Coupler.csproj @@ -5,6 +5,8 @@ enable enable + v + detailed diff --git a/Data_Coupler/wwwroot/version.json b/Data_Coupler/wwwroot/version.json index eaaf0fe..f98a433 100644 --- a/Data_Coupler/wwwroot/version.json +++ b/Data_Coupler/wwwroot/version.json @@ -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" }