We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06fe3ee commit d5d1c65Copy full SHA for d5d1c65
src/Directory.Build.props
@@ -6,6 +6,7 @@
6
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
7
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8
<PackageOutputPath>..\bin\$(Configuration)</PackageOutputPath>
9
+ <PackageReadmeFile>README.md</PackageReadmeFile>
10
<PackageProjectUrl>https://bonsai-rx.org/python-scripting</PackageProjectUrl>
11
<PackageLicenseUrl>https://github.com/bonsai-rx/python-scripting/blob/main/LICENSE</PackageLicenseUrl>
12
<PackageIconUrl>https://bonsai-rx.org/assets/images/bonsai.png</PackageIconUrl>
@@ -16,4 +17,8 @@
16
17
<VersionSuffix></VersionSuffix>
18
<Features>strict</Features>
19
</PropertyGroup>
20
+
21
+ <ItemGroup>
22
+ <None Include="..\..\README.md" Pack="True" PackagePath="" />
23
+ </ItemGroup>
24
</Project>
0 commit comments