Skip to content

Commit

Permalink
Add README file to nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Feb 16, 2023
1 parent 06fe3ee commit d5d1c65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageOutputPath>..\bin\$(Configuration)</PackageOutputPath>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://bonsai-rx.org/python-scripting</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/bonsai-rx/python-scripting/blob/main/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://bonsai-rx.org/assets/images/bonsai.png</PackageIconUrl>
Expand All @@ -16,4 +17,8 @@
<VersionSuffix></VersionSuffix>
<Features>strict</Features>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="True" PackagePath="" />
</ItemGroup>
</Project>

0 comments on commit d5d1c65

Please sign in to comment.