From e3fcf94e5025ff6970d8edbd9711a495b37eab61 Mon Sep 17 00:00:00 2001 From: Florian Mihalits Date: Fri, 21 Nov 2025 13:23:32 +0100 Subject: [PATCH] Update configuration file versions to 1.0.101 Updated `Version` in `LicenseOptions` and `FileVersion` in `SystemJsOptions` from `1.0.100` to `1.0.101` across all configuration files: `appsettings.Live.json`, `appsettings.Production.json`, `appsettings.Staging.json`, and `appsettings.json`. No other changes were made. --- gehGassi.Web/appsettings.Live.json | 4 ++-- gehGassi.Web/appsettings.Production.json | 4 ++-- gehGassi.Web/appsettings.Staging.json | 4 ++-- gehGassi.Web/appsettings.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gehGassi.Web/appsettings.Live.json b/gehGassi.Web/appsettings.Live.json index 5b268cb..66af683 100644 --- a/gehGassi.Web/appsettings.Live.json +++ b/gehGassi.Web/appsettings.Live.json @@ -22,10 +22,10 @@ "LicenseOptions": { "Address": "https://gehgassi.com", "Software": "gehgassi", - "Version": "1.0.100" + "Version": "1.0.101" }, "SystemJsOptions": { - "FileVersion": "1.0.100" + "FileVersion": "1.0.101" }, "SessionSettings": { "TimeOut": "60", diff --git a/gehGassi.Web/appsettings.Production.json b/gehGassi.Web/appsettings.Production.json index a317894..f2fc508 100644 --- a/gehGassi.Web/appsettings.Production.json +++ b/gehGassi.Web/appsettings.Production.json @@ -23,10 +23,10 @@ "LicenseOptions": { "Address": "https://creativeBITS.com", "Software": "gehgassi", - "Version": "1.0.100" + "Version": "1.0.101" }, "SystemJsOptions": { - "FileVersion": "1.0.100" + "FileVersion": "1.0.101" }, "SessionSettings": { "TimeOut": "60", diff --git a/gehGassi.Web/appsettings.Staging.json b/gehGassi.Web/appsettings.Staging.json index 213a06c..95566c4 100644 --- a/gehGassi.Web/appsettings.Staging.json +++ b/gehGassi.Web/appsettings.Staging.json @@ -22,10 +22,10 @@ "LicenseOptions": { "Address": "https://gehGassi.creativeBITS.eu", "Software": "gehgassi", - "Version": "1.0.100" + "Version": "1.0.101" }, "SystemJsOptions": { - "FileVersion": "1.0.100" + "FileVersion": "1.0.101" }, "SessionSettings": { "TimeOut": "60", diff --git a/gehGassi.Web/appsettings.json b/gehGassi.Web/appsettings.json index 5c6daf1..62d78e9 100644 --- a/gehGassi.Web/appsettings.json +++ b/gehGassi.Web/appsettings.json @@ -23,10 +23,10 @@ "LicenseOptions": { "Address": "https://creativeBITS.com", "Software": "gehgassi", - "Version": "1.0.100" + "Version": "1.0.101" }, "SystemJsOptions": { - "FileVersion": "1.0.100" + "FileVersion": "1.0.101" }, "SessionSettings": { "TimeOut": "60",