Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kubagdynia committed Dec 8, 2023
1 parent e15b174 commit b75d058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CacheDrive/CacheDrive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<Title>CacheDrive</Title>
<Description>CacheDrive.</Description>
<PackageTags>cache memory file</PackageTags>
<Description>Simple in-memory caching provider with the ability to store objects in files.</Description>
<PackageTags>cache memory-cache file-cahce</PackageTags>
<PackageReleaseNotes>CacheDrive first initial version</PackageReleaseNotes>
<RepositoryUrl>https://github.com/kubagdynia/CacheDrive</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# CacheDrive
CacheDrive
Simple in-memory caching provider with the ability to store objects in files.

0 comments on commit b75d058

Please sign in to comment.