Skip to content

Commit

Permalink
Add package readme & icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Jan 15, 2024
1 parent 6bdb9c8 commit 3c9b615
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file added Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/RstbLibrary/RstbLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\Icon.png" Link="Assets\Icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<None Include="..\..\Readme.md" Link="Assets\Readme.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Revrs" Version="1.0.1" />
</ItemGroup>
Expand Down

0 comments on commit 3c9b615

Please sign in to comment.