From 9ab26afc168f8e5a92ba6cb72deadb5d89f70b7b Mon Sep 17 00:00:00 2001 From: Aleksandr Neychev Date: Mon, 31 Aug 2026 11:51:13 +0500 Subject: [PATCH] fixed a bug with displaying the application version in the window title --- CursorLang.Agent/CursorLang.Agent.csproj | 4 ++-- CursorLang.Settings/CursorLang.Settings.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CursorLang.Agent/CursorLang.Agent.csproj b/CursorLang.Agent/CursorLang.Agent.csproj index e25e9f8..1bc7a5b 100644 --- a/CursorLang.Agent/CursorLang.Agent.csproj +++ b/CursorLang.Agent/CursorLang.Agent.csproj @@ -19,8 +19,8 @@ false true 1.0.0 - 1.0.0.0 - 1.0.0.0 + $(Version) + $(Version) CursorLang Aleksandr Neichev Shows the keyboard layout at the cursor diff --git a/CursorLang.Settings/CursorLang.Settings.csproj b/CursorLang.Settings/CursorLang.Settings.csproj index 9a98efd..51556a0 100644 --- a/CursorLang.Settings/CursorLang.Settings.csproj +++ b/CursorLang.Settings/CursorLang.Settings.csproj @@ -21,8 +21,8 @@ false true 1.0.0 - 1.0.0.0 - 1.0.0.0 + $(Version) + $(Version) CursorLang Aleksandr Neichev Settings window of CursorLang