Skip to content

Commit

Permalink
Merge pull request #22 from PinguApps/add-icon-readme-to-server-proj
Browse files Browse the repository at this point in the history
Added readme and icon to server project so that it should pack correc…
  • Loading branch information
pingu2k4 authored Jul 2, 2024
2 parents f89125e + b41f1f9 commit 6b966fe
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@
<ProjectReference Include="..\PinguApps.Appwrite.Common\PinguApps.Appwrite.Shared.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit 6b966fe

Please sign in to comment.