Skip to content

Commit

Permalink
Add readme in package
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-illiet committed Jun 12, 2022
1 parent f94d3fa commit cf1cb3b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Src/Netboot.Utility.License.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,20 @@
<TargetFrameworks>net6.0</TargetFrameworks>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\Assets\Logo.png">
<Pack>True</Pack>
<Visible>false</Visible>
<PackagePath></PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
<Visible>false</Visible>
</None>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit cf1cb3b

Please sign in to comment.