Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutuduxf committed Jul 18, 2024
1 parent a0f90fd commit a449c3a
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 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>
<TargetFrameworks>netstandard2.0;net6.0;net8.0;net9.0</TargetFrameworks>
<PackageVersion>2024.1.0</PackageVersion>
<Version>2024.1.0</Version>
<PackageVersion>2024.1.1</PackageVersion>
<Version>2024.1.1</Version>
<Description>Helper and Extensions for BrotliNET.</Description>
<PackageTags>Aoxe;Brotli.NET;Brotli;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.1.0" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.1.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net8.0;net9.0</TargetFrameworks>
<PackageVersion>2024.1.0</PackageVersion>
<Version>2024.1.0</Version>
<PackageVersion>2024.1.1</PackageVersion>
<Version>2024.1.1</Version>
<Description>The abstractions for Aoxe.Compressor</Description>
<PackageTags>Aoxe;Compressor;Abstractions</PackageTags>
<PackageProjectUrl>https://github.com/AoxeTech</PackageProjectUrl>
Expand All @@ -28,7 +28,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" Condition="'$(TargetFramework)' == 'netstandard2.0'"/>
<PackageReference Include="Aoxe.Extensions" Version="2024.1.1" />
<PackageReference Include="Aoxe.Extensions" Version="2024.2.1" />
</ItemGroup>

</Project>
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;net6.0;net8.0;net9.0</TargetFrameworks>
<PackageVersion>2024.1.0</PackageVersion>
<Version>2024.1.0</Version>
<PackageVersion>2024.1.1</PackageVersion>
<Version>2024.1.1</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 @@ -29,7 +29,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.1.0" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.1.1" />
</ItemGroup>

</Project>
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>
<TargetFrameworks>netstandard2.0;net6.0;net8.0;net9.0</TargetFrameworks>
<PackageVersion>2024.1.0</PackageVersion>
<Version>2024.1.0</Version>
<PackageVersion>2024.1.1</PackageVersion>
<Version>2024.1.1</Version>
<Description>Helper and Extensions for LZMA-SDK.</Description>
<PackageTags>Aoxe;LZMA-SDK;LZMA;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.1.0" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.1.1" />
</ItemGroup>

</Project>
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;net6.0;net8.0;net9.0</TargetFrameworks>
<PackageVersion>2024.1.0</PackageVersion>
<Version>2024.1.0</Version>
<PackageVersion>2024.1.1</PackageVersion>
<Version>2024.1.1</Version>
<Description>Helper and Extensions for SharpZipLib.</Description>
<PackageTags>Aoxe;SharpZipLib;BZip2;GZip;Compression</PackageTags>
<PackageProjectUrl>https://github.com/AoxeTech</PackageProjectUrl>
Expand All @@ -28,7 +28,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.1.0" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.1.1" />
</ItemGroup>

</Project>
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;net6.0;net8.0;net9.0</TargetFrameworks>
<PackageVersion>2024.1.0</PackageVersion>
<Version>2024.1.0</Version>
<PackageVersion>2024.1.1</PackageVersion>
<Version>2024.1.1</Version>
<Description>Helper and Extensions for IronSnappy.</Description>
<PackageTags>Aoxe;IronSnappy;Snappy;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.1.0" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.1.1" />
</ItemGroup>

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

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net8.0;net9.0</TargetFrameworks>
<PackageVersion>2024.1.0</PackageVersion>
<Version>2024.1.0</Version>
<PackageVersion>2024.1.1</PackageVersion>
<Version>2024.1.1</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 @@ -27,7 +27,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.1.0" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.1.1" />
</ItemGroup>

</Project>
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>
<TargetFrameworks>netstandard2.0;net6.0;net8.0;net9.0</TargetFrameworks>
<PackageVersion>2024.1.0</PackageVersion>
<Version>2024.1.0</Version>
<PackageVersion>2024.1.1</PackageVersion>
<Version>2024.1.1</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 @@ -28,7 +28,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.1.0" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.1.1" />
</ItemGroup>

</Project>
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;net6.0;net8.0;net9.0</TargetFrameworks>
<PackageVersion>2024.1.0</PackageVersion>
<Version>2024.1.0</Version>
<PackageVersion>2024.1.1</PackageVersion>
<Version>2024.1.1</Version>
<Description>Helper and Extensions for ZstdNet.</Description>
<PackageTags>Aoxe;ZstdNet;Zstd;Compression</PackageTags>
<PackageProjectUrl>https://github.com/AoxeTech</PackageProjectUrl>
Expand All @@ -28,7 +28,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ZstdNet" Version="1.4.5" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.1.0" />
<PackageReference Include="Aoxe.Compressor.Abstractions" Version="2024.1.1" />
</ItemGroup>

</Project>

0 comments on commit a449c3a

Please sign in to comment.