File tree 8 files changed +15
-2
lines changed
8 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
2
<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" />
4
4
</a >
5
5
</p >
6
6
<p align =" center " >
12
12
13
13
Automatic Lazy Loading support for Blazor WebAssembly and Blazor Server!
14
14
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 6
6
<title >$title$</title >
7
7
<description >$description$</description >
8
8
<authors >$author$</authors >
9
+ <icon >$icon$</icon >
9
10
</metadata >
10
11
<files >
11
12
<file src =" build\*.*" target =" build" />
15
16
<!-- manifest generator -->
16
17
<file src =" bin\$configuration$\$framework$\*.dll" target =" build\bin" />
17
18
<file src =" bin\$configuration$\$framework$\*.pdb" target =" build\bin" />
19
+
20
+ <!-- icon -->
21
+ <file src =" ..\icon.png" target =" \" />
18
22
</files >
19
23
</package >
Original file line number Diff line number Diff line change 11
11
<!-- automatically create packages -->
12
12
<Import Project =" $(MSBuildThisFileDirectory)NugetCommon.props" />
13
13
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
+
14
22
</Project >
Original file line number Diff line number Diff line change 50
50
<NuspecProperties >$(NuspecProperties);PackageTags=$(PackageTags)</NuspecProperties >
51
51
<NuspecProperties >$(NuspecProperties);RepositoryType=$(RepositoryType)</NuspecProperties >
52
52
<NuspecProperties >$(NuspecProperties);RepositoryUrl=$(RepositoryUrl)</NuspecProperties >
53
+ <NuspecProperties >$(NuspecProperties);icon=$(PackageIcon)</NuspecProperties >
53
54
</PropertyGroup >
54
55
</Target >
55
56
You can’t perform that action at this time.
0 commit comments