From 395ca5d7e2b34927c1037dd3b229475075341595 Mon Sep 17 00:00:00 2001 From: Lauriethefish Date: Fri, 27 Oct 2023 18:16:31 +0100 Subject: [PATCH] Add properties for nuget release --- QuestPatcher.Zip/QuestPatcher.Zip.csproj | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/QuestPatcher.Zip/QuestPatcher.Zip.csproj b/QuestPatcher.Zip/QuestPatcher.Zip.csproj index a6622d1..054974a 100644 --- a/QuestPatcher.Zip/QuestPatcher.Zip.csproj +++ b/QuestPatcher.Zip/QuestPatcher.Zip.csproj @@ -4,6 +4,21 @@ net6.0 enable enable + 1.0.0.0 + + + + QuestPatcher.Zip + 1.0.0 + Lauriethefish + A simple library for the loading/saving of APK files, which use the ZIP file format. Supports editing and signing an APK file in-place. + Copyright 2021 Laurie ? + https://github.com/Lauriethefish/QuestPatcher/tree/main/QuestPatcher.Zip + Zlib + https://github.com/Lauriethefish/QuestPatcher.git + git + apk, android, zip + First release, only basic features supported (those needed by QuestPatcher).