From 32f6facb6792245e54d648ceb1d67a8700740261 Mon Sep 17 00:00:00 2001 From: PointStar Date: Sun, 24 May 2026 20:53:54 +0300 Subject: [PATCH] =?UTF-8?q?publish:=201.2.10=20=E2=80=94=20verify=20on-eve?= =?UTF-8?q?ry-startup=20auto-update=20from=20v1.2.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No code change. After v1.2.9 set UpdatePeriodically=false, the VSTO runtime should hit the .vsto manifest on every Outlook launch. From a clean v1.2.9 install: close Outlook, reopen, About tab shows 1.2.10 with no clicks anywhere. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/OutlookAddin/OutlookAddin.csproj | 2 +- src/OutlookAddin/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/OutlookAddin/OutlookAddin.csproj b/src/OutlookAddin/OutlookAddin.csproj index 70fd647..c211660 100644 --- a/src/OutlookAddin/OutlookAddin.csproj +++ b/src/OutlookAddin/OutlookAddin.csproj @@ -36,7 +36,7 @@ C:\Users\Chaim\source\repos\OutlookAddin\Publish\ https://gitea.dev.marcus-law.co.il/espocrm-extensions/OutlookAddin/raw/branch/main/Publish/ en - 1.2.9.0 + 1.2.10.0 false true false diff --git a/src/OutlookAddin/Properties/AssemblyInfo.cs b/src/OutlookAddin/Properties/AssemblyInfo.cs index 0cdff17..c0e3292 100644 --- a/src/OutlookAddin/Properties/AssemblyInfo.cs +++ b/src/OutlookAddin/Properties/AssemblyInfo.cs @@ -33,6 +33,6 @@ using System.Security; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.9.0")] -[assembly: AssemblyFileVersion("1.2.9.0")] +[assembly: AssemblyVersion("1.2.10.0")] +[assembly: AssemblyFileVersion("1.2.10.0")]