Skip to content

Commit

Permalink
update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
bit365 committed Nov 24, 2024
1 parent 67e9b18 commit 85efa8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion EfCore.NamingConverter/EfCore.NamingConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>bit365</Authors>
<Description>Entity Framework Core Naming Converter</Description>
<RepositoryUrl>https://github.com/bit365/efcore-naming-converter</RepositoryUrl>
<PackageReadmeFile>..\README.md</PackageReadmeFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>1.0.5</Version>
</PropertyGroup>

Expand All @@ -20,5 +20,8 @@
<ItemGroup>
<InternalsVisibleTo Include="EfCore.NamingConverter.Tests" />
</ItemGroup>
<ItemGroup>
<None Include="..\README.md" Link="README.md" />
</ItemGroup>

</Project>

0 comments on commit 85efa8c

Please sign in to comment.