From a449c3aec13245728444b454f0ccf017028e39cc Mon Sep 17 00:00:00 2001 From: Mutudu Date: Thu, 18 Jul 2024 17:49:01 +0800 Subject: [PATCH] Dev --- src/Aoxe.Brotli/Aoxe.Brotli.csproj | 6 +++--- .../Aoxe.Compressor.Abstractions.csproj | 6 +++--- src/Aoxe.LZ4/Aoxe.LZ4.csproj | 6 +++--- src/Aoxe.LZMA/Aoxe.LZMA.csproj | 6 +++--- src/Aoxe.SharpZipLib/Aoxe.SharpZipLib.csproj | 6 +++--- src/Aoxe.Snappy/Aoxe.Snappy.csproj | 6 +++--- .../Aoxe.SystemIoCompression.csproj | 6 +++--- src/Aoxe.XZ/Aoxe.XZ.csproj | 6 +++--- src/Aoxe.Zstd/Aoxe.Zstd.csproj | 6 +++--- 9 files changed, 27 insertions(+), 27 deletions(-) diff --git a/src/Aoxe.Brotli/Aoxe.Brotli.csproj b/src/Aoxe.Brotli/Aoxe.Brotli.csproj index 06f0b86..b4463ca 100644 --- a/src/Aoxe.Brotli/Aoxe.Brotli.csproj +++ b/src/Aoxe.Brotli/Aoxe.Brotli.csproj @@ -2,8 +2,8 @@ netstandard2.0;net6.0;net8.0;net9.0 - 2024.1.0 - 2024.1.0 + 2024.1.1 + 2024.1.1 Helper and Extensions for BrotliNET. Aoxe;Brotli.NET;Brotli;Compression https://github.com/AoxeTech @@ -28,7 +28,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Aoxe.Compressor.Abstractions/Aoxe.Compressor.Abstractions.csproj b/src/Aoxe.Compressor.Abstractions/Aoxe.Compressor.Abstractions.csproj index aa1ce1b..286425a 100644 --- a/src/Aoxe.Compressor.Abstractions/Aoxe.Compressor.Abstractions.csproj +++ b/src/Aoxe.Compressor.Abstractions/Aoxe.Compressor.Abstractions.csproj @@ -2,8 +2,8 @@ netstandard2.0;net6.0;net8.0;net9.0 - 2024.1.0 - 2024.1.0 + 2024.1.1 + 2024.1.1 The abstractions for Aoxe.Compressor Aoxe;Compressor;Abstractions https://github.com/AoxeTech @@ -28,7 +28,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Aoxe.LZ4/Aoxe.LZ4.csproj b/src/Aoxe.LZ4/Aoxe.LZ4.csproj index bf45642..10d9218 100644 --- a/src/Aoxe.LZ4/Aoxe.LZ4.csproj +++ b/src/Aoxe.LZ4/Aoxe.LZ4.csproj @@ -2,8 +2,8 @@ netstandard2.0;net6.0;net8.0;net9.0 - 2024.1.0 - 2024.1.0 + 2024.1.1 + 2024.1.1 Helper and Extensions for K4os.Compression.LZ4. Aoxe;K4os.Compression.LZ4;LZ4;Compression https://github.com/AoxeTech @@ -29,7 +29,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Aoxe.LZMA/Aoxe.LZMA.csproj b/src/Aoxe.LZMA/Aoxe.LZMA.csproj index 016b818..9a95b0b 100644 --- a/src/Aoxe.LZMA/Aoxe.LZMA.csproj +++ b/src/Aoxe.LZMA/Aoxe.LZMA.csproj @@ -2,8 +2,8 @@ netstandard2.0;net6.0;net8.0;net9.0 - 2024.1.0 - 2024.1.0 + 2024.1.1 + 2024.1.1 Helper and Extensions for LZMA-SDK. Aoxe;LZMA-SDK;LZMA;Compression https://github.com/AoxeTech @@ -28,7 +28,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Aoxe.SharpZipLib/Aoxe.SharpZipLib.csproj b/src/Aoxe.SharpZipLib/Aoxe.SharpZipLib.csproj index 4a90901..0e9385a 100644 --- a/src/Aoxe.SharpZipLib/Aoxe.SharpZipLib.csproj +++ b/src/Aoxe.SharpZipLib/Aoxe.SharpZipLib.csproj @@ -2,8 +2,8 @@ netstandard2.0;net6.0;net8.0;net9.0 - 2024.1.0 - 2024.1.0 + 2024.1.1 + 2024.1.1 Helper and Extensions for SharpZipLib. Aoxe;SharpZipLib;BZip2;GZip;Compression https://github.com/AoxeTech @@ -28,7 +28,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Aoxe.Snappy/Aoxe.Snappy.csproj b/src/Aoxe.Snappy/Aoxe.Snappy.csproj index be2dc92..c8039ee 100644 --- a/src/Aoxe.Snappy/Aoxe.Snappy.csproj +++ b/src/Aoxe.Snappy/Aoxe.Snappy.csproj @@ -2,8 +2,8 @@ netstandard2.0;net6.0;net8.0;net9.0 - 2024.1.0 - 2024.1.0 + 2024.1.1 + 2024.1.1 Helper and Extensions for IronSnappy. Aoxe;IronSnappy;Snappy;Compression https://github.com/AoxeTech @@ -28,7 +28,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Aoxe.SystemIoCompression/Aoxe.SystemIoCompression.csproj b/src/Aoxe.SystemIoCompression/Aoxe.SystemIoCompression.csproj index 51dc4ff..0df92a6 100644 --- a/src/Aoxe.SystemIoCompression/Aoxe.SystemIoCompression.csproj +++ b/src/Aoxe.SystemIoCompression/Aoxe.SystemIoCompression.csproj @@ -2,8 +2,8 @@ netstandard2.0;net6.0;net8.0;net9.0 - 2024.1.0 - 2024.1.0 + 2024.1.1 + 2024.1.1 Helper and Extensions for System.IO.Compression. Aoxe;System.IO.Compression;Brotli;Deflate;GZip;Compression https://github.com/AoxeTech @@ -27,7 +27,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Aoxe.XZ/Aoxe.XZ.csproj b/src/Aoxe.XZ/Aoxe.XZ.csproj index 3254d82..414a92a 100644 --- a/src/Aoxe.XZ/Aoxe.XZ.csproj +++ b/src/Aoxe.XZ/Aoxe.XZ.csproj @@ -2,8 +2,8 @@ netstandard2.0;net6.0;net8.0;net9.0 - 2024.1.0 - 2024.1.0 + 2024.1.1 + 2024.1.1 Helper and Extensions for XZ.NET-netstandard. Aoxe;XZ.NET-netstandard;XZ;Compression https://github.com/AoxeTech @@ -28,7 +28,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Aoxe.Zstd/Aoxe.Zstd.csproj b/src/Aoxe.Zstd/Aoxe.Zstd.csproj index 672fafb..642a86d 100644 --- a/src/Aoxe.Zstd/Aoxe.Zstd.csproj +++ b/src/Aoxe.Zstd/Aoxe.Zstd.csproj @@ -2,8 +2,8 @@ netstandard2.0;net6.0;net8.0;net9.0 - 2024.1.0 - 2024.1.0 + 2024.1.1 + 2024.1.1 Helper and Extensions for ZstdNet. Aoxe;ZstdNet;Zstd;Compression https://github.com/AoxeTech @@ -28,7 +28,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - +