Skip to content

Commit

Permalink
Add properties for nuget release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauriethefish committed Oct 27, 2023
1 parent 81f7aec commit 395ca5d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions QuestPatcher.Zip/QuestPatcher.Zip.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup>
<Title>QuestPatcher.Zip</Title>
<PackageVersion>1.0.0</PackageVersion>
<Authors>Lauriethefish</Authors>
<Description>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.</Description>
<Copyright>Copyright 2021 Laurie ?</Copyright>
<PackageProjectUrl>https://github.com/Lauriethefish/QuestPatcher/tree/main/QuestPatcher.Zip</PackageProjectUrl>
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
<RepositoryUrl>https://github.com/Lauriethefish/QuestPatcher.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>apk, android, zip</PackageTags>
<PackageReleaseNotes>First release, only basic features supported (those needed by QuestPatcher).</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 395ca5d

Please sign in to comment.