We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38dd82 commit bb3e94cCopy full SHA for bb3e94c
1 file changed
Directory.Build.props
@@ -7,6 +7,8 @@
7
<PackageLicenseFile Condition="'$(PackageLicenseFile)' == ''">LICENSE</PackageLicenseFile>
8
<PackageIcon Condition="'$(PackageIcon)' == ''">icon.jpg</PackageIcon>
9
<LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
10
+ <PackageReadmeFile>README.md</PackageReadmeFile>
11
+ <PublishRepositoryUrl>true</PublishRepositoryUrl>
12
</PropertyGroup>
13
14
<ItemGroup>
0 commit comments