We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334236d commit ce7dcadCopy full SHA for ce7dcad
README.md
@@ -3,10 +3,9 @@ TAR Archiver for .NET / Unity
3
4
Minimal C# implementation for creating TAR archive. (.tar/.tar.gz/.tgz)
5
6
-This library is built based on the codes from [SharpCompress](https://github.com/adamhathcock/sharpcompress) library with:
+This library was built based on the codebase from [SharpCompress](https://github.com/adamhathcock/sharpcompress) library with:
7
8
- `unsafe` Context Removal
9
- - `Span<T> = stackalloc T` Remain Untouched   <small>* Require C# 7.3 or Later</small>
10
- Unity Ready without additional DLL Installation
11
- Support for Unity Package Manager
12
- Unity 2021 LTS or Later
0 commit comments