Skip to content

Commit

Permalink
Add source link
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutuduxf committed May 4, 2024
1 parent 8119b4b commit 890af3d
Show file tree
Hide file tree
Showing 19 changed files with 182 additions and 119 deletions.
29 changes: 18 additions & 11 deletions src/Zaabee.Brotli/Zaabee.Brotli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,33 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net8.0;net9.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>2024.1.3</PackageVersion>
<Version>2024.1.3</Version>
<Authors>Mutuduxf</Authors>
<Company>Mutuduxf</Company>
<PackageTags>Zaabee;Brotli.NET;Brotli;Compression</PackageTags>
<PackageVersion>2024.1.4</PackageVersion>
<Version>2024.1.4</Version>
<Description>Helper and Extensions for BrotliNET.</Description>
<PackageTags>Zaabee;Brotli.NET;Brotli;Compression</PackageTags>
<PackageProjectUrl>https://github.com/PicoHex</PackageProjectUrl>
<RepositoryUrl>https://github.com/PicoHex/Zaabee.Compression</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<LicenseExpression>MIT</LicenseExpression>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Authors>Roman Du</Authors>
<ImplicitUsings>enable</ImplicitUsings>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Authors>Mutuduxf</Authors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Brotli.NET" Version="2.1.1" />
<PackageReference Include="Zaabee.Compressor.Abstractions" Version="2024.1.3" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Zaabee.Compressor.Abstractions" Version="2024.1.5" />
</ItemGroup>

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

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net8.0;net9.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>2024.1.3</PackageVersion>
<Version>2024.1.3</Version>
<Authors>Mutuduxf</Authors>
<Company>Mutuduxf</Company>
<PackageVersion>2024.1.5</PackageVersion>
<Version>2024.1.5</Version>
<Description>The abstractions for Zaabee.Compressor</Description>
<PackageTags>Zaabee;Compressor;Abstractions</PackageTags>
<PackageProjectUrl>https://github.com/PicoHex</PackageProjectUrl>
<RepositoryUrl>https://github.com/PicoHex/Zaabee.Compression</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>The abstractions for Zaabee.Compressor</Description>
<PackageTags>Zaabee;Compressor;Abstractions</PackageTags>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Authors>Roman Du</Authors>
<ImplicitUsings>enable</ImplicitUsings>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Authors>Mutuduxf</Authors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<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="Zaabee.Extensions" Version="2024.1.5" />
<PackageReference Include="Zaabee.Extensions" Version="2024.1.6" />
</ItemGroup>

</Project>
29 changes: 18 additions & 11 deletions src/Zaabee.LZ4/Zaabee.LZ4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,34 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net8.0;net9.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>2024.1.4</PackageVersion>
<Version>2024.1.4</Version>
<Authors>Mutuduxf</Authors>
<Company>Mutuduxf</Company>
<PackageTags>Zaabee;K4os.Compression.LZ4;LZ4;Compression</PackageTags>
<PackageVersion>2024.1.5</PackageVersion>
<Version>2024.1.5</Version>
<Description>Helper and Extensions for K4os.Compression.LZ4.</Description>
<PackageTags>Zaabee;K4os.Compression.LZ4;LZ4;Compression</PackageTags>
<PackageProjectUrl>https://github.com/PicoHex</PackageProjectUrl>
<RepositoryUrl>https://github.com/PicoHex/Zaabee.Compression</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<LicenseExpression>MIT</LicenseExpression>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Authors>Roman Du</Authors>
<ImplicitUsings>enable</ImplicitUsings>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Authors>Mutuduxf</Authors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.8" />
<PackageReference Include="Zaabee.Compressor.Abstractions" Version="2024.1.3" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Zaabee.Compressor.Abstractions" Version="2024.1.5" />
</ItemGroup>

</Project>
29 changes: 18 additions & 11 deletions src/Zaabee.LZMA/Zaabee.LZMA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,33 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net8.0;net9.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>2024.1.3</PackageVersion>
<Version>2024.1.3</Version>
<Authors>Mutuduxf</Authors>
<Company>Mutuduxf</Company>
<PackageTags>Zaabee;LZMA-SDK;LZMA;Compression</PackageTags>
<PackageVersion>2024.1.4</PackageVersion>
<Version>2024.1.4</Version>
<Description>Helper and Extensions for LZMA-SDK.</Description>
<PackageTags>Zaabee;LZMA-SDK;LZMA;Compression</PackageTags>
<PackageProjectUrl>https://github.com/PicoHex</PackageProjectUrl>
<RepositoryUrl>https://github.com/PicoHex/Zaabee.Compression</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<LicenseExpression>MIT</LicenseExpression>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Authors>Roman Du</Authors>
<ImplicitUsings>enable</ImplicitUsings>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Authors>Mutuduxf</Authors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LZMA-SDK" Version="22.1.1" />
<PackageReference Include="Zaabee.Compressor.Abstractions" Version="2024.1.3" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Zaabee.Compressor.Abstractions" Version="2024.1.5" />
</ItemGroup>

</Project>
29 changes: 18 additions & 11 deletions src/Zaabee.SharpZipLib/Zaabee.SharpZipLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,33 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net8.0;net9.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>2024.1.3</PackageVersion>
<Version>2024.1.3</Version>
<Authors>Mutuduxf</Authors>
<Company>Mutuduxf</Company>
<PackageTags>Zaabee;SharpZipLib;BZip2;GZip;Compression</PackageTags>
<PackageVersion>2024.1.4</PackageVersion>
<Version>2024.1.4</Version>
<Description>Helper and Extensions for SharpZipLib.</Description>
<PackageTags>Zaabee;SharpZipLib;BZip2;GZip;Compression</PackageTags>
<PackageProjectUrl>https://github.com/PicoHex</PackageProjectUrl>
<RepositoryUrl>https://github.com/PicoHex/Zaabee.Compression</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<LicenseExpression>MIT</LicenseExpression>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Authors>Roman Du</Authors>
<ImplicitUsings>enable</ImplicitUsings>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Authors>Mutuduxf</Authors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="Zaabee.Compressor.Abstractions" Version="2024.1.3" />
<PackageReference Include="Zaabee.Compressor.Abstractions" Version="2024.1.5" />
</ItemGroup>

</Project>
29 changes: 18 additions & 11 deletions src/Zaabee.Snappy/Zaabee.Snappy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,33 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net8.0;net9.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>2024.1.3</PackageVersion>
<Version>2024.1.3</Version>
<Authors>Mutuduxf</Authors>
<Company>Mutuduxf</Company>
<PackageTags>Zaabee;IronSnappy;Snappy;Compression</PackageTags>
<PackageVersion>2024.1.4</PackageVersion>
<Version>2024.1.4</Version>
<Description>Helper and Extensions for IronSnappy.</Description>
<PackageTags>Zaabee;IronSnappy;Snappy;Compression</PackageTags>
<PackageProjectUrl>https://github.com/PicoHex</PackageProjectUrl>
<RepositoryUrl>https://github.com/PicoHex/Zaabee.Compression</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<LicenseExpression>MIT</LicenseExpression>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Authors>Roman Du</Authors>
<ImplicitUsings>enable</ImplicitUsings>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Authors>Mutuduxf</Authors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IronSnappy" Version="1.3.1" />
<PackageReference Include="Zaabee.Compressor.Abstractions" Version="2024.1.3" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Zaabee.Compressor.Abstractions" Version="2024.1.5" />
</ItemGroup>

</Project>
29 changes: 18 additions & 11 deletions src/Zaabee.SystemIoCompression/Zaabee.SystemIoCompression.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,32 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net8.0;net9.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>2024.1.3</PackageVersion>
<Version>2024.1.3</Version>
<Authors>Mutuduxf</Authors>
<Company>Mutuduxf</Company>
<PackageTags>Zaabee;System.IO.Compression;Brotli;Deflate;GZip;Compression</PackageTags>
<PackageVersion>2024.1.4</PackageVersion>
<Version>2024.1.4</Version>
<Description>Helper and Extensions for System.IO.Compression.</Description>
<PackageTags>Zaabee;System.IO.Compression;Brotli;Deflate;GZip;Compression</PackageTags>
<PackageProjectUrl>https://github.com/PicoHex</PackageProjectUrl>
<RepositoryUrl>https://github.com/PicoHex/Zaabee.Compression</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<LicenseExpression>MIT</LicenseExpression>
<ImplicitUsings>enable</ImplicitUsings>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<Authors>Roman Du</Authors>
<ImplicitUsings>enable</ImplicitUsings>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Authors>Mutuduxf</Authors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Zaabee.Compressor.Abstractions" Version="2024.1.3" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Zaabee.Compressor.Abstractions" Version="2024.1.5" />
</ItemGroup>

</Project>
29 changes: 18 additions & 11 deletions src/Zaabee.XZ/Zaabee.XZ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,33 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net8.0;net9.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>2024.1.3</PackageVersion>
<Version>2024.1.3</Version>
<Authors>Mutuduxf</Authors>
<Company>Mutuduxf</Company>
<PackageTags>Zaabee;XZ.NET-netstandard;XZ;Compression</PackageTags>
<PackageVersion>2024.1.4</PackageVersion>
<Version>2024.1.4</Version>
<Description>Helper and Extensions for XZ.NET-netstandard.</Description>
<PackageTags>Zaabee;XZ.NET-netstandard;XZ;Compression</PackageTags>
<PackageProjectUrl>https://github.com/PicoHex</PackageProjectUrl>
<RepositoryUrl>https://github.com/PicoHex/Zaabee.Compression</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<LicenseExpression>MIT</LicenseExpression>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Authors>Roman Du</Authors>
<ImplicitUsings>enable</ImplicitUsings>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Authors>Mutuduxf</Authors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="XZ.NET-netstandard" Version="2.0.0.2" />
<PackageReference Include="Zaabee.Compressor.Abstractions" Version="2024.1.3" />
<PackageReference Include="Zaabee.Compressor.Abstractions" Version="2024.1.5" />
</ItemGroup>

</Project>
Loading

0 comments on commit 890af3d

Please sign in to comment.