File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 5
5
<SolutionDir Condition =" '$(SolutionDir)' == '' " >$(MSBuildThisFileDirectory)</SolutionDir >
6
6
7
7
<AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)scskey.snk</AssemblyOriginatorKeyFile >
8
+
9
+ <PackageIcon >icon.png</PackageIcon >
8
10
</PropertyGroup >
9
11
12
+ <ItemGroup >
13
+ <None Condition =" '$(IsPackable)' == 'true' " Include =" $(MSBuildThisFileDirectory)icon.png" Pack =" true" PackagePath =" \" />
14
+ </ItemGroup >
15
+
10
16
</Project >
Original file line number Diff line number Diff line change 15
15
<PropertyGroup Label =" NuGet Package Info" >
16
16
<PackageId >ProjNET</PackageId >
17
17
<Authors >Morten Nielsen, NetTopologySuite-Team</Authors >
18
- <PackageIconUrl >https://raw.githubusercontent.com/NetTopologySuite/ProjNet4GeoAPI/master/icon.png</PackageIconUrl >
19
18
<PackageLicenseExpression >LGPL-2.1-or-later</PackageLicenseExpression >
20
19
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
21
20
<PackageDescription >.NET Spatial Reference and Projection Engine.
You can’t perform that action at this time.
0 commit comments