Skip to content

Commit

Permalink
Graphic design is my passion: add small logo version and add more img…
Browse files Browse the repository at this point in the history
… assets
  • Loading branch information
neon-sunset committed May 30, 2022
1 parent 8c4af1e commit 3640039
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file added img/cached-small-transparent.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cached-small.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions src/FastCache.Cached/FastCache.Cached.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RepositoryUrl>https://github.com/neon-sunset/fast-cache</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>Cache;Caching;Lock-Free;Performance;MemoryCache;In-Memory;High-Load</PackageTags>
<PackageIcon>cached-transparent.png</PackageIcon>
<PackageIcon>cached-small-transparent.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Description>High-performance, thread-safe and easy to use cache for items with set expiration time.
Optimized for both dozens and millions of items. Features lock-free reads and writes, allocation-free reads, low memory footprint per item and automatic eviction.
Expand Down Expand Up @@ -40,7 +40,7 @@ Credit to Vladimir Sadov for his implementation of NonBlocking.ConcurrentDiction

<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)../../README.md" Pack="true" PackagePath="/" />
<None Include="Assets/cached-transparent.png" Pack="true" PackagePath="/" />
<None Include="$(MSBuildThisFileDirectory)../../img/cached-small-transparent.png" Pack="true" PackagePath="/" />
</ItemGroup>

</Project>

0 comments on commit 3640039

Please sign in to comment.