Skip to content

Commit

Permalink
Set package README
Browse files Browse the repository at this point in the history
  • Loading branch information
RobThree committed Mar 7, 2024
1 parent 5223331 commit 8696810
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions IdGen/IdGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<AnalysisLevel>latest</AnalysisLevel>
<LangVersion>latest</LangVersion>
<Configurations>Debug;Release;ReleaseWithDocumentation</Configurations>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard1.1|AnyCPU'">
Expand All @@ -33,6 +34,10 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\logo.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
Expand Down

0 comments on commit 8696810

Please sign in to comment.