Skip to content

Commit bb3e94c

Browse files
committed
chore: make README.md and GitHub repository recognizable to NuGet registry
1 parent d38dd82 commit bb3e94c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<PackageLicenseFile Condition="'$(PackageLicenseFile)' == ''">LICENSE</PackageLicenseFile>
88
<PackageIcon Condition="'$(PackageIcon)' == ''">icon.jpg</PackageIcon>
99
<LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
10+
<PackageReadmeFile>README.md</PackageReadmeFile>
11+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1012
</PropertyGroup>
1113

1214
<ItemGroup>

0 commit comments

Comments
 (0)