From 62b7b21ea0a39657435b1411cd01857d89ac089e Mon Sep 17 00:00:00 2001 From: Patrick Ruddiman <86851465+PatrickRuddiman@users.noreply.github.com> Date: Mon, 30 Jun 2025 15:03:38 -0400 Subject: [PATCH 1/2] Enable single-file publishing --- WriteCommit.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WriteCommit.csproj b/WriteCommit.csproj index 2ee0b89..978bdc1 100644 --- a/WriteCommit.csproj +++ b/WriteCommit.csproj @@ -17,6 +17,8 @@ MIT git;commit;ai;openai;cli;tool false + true + true From 73e21b240bb89889cce44c0d10093b1e79be0e4f Mon Sep 17 00:00:00 2001 From: Patrick Ruddiman <86851465+PatrickRuddiman@users.noreply.github.com> Date: Mon, 30 Jun 2025 15:13:21 -0400 Subject: [PATCH 2/2] Add runtime identifiers and enable self-contained single-file --- WriteCommit.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WriteCommit.csproj b/WriteCommit.csproj index 978bdc1..b714c70 100644 --- a/WriteCommit.csproj +++ b/WriteCommit.csproj @@ -17,6 +17,8 @@ MIT git;commit;ai;openai;cli;tool false + linux-x64;linux-arm64;osx-x64;osx-arm64;win-x64 + true true true