Skip to content

Commit

Permalink
chore: fix the README.md file location
Browse files Browse the repository at this point in the history
  • Loading branch information
LSViana committed Nov 14, 2023
1 parent 32cd260 commit dd08379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageProjectUrl>https://github.com/LSViana/YDotNet</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReadmeFile>$(SolutionDir)/README.md</PackageReadmeFile>
<Version>0.2.10</Version>
</PropertyGroup>

Expand Down

0 comments on commit dd08379

Please sign in to comment.