Skip to content

Commit

Permalink
Fixed PackageReadmeFile
Browse files Browse the repository at this point in the history
  • Loading branch information
kubagdynia committed Sep 4, 2024
1 parent 3515cb0 commit ed41eb3
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 @@ -11,10 +11,10 @@
<PackageProjectUrl>https://github.com/kubagdynia/CacheDrive</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>2023-2024</Copyright>
<Version>0.2.2</Version>
<Version>0.2.3</Version>
<Authors>Jakub Kurłowicz</Authors>
<PackageIcon>CacheDrive.png</PackageIcon>
<PackafeReadmeFile>README.md</PackafeReadmeFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dotnet add package CacheDrive

or just copy into the project file to reference the package
```
<PackageReference Include="CacheDrive" Version="0.2.1" />
<PackageReference Include="CacheDrive" Version="0.2.3" />
```


Expand Down

0 comments on commit ed41eb3

Please sign in to comment.