File tree Expand file tree Collapse file tree 8 files changed +15
-2
lines changed
Expand file tree Collapse file tree 8 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11<p align =" center " >
22 <a href =" https://github.com/isc30/blazor-lazy-loading " >
3- <img src="doc/logo.png?raw=true" />
3+ <img src="doc/img/ logo.png?raw=true" />
44 </a >
55</p >
66<p align =" center " >
1212
1313Automatic Lazy Loading support for Blazor WebAssembly and Blazor Server!
1414
15- [ ![ Documentation / Wiki] ( doc/documentation.png?raw=true )] ( https://github.com/isc30/blazor-lazy-loading/wiki )
15+ [ ![ Documentation / Wiki] ( doc/img/ documentation.png?raw=true )] ( https://github.com/isc30/blazor-lazy-loading/wiki )
File renamed without changes.
Original file line number Diff line number Diff line change 66 <title >$title$</title >
77 <description >$description$</description >
88 <authors >$author$</authors >
9+ <icon >$icon$</icon >
910 </metadata >
1011 <files >
1112 <file src =" build\*.*" target =" build" />
1516 <!-- manifest generator -->
1617 <file src =" bin\$configuration$\$framework$\*.dll" target =" build\bin" />
1718 <file src =" bin\$configuration$\$framework$\*.pdb" target =" build\bin" />
19+
20+ <!-- icon -->
21+ <file src =" ..\icon.png" target =" \" />
1822 </files >
1923</package >
Original file line number Diff line number Diff line change 1111 <!-- automatically create packages -->
1212 <Import Project =" $(MSBuildThisFileDirectory)NugetCommon.props" />
1313
14+ <!-- set package icon -->
15+ <PropertyGroup >
16+ <PackageIcon >icon.png</PackageIcon >
17+ </PropertyGroup >
18+ <ItemGroup >
19+ <None Include =" $(MSBuildThisFileDirectory)icon.png" Pack =" true" PackagePath =" " />
20+ </ItemGroup >
21+
1422</Project >
Original file line number Diff line number Diff line change 5050 <NuspecProperties >$(NuspecProperties);PackageTags=$(PackageTags)</NuspecProperties >
5151 <NuspecProperties >$(NuspecProperties);RepositoryType=$(RepositoryType)</NuspecProperties >
5252 <NuspecProperties >$(NuspecProperties);RepositoryUrl=$(RepositoryUrl)</NuspecProperties >
53+ <NuspecProperties >$(NuspecProperties);icon=$(PackageIcon)</NuspecProperties >
5354 </PropertyGroup >
5455 </Target >
5556
You can’t perform that action at this time.
0 commit comments