Skip to content

Commit

Permalink
Fixed CacheEnabled property.
Browse files Browse the repository at this point in the history
  • Loading branch information
kubagdynia committed Dec 11, 2023
1 parent 7102fd0 commit 8ef870a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CacheDrive/CacheDrive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<Title>CacheDrive</Title>
<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>
<PackageReleaseNotes>Bug fix related to the ability to enable and disable the cache (CacheEnabled).</PackageReleaseNotes>
<RepositoryUrl>https://github.com/kubagdynia/CacheDrive</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/kubagdynia/CacheDrive</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>2023</Copyright>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<Authors>Jakub Kurłowicz</Authors>
<PackageIcon>CacheDrive.png</PackageIcon>
</PropertyGroup>
Expand Down

0 comments on commit 8ef870a

Please sign in to comment.