Skip to content

Commit bae4753

Browse files
senseibakac-j-hughes
authored andcommitted
Remove nuget package warnings for icon and license URLs (#147)
1 parent bc78e6e commit bae4753

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

build/common.props

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<FileVersion>$(VersionPrefix)</FileVersion>
77
<Authors>dataaction</Authors>
88
<PackageTags>Sybase ASE Adaptive SAP AseClient DbProvider</PackageTags>
9-
<PackageIconUrl>https://raw.githubusercontent.com/DataAction/AdoNetCore.AseClient/master/icon.png</PackageIconUrl>
9+
<PackageIcon>icon.png</PackageIcon>
1010
<PackageProjectUrl>https://github.com/DataAction/AdoNetCore.AseClient</PackageProjectUrl>
11-
<PackageLicenseUrl>https://raw.githubusercontent.com/DataAction/AdoNetCore.AseClient/master/LICENSE</PackageLicenseUrl>
11+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1212
<PackageReleaseNotes>Refer to GitHub - https://github.com/DataAction/AdoNetCore.AseClient/releases/tag/0.15.0</PackageReleaseNotes>
1313
<RepositoryUrl>https://github.com/DataAction/AdoNetCore.AseClient</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
@@ -42,4 +42,7 @@
4242
<Version>4.5.0</Version>
4343
</PackageReference>
4444
</ItemGroup>
45+
<ItemGroup>
46+
<None Include="../../icon.png" Pack="true" Visible="false" PackagePath="" />
47+
</ItemGroup>
4548
</Project>

0 commit comments

Comments
 (0)