From de986db12b327f1f5b8f126293ce586d36dd1be0 Mon Sep 17 00:00:00 2001 From: Daniele Debernardi Date: Mon, 2 Mar 2026 17:11:38 +0100 Subject: [PATCH 1/4] Update package version to 2026.3.1 --- SQLSchemaCompare/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQLSchemaCompare/package.json b/SQLSchemaCompare/package.json index 06f6789..a5d75f2 100644 --- a/SQLSchemaCompare/package.json +++ b/SQLSchemaCompare/package.json @@ -1,6 +1,6 @@ { "name": "sqlschemacompare", - "version": "2025.12.1", + "version": "2026.3.1", "license": "GPL-3.0-only", "description": "The Swiss Army Knife of Database Schema Comparison for Microsoft SQL, mySQL and PostgreSQL which runs on Windows, Linux and macOS systems.", "main": "app.js", From 7ad048676147b906f3e8b27bc4b496377357f0c0 Mon Sep 17 00:00:00 2001 From: Daniele Debernardi Date: Mon, 2 Mar 2026 17:12:39 +0100 Subject: [PATCH 2/4] Update copyright year in splash.html Updated copyright year from 2025 to 2026 in splash.html. --- SQLSchemaCompare/splash.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SQLSchemaCompare/splash.html b/SQLSchemaCompare/splash.html index 76306af..b7a40a7 100644 --- a/SQLSchemaCompare/splash.html +++ b/SQLSchemaCompare/splash.html @@ -95,7 +95,7 @@

Loading...

@@ -110,3 +110,4 @@

Loading...

+ From 3310bc1e006247cb0be0e712037b9bbf4757fc37 Mon Sep 17 00:00:00 2001 From: Daniele Debernardi Date: Mon, 2 Mar 2026 17:13:03 +0100 Subject: [PATCH 3/4] Update copyright year in package.json --- SQLSchemaCompare/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQLSchemaCompare/package.json b/SQLSchemaCompare/package.json index a5d75f2..9e6f98a 100644 --- a/SQLSchemaCompare/package.json +++ b/SQLSchemaCompare/package.json @@ -13,7 +13,7 @@ "build": { "appId": "ch.ticodex.sqlschemacompare", "productName": "SQL Schema Compare", - "copyright": "Copyright @ 2025 TiCodeX", + "copyright": "Copyright @ 2026 TiCodeX", "win": { "target": "nsis", "artifactName": "SQLSchemaCompare-${version}.${ext}", From 0db6b2021d3fd5bc89db4bbd0719a628a8bc7966 Mon Sep 17 00:00:00 2001 From: Daniele Debernardi Date: Mon, 2 Mar 2026 17:13:29 +0100 Subject: [PATCH 4/4] Update project version in Directory.Build.props Updated project version from 2025.3.1 to 2026.3.1 in Directory.Build.props. --- Directory.Build.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 12b5d04..2a9ef5c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net8.0 TiCodeX - 2025.3.1 + 2026.3.1 true enable true @@ -52,3 +52,4 @@ +