Update project and README

This commit is contained in:
Matt Nadareski
2023-09-18 11:16:30 -04:00
parent ef52f6c726
commit 485dff06e6
2 changed files with 5 additions and 2 deletions

View File

@@ -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 |

View File

@@ -4,7 +4,7 @@
<!-- Assembly Properties -->
<TargetFrameworks>net48;net6.0;net7.0;net8.0</TargetFrameworks>
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<Version>0.1.0</Version>
<Version>0.2.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Package Properties -->