Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Authors>TiCodeX</Authors>
<Version>2025.3.1</Version>
<Version>2026.3.1</Version>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<ImplicitUsings>enable</ImplicitUsings>
<IncludeServicesUsings>true</IncludeServicesUsings>
Expand Down Expand Up @@ -52,3 +52,4 @@
<AdditionalFiles Include="../SonarLint.xml" />
</ItemGroup>
</Project>

4 changes: 2 additions & 2 deletions SQLSchemaCompare/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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}",
Expand Down
3 changes: 2 additions & 1 deletion SQLSchemaCompare/splash.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h2><i>Loading...</i></h2>
<tr>
<td style="text-align: right;">
<label class="copyright">
&copy; 2025 TiCodeX.<br />All rights protected.
&copy; 2026 TiCodeX.<br />All rights protected.
</label>
</td>
</tr>
Expand All @@ -110,3 +110,4 @@ <h2><i>Loading...</i></h2>
</script>
</body>
</html>

Loading