Skip to content

Commit

Permalink
Add readme for redis
Browse files Browse the repository at this point in the history
  • Loading branch information
asleire committed Jul 31, 2023
1 parent c4f2bf4 commit aa122bc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
</ItemGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
<None Include="$(SolutionDir)/../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
<None Include="$(SolutionDir)/../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
<None Include="$(SolutionDir)/../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<LangVersion>latest</LangVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<IsTrimmable>true</IsTrimmable>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -17,4 +18,7 @@
<ProjectReference Include="..\SimpleRecurringJobs\SimpleRecurringJobs.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="$(SolutionDir)/../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/SimpleRecurringJobs/SimpleRecurringJobs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
</ItemGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
<None Include="$(SolutionDir)/../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>

0 comments on commit aa122bc

Please sign in to comment.