From c629218e46466d75d14ef0d98feb67598f189622 Mon Sep 17 00:00:00 2001 From: Soar Qin Date: Sat, 10 Sep 2022 13:43:52 +0800 Subject: [PATCH] post build event: pack zip automatically --- .gitignore | 3 +++ CheatEnabler/CheatEnabler.csproj | 4 ++++ HideTips/HideTips.csproj | 6 +++++- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7f409a3..be2a665 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ # C# generated folders bin/ obj/ + +# packaged zips +/*/package/*.zip diff --git a/CheatEnabler/CheatEnabler.csproj b/CheatEnabler/CheatEnabler.csproj index 3c2e0a7..f5f7570 100644 --- a/CheatEnabler/CheatEnabler.csproj +++ b/CheatEnabler/CheatEnabler.csproj @@ -22,4 +22,8 @@ + + + + diff --git a/HideTips/HideTips.csproj b/HideTips/HideTips.csproj index 5b54796..300dcff 100644 --- a/HideTips/HideTips.csproj +++ b/HideTips/HideTips.csproj @@ -5,7 +5,7 @@ HideTips org.soardev.hidetips DSP MOD - HideTips - 1.0.0 + 1.0.1 true latest @@ -21,4 +21,8 @@ + + + +