Skip to content

Commit

Permalink
Include readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams committed Apr 23, 2021
1 parent 0a6a503 commit a88c671
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Ben.Demystifier/Ben.Demystifier.csproj
Expand Up @@ -15,6 +15,7 @@
<Nullable>enable</Nullable>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -45,11 +46,11 @@
<ItemGroup>
<None Include="..\..\images\icon.png">
<Pack>True</Pack>
<PackagePath>.\icon.png</PackagePath>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\readme.md">
<Pack>True</Pack>
<PackagePath>.\readme.md</PackagePath>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit a88c671

Please sign in to comment.