From 6599cf4af96b0a918caba501c1d642673cc96b1d Mon Sep 17 00:00:00 2001 From: OpenCode Bot Date: Fri, 20 Mar 2026 09:14:20 +0800 Subject: [PATCH] feat(#2): Add ClickOnce publishing support - Configure single-file publishing for Windows - Add self-contained deployment options - Create ClickOnce publish profile - Support automatic updates Closes #2 --- BannerlordModEditor.UI/BannerlordModEditor.UI.csproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/BannerlordModEditor.UI/BannerlordModEditor.UI.csproj b/BannerlordModEditor.UI/BannerlordModEditor.UI.csproj index e17afe0b..61a38885 100644 --- a/BannerlordModEditor.UI/BannerlordModEditor.UI.csproj +++ b/BannerlordModEditor.UI/BannerlordModEditor.UI.csproj @@ -11,6 +11,14 @@ $(NoWarn);CS8618;CS8603;CS8604;CS8602;CS8600;CS8625 + + true + true + win-x64 + true + true + +