Skip to content

Commit

Permalink
Version bump QuestPatcher.Zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauriethefish committed Nov 4, 2023
1 parent d564534 commit 5b800eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions QuestPatcher.Zip/QuestPatcher.Zip.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup>
<Title>QuestPatcher.Zip</Title>
<PackageVersion>1.0.0</PackageVersion>
<PackageVersion>1.1.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>
Expand All @@ -17,7 +17,7 @@
<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>
<PackageReleaseNotes>Added asynchronous API and cancellation.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down

0 comments on commit 5b800eb

Please sign in to comment.