From a16ea3ce99e45889f46b55c32d62de74ed53b2eb Mon Sep 17 00:00:00 2001 From: pdjdev Date: Fri, 14 Aug 2026 13:26:11 +0900 Subject: [PATCH] build: add Costura.Fody for bundling managed NuGet dependencies in Release builds --- Battify/Battify.csproj | 7 +++++++ Battify/FodyWeavers.xml | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 Battify/FodyWeavers.xml diff --git a/Battify/Battify.csproj b/Battify/Battify.csproj index c720fbe..443901a 100644 --- a/Battify/Battify.csproj +++ b/Battify/Battify.csproj @@ -44,6 +44,13 @@ + + + all + + + all + diff --git a/Battify/FodyWeavers.xml b/Battify/FodyWeavers.xml new file mode 100644 index 0000000..a5dcf04 --- /dev/null +++ b/Battify/FodyWeavers.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file