From 2b9ad5bf3cd74fa0c5e7077df561224bce2e1a49 Mon Sep 17 00:00:00 2001 From: duffyduck Date: Fri, 3 Apr 2026 18:13:48 +0200 Subject: [PATCH] Release v0.0.0.14 --- installer/setup.iss | 2 +- src/StarfaceOutlookSync/StarfaceOutlookSync.csproj | 6 +++--- src/StarfaceOutlookSync/UI/AboutForm.cs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/installer/setup.iss b/installer/setup.iss index f9c1517c..e1d448e2 100644 --- a/installer/setup.iss +++ b/installer/setup.iss @@ -2,7 +2,7 @@ ; Erfordert Inno Setup 6.x (https://jrsoftware.org/isinfo.php) #define MyAppName "Starface Outlook Sync" -#define MyAppVersion "0.0.0.13" +#define MyAppVersion "0.0.0.14" #define MyAppPublisher "HackerSoft - Hacker-Net Telekommunikation" #define MyAppURL "https://www.hacker-net.de" #define MyAppExeName "StarfaceOutlookSync.exe" diff --git a/src/StarfaceOutlookSync/StarfaceOutlookSync.csproj b/src/StarfaceOutlookSync/StarfaceOutlookSync.csproj index 1b59bfce..69710440 100644 --- a/src/StarfaceOutlookSync/StarfaceOutlookSync.csproj +++ b/src/StarfaceOutlookSync/StarfaceOutlookSync.csproj @@ -7,9 +7,9 @@ Starface Outlook Sync HackerSoft - Hacker-Net Telekommunikation Starface Outlook Sync - 0.0.0.13 - 0.0.0.13 - 0.0.0.13 + 0.0.0.14 + 0.0.0.14 + 0.0.0.14 Synchronisiert Outlook-Kontakte mit Starface Telefonanlage Stefan Hacker - HackerSoft win-x64 diff --git a/src/StarfaceOutlookSync/UI/AboutForm.cs b/src/StarfaceOutlookSync/UI/AboutForm.cs index a03a7004..f0943b34 100644 --- a/src/StarfaceOutlookSync/UI/AboutForm.cs +++ b/src/StarfaceOutlookSync/UI/AboutForm.cs @@ -27,7 +27,7 @@ namespace StarfaceOutlookSync.UI var lblVersion = new Label { - Text = "Version 0.0.0.13", + Text = "Version 0.0.0.14", Left = 0, Top = 56, Width = 340, Height = 20, TextAlign = ContentAlignment.MiddleCenter, ForeColor = Color.Gray