diff --git a/README.MD b/README.MD index 9a09c8f..a4129b1 100644 --- a/README.MD +++ b/README.MD @@ -8,4 +8,7 @@ Find the link to the Nuget package [here](https://www.nuget.org/packages/SabreTo | Compression Name | Decompress | Compress | | --- | --- | --- | -| LZ | Yes | | +| LZ | Yes | No | +| LZX | Incomplete | No | +| MSZIP | Incomplete | No | +| Quantum | Incomplete | No | diff --git a/SabreTools.Compression.csproj b/SabreTools.Compression.csproj index f16da9c..77408df 100644 --- a/SabreTools.Compression.csproj +++ b/SabreTools.Compression.csproj @@ -4,7 +4,7 @@ net48;net6.0;net7.0;net8.0 win-x86;win-x64;linux-x64;osx-x64 - 0.1.0 + 0.2.0 true