From a43e33f87d1ebc764e9cc7f5c583c752491f0425 Mon Sep 17 00:00:00 2001 From: ikpil Date: Mon, 4 Dec 2023 22:53:21 +0900 Subject: [PATCH] update Description --- src/DotFastLZ.Compression/DotFastLZ.Compression.csproj | 2 +- src/DotFastLZ.Packaging.Tools/DotFastLZ.Packaging.Tools.csproj | 2 +- src/DotFastLZ.Packaging/DotFastLZ.Packaging.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/DotFastLZ.Compression/DotFastLZ.Compression.csproj b/src/DotFastLZ.Compression/DotFastLZ.Compression.csproj index 1779100..064a4ec 100644 --- a/src/DotFastLZ.Compression/DotFastLZ.Compression.csproj +++ b/src/DotFastLZ.Compression/DotFastLZ.Compression.csproj @@ -5,7 +5,7 @@ DotFastLZ.Compression README.md ikpil - DotFastLZ - a port of FastLZ, Small and portable byte-aligned LZ77 compression for C# + DotFastLZ - a port of FastLZ, Small and portable byte-aligned LZ77 compression for C#, Unity3D 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 5a66816..be13524 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 - DotFastLZ - a port of FastLZ, Small and portable byte-aligned LZ77 compression for C# + DotFastLZ - a port of FastLZ, Small and portable byte-aligned LZ77 compression for C#, Unity3D 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 16398c6..0e18931 100644 --- a/src/DotFastLZ.Packaging/DotFastLZ.Packaging.csproj +++ b/src/DotFastLZ.Packaging/DotFastLZ.Packaging.csproj @@ -5,7 +5,7 @@ DotFastLZ.Packaging README.md ikpil - DotFastLZ - a port of FastLZ, Small and portable byte-aligned LZ77 compression for C# + DotFastLZ - a port of FastLZ, Small and portable byte-aligned LZ77 compression for C#, Unity3D git https://github.com/ikpil/DotFastLZ https://github.com/ikpil/DotFastLZ