Aggiornamento staging #11

Merged
Alessio merged 21 commits from development into staging 2026-03-20 17:18:59 +01:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit e1f7f919a2 - Show all commits
+2
View File
@@ -5,6 +5,8 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<!-- Version is now automatically calculated by MinVer from git tags --> <!-- Version is now automatically calculated by MinVer from git tags -->
<MinVerTagPrefix>v</MinVerTagPrefix>
<MinVerVerbosity>detailed</MinVerVerbosity>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
+3 -3
View File
@@ -1,7 +1,7 @@
{ {
"version": "2.1.0", "version": "2.1.2",
"commitSha": "local", "commitSha": "593c0b6",
"branch": "dev", "branch": "development",
"buildDate": "2026-02-02", "buildDate": "2026-02-02",
"buildEnvironment": "Local" "buildEnvironment": "Local"
} }