Skip to content

Commit

Permalink
Upgrade Aoxe.Compression.Abstractions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutuduxf committed Sep 6, 2024
1 parent 195b1a7 commit e563d71
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions src/Aoxe.Brotli/Aoxe.Brotli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageVersion>2024.2.1</PackageVersion>
<Version>2024.2.1</Version>
<PackageVersion>2024.2.2</PackageVersion>
<Version>2024.2.2</Version>
<Description>Helper and Extensions for BrotliNET.</Description>
<PackageTags>Aoxe;Brotli.NET;Brotli;Compression</PackageTags>
<PackageProjectUrl>https://github.com/AoxeTech</PackageProjectUrl>
Expand All @@ -29,7 +29,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.2.5" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.2.6" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Aoxe.LZ4/Aoxe.LZ4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
<PackageVersion>2024.2.1</PackageVersion>
<Version>2024.2.1</Version>
<PackageVersion>2024.2.2</PackageVersion>
<Version>2024.2.2</Version>
<Description>Helper and Extensions for K4os.Compression.LZ4.</Description>
<PackageTags>Aoxe;K4os.Compression.LZ4;LZ4;Compression</PackageTags>
<PackageProjectUrl>https://github.com/AoxeTech</PackageProjectUrl>
Expand All @@ -30,7 +30,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.2.5" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.2.6" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Aoxe.LZMA/Aoxe.LZMA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageVersion>2024.2.1</PackageVersion>
<Version>2024.2.1</Version>
<PackageVersion>2024.2.2</PackageVersion>
<Version>2024.2.2</Version>
<Description>Helper and Extensions for LZMA-SDK.</Description>
<PackageTags>Aoxe;LZMA-SDK;LZMA;Compression</PackageTags>
<PackageProjectUrl>https://github.com/AoxeTech</PackageProjectUrl>
Expand All @@ -29,7 +29,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.2.5" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.2.6" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Aoxe.SharpZipLib/Aoxe.SharpZipLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6</TargetFrameworks>
<PackageVersion>2024.2.1</PackageVersion>
<Version>2024.2.1</Version>
<PackageVersion>2024.2.2</PackageVersion>
<Version>2024.2.2</Version>
<Description>Helper and Extensions for SharpZipLib.</Description>
<PackageTags>Aoxe;SharpZipLib;BZip2;GZip;Compression</PackageTags>
<PackageProjectUrl>https://github.com/AoxeTech</PackageProjectUrl>
Expand All @@ -29,7 +29,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.2.5" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.2.6" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Aoxe.Snappy/Aoxe.Snappy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
<PackageVersion>2024.2.1</PackageVersion>
<Version>2024.2.1</Version>
<PackageVersion>2024.2.2</PackageVersion>
<Version>2024.2.2</Version>
<Description>Helper and Extensions for IronSnappy.</Description>
<PackageTags>Aoxe;IronSnappy;Snappy;Compression</PackageTags>
<PackageProjectUrl>https://github.com/AoxeTech</PackageProjectUrl>
Expand All @@ -29,7 +29,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.2.5" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.2.6" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/Aoxe.SystemIoCompression/Aoxe.SystemIoCompression.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<PackageVersion>2024.2.1</PackageVersion>
<Version>2024.2.1</Version>
<TargetFrameworks>netstandard2.0;net6;net8</TargetFrameworks>
<PackageVersion>2024.2.3</PackageVersion>
<Version>2024.2.3</Version>
<Description>Helper and Extensions for System.IO.Compression.</Description>
<PackageTags>Aoxe;System.IO.Compression;Brotli;Deflate;GZip;Compression</PackageTags>
<PackageProjectUrl>https://github.com/AoxeTech</PackageProjectUrl>
Expand All @@ -28,7 +28,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.2.5" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.2.6" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Aoxe.XZ/Aoxe.XZ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageVersion>2024.2.1</PackageVersion>
<Version>2024.2.1</Version>
<PackageVersion>2024.2.2</PackageVersion>
<Version>2024.2.2</Version>
<Description>Helper and Extensions for XZ.NET-netstandard.</Description>
<PackageTags>Aoxe;XZ.NET-netstandard;XZ;Compression</PackageTags>
<PackageProjectUrl>https://github.com/AoxeTech</PackageProjectUrl>
Expand All @@ -29,7 +29,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="XZ.NET-netstandard" Version="2.0.0.2" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.2.5" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.2.6" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Aoxe.Zstd/Aoxe.Zstd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<PackageVersion>2024.2.1</PackageVersion>
<Version>2024.2.1</Version>
<PackageVersion>2024.2.2</PackageVersion>
<Version>2024.2.2</Version>
<Description>Helper and Extensions for ZstdNet.</Description>
<PackageTags>Aoxe;ZstdNet;Zstd;Compression</PackageTags>
<PackageProjectUrl>https://github.com/AoxeTech</PackageProjectUrl>
Expand All @@ -29,7 +29,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ZstdNet" Version="1.4.5" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.2.5" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.2.6" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e563d71

Please sign in to comment.