We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e39a17 commit a4f031bCopy full SHA for a4f031b
Mandible.Cli/Mandible.Cli.csproj
@@ -7,7 +7,7 @@
7
<Nullable>enable</Nullable>
8
<PublishAot>true</PublishAot>
9
10
- <Version>2.1.0</Version>
+ <Version>2.2.0</Version>
11
<NeutralLanguage>en</NeutralLanguage>
12
</PropertyGroup>
13
Mandible/Mandible.csproj
@@ -9,10 +9,10 @@
<!-- NuGet-related properties -->
<PropertyGroup>
- <Version>3.0.0</Version>
+ <Version>3.1.0</Version>
<Description>A library for working with the ForgeLight game engine's asset packs.</Description>
14
<PackageReleaseNotes>
15
- - Remove async variant of Namelist#Append.
+ - Fix asset compression. Migrate to internal Zlib components.
16
</PackageReleaseNotes>
17
18
<PackageId>carlst99.Mandible</PackageId>
0 commit comments