Skip to content

Commit 485b9ee

Browse files
committed
Added nuget logo
1 parent 537033c commit 485b9ee

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="assets/ReadmeEasyWayLogo.png">
2+
<img src="assets/easy-way-readme-logo.png">
33
</div>
44

55
<p align="center">

assets/easy-way-nuget-logo.png

26.9 KB
Loading

source/Directory.Build.props

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<RepositoryUrl>https://github.com/StrategiCoding/EasyWay</RepositoryUrl>
1717

1818
<Title>$(AssemblyName)</Title>
19+
<PackageIcon>easy-way-nuget-logo.png</PackageIcon>
1920
<PackageTags>$(AssemblyName)</PackageTags>
2021
<Description>Create modern applications with the best practices using predefined building blocks in .NET</Description>
2122

@@ -24,4 +25,11 @@
2425

2526
</PropertyGroup>
2627

28+
<ItemGroup>
29+
<None Include="..\..\assets\easy-way-nuget-logo.png">
30+
<Pack>True</Pack>
31+
<PackagePath>\</PackagePath>
32+
</None>
33+
</ItemGroup>
34+
2735
</Project>

0 commit comments

Comments
 (0)