Skip to content

Commit

Permalink
adding logo ref to csporj - for nuget packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjenkins committed Dec 30, 2023
1 parent f0f32a9 commit a3112ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/KeyValueRepo/KeyValueRepo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageId>Calebs.KeyValueRepo</PackageId>
<PackageIconUrl />
<PackageIcon>KeyValueRepoLogo.png</PackageIcon>
<Product>Calebs.KeyValueRepo</Product>
<Title>KeyValueRepo</Title>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Calebs.Extensions" Version="1.5.0-ci-62" />
<None Include="..\..\assets\logo\KeyValueRepoLogo.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
Expand Down
4 changes: 4 additions & 0 deletions src/KeyValueSqlLiteRepo/KeyValueSqlLiteRepo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@
<PackagePath></PackagePath>
<Pack>True</Pack>
</None>
<None Include="..\..\assets\logo\KeyValueRepoLogo.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit a3112ae

Please sign in to comment.