[Feature] Implementato sistema di generazione automatica version.json

- Aggiunto MSBuild target che genera version.json automaticamente prima di ogni build

- Versione estratta dal tag git più recente (git describe --tags)

- Rimosso version.json dal tracking git (file generato automaticamente)

- Aggiornato .gitignore per escludere version.json

- Il file viene ora rigenerato ad ogni build con versione, commit SHA, branch e timestamp corretti
This commit is contained in:
Alessio Dal Santo
2026-02-17 11:20:57 +01:00
parent 9d146d521e
commit 3abfed91e1
3 changed files with 47 additions and 7 deletions
-7
View File
@@ -1,7 +0,0 @@
{
"version": "2.2.0",
"commitSha": "01f7846",
"branch": "development",
"buildDate": "2026-02-02",
"buildEnvironment": "Local"
}