Skip to content

Commit

Permalink
Update package description
Browse files Browse the repository at this point in the history
  • Loading branch information
mjebrahimi committed Feb 8, 2024
1 parent d83f60c commit bc4699b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
3 changes: 2 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<Company>Mohammad Javad Ebrahimi</Company>
<Copyright>Copyright © Mohammad Javad Ebrahimi 2020</Copyright>
<Description>
An Easy-to-Use and Optimized compression library for .NET that unified several compression algorithms including LZ4, Snappy, Zstd, LZMA, Brotli, GZip, ZLib, and Deflate. This library aids in Improving Performance by Reducing Memory Usage and Bandwidth Usage.
An Easy-to-Use and Optimized compression library for .NET that unified several compression algorithms including LZ4, Snappy, Zstd, LZMA, Brotli, GZip, ZLib, and Deflate.
This library aids in Improving Performance by Reducing Memory Usage and Bandwidth Usage.
</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Compression Decompression Compress Decompress Compressor Zstd ZStandard ZstdSharp LZMA LZ4 Snappy Snappier Brotli GZip ZLib Deflate </PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@
<Title>EasyCaching.Extensions.EasyCompressor</Title>
<Product>EasyCaching.Extensions.EasyCompressor</Product>
<Description>
A nice integration between EasyCaching and EasyCompressor.

This library aids in Improving Performance by Reducing Memory Usage and Bandwidth Usage by compressing your cache data, especially for distributed cache (such as Redis).

EasyCaching is an Easy-to-Use caching library that offers many features and supports many providers and serializers.

An Easy-to-Use and Optimized compression library for .NET that unified several compression algorithms including LZ4, Snappy, Zstd, LZMA, Brotli, GZip, ZLib, and Deflate.
A nice integration between EasyCaching and EasyCompressor.
This library aids in Improving Performance by Reducing Memory Usage and Bandwidth Usage by compressing your cache data, especially for distributed cache (such as Redis).
EasyCaching is an Easy-to-Use caching library that offers many features and supports many providers and serializers.
An Easy-to-Use and Optimized compression library for .NET that unified several compression algorithms including LZ4, Snappy, Zstd, LZMA, Brotli, GZip, ZLib, and Deflate.
</Description>
<PackageTags>Compression Decompression Compress Decompress Compressor Zstd ZStandard ZstdSharp LZMA LZ4 Snappy Snappier Brotli GZip ZLib Deflate EasyCaching Cache Caching Memory In-Memory Distributed DistributedCache Serialization MessagePack Json</PackageTags>
</PropertyGroup>
Expand Down

0 comments on commit bc4699b

Please sign in to comment.