diff --git a/src/DotFastLZ.Compression/DotFastLZ.Compression.csproj b/src/DotFastLZ.Compression/DotFastLZ.Compression.csproj index 8753a5c..e7428b8 100644 --- a/src/DotFastLZ.Compression/DotFastLZ.Compression.csproj +++ b/src/DotFastLZ.Compression/DotFastLZ.Compression.csproj @@ -5,7 +5,7 @@ DotFastLZ.Compression README.md ikpil - Small and portable byte-aligned LZ77 compression for C# + DotFastLZ - a port of FastLZ, Small and portable byte-aligned LZ77 compression for C# git https://github.com/ikpil/DotFastLZ https://github.com/ikpil/DotFastLZ diff --git a/src/DotFastLZ.Packaging.Tools/DotFastLZ.Packaging.Tools.csproj b/src/DotFastLZ.Packaging.Tools/DotFastLZ.Packaging.Tools.csproj index ea36c3d..7b227f2 100644 --- a/src/DotFastLZ.Packaging.Tools/DotFastLZ.Packaging.Tools.csproj +++ b/src/DotFastLZ.Packaging.Tools/DotFastLZ.Packaging.Tools.csproj @@ -7,7 +7,7 @@ DotFastLZ.Packaging.Tools README.md ikpil - Small and portable byte-aligned LZ77 compression for C# + DotFastLZ - a port of FastLZ, Small and portable byte-aligned LZ77 compression for C# git https://github.com/ikpil/DotFastLZ https://github.com/ikpil/DotFastLZ diff --git a/src/DotFastLZ.Packaging/DotFastLZ.Packaging.csproj b/src/DotFastLZ.Packaging/DotFastLZ.Packaging.csproj index b3c6618..15519a9 100644 --- a/src/DotFastLZ.Packaging/DotFastLZ.Packaging.csproj +++ b/src/DotFastLZ.Packaging/DotFastLZ.Packaging.csproj @@ -5,7 +5,7 @@ DotFastLZ.Packaging README.md ikpil - Small and portable byte-aligned LZ77 compression for C# + DotFastLZ - a port of FastLZ, Small and portable byte-aligned LZ77 compression for C# git https://github.com/ikpil/DotFastLZ https://github.com/ikpil/DotFastLZ