Skip to content

Commit

Permalink
Add readme to csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Jan 29, 2024
1 parent 57c2667 commit 69813cd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<Version>1.8.0</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageIcon>icon.png</PackageIcon>
Expand All @@ -22,6 +23,7 @@
<LangVersion>10.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<None Include=".\Readme.md" Pack="true" PackagePath="" />
<None Include="..\..\..\icon.png" Pack="true" PackagePath="" />
<ProjectReference Include="..\..\..\Meadow.Foundation.Core\Meadow.Foundation.Core.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 69813cd

Please sign in to comment.