|
@@ -6,7 +6,7 @@
|
|
|
<Product>Paylink</Product>
|
|
|
<Version>4.0.3</Version>
|
|
|
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
|
|
- <PackageIcon>Paylink.png</PackageIcon>
|
|
|
+ <PackageIcon>logo.png</PackageIcon>
|
|
|
<PackageProjectUrl>https://github.com/essensoft/paylink</PackageProjectUrl>
|
|
|
<RepositoryType>git</RepositoryType>
|
|
|
<RepositoryUrl>https://github.com/essensoft/paylink</RepositoryUrl>
|
|
@@ -24,8 +24,8 @@
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
- <Content Include="$(MSBuildThisFileDirectory)Paylink.png" Pack="true" PackagePath="\" />
|
|
|
- <Content Include="$(MSBuildThisFileDirectory)LICENSE.md" Pack="true" PackagePath="\" />
|
|
|
+ <None Include="$(MSBuildThisFileDirectory)logo.png" Pack="true" Visible="false" PackagePath="" />
|
|
|
+ <None Include="$(MSBuildThisFileDirectory)LICENSE.md" Pack="true" Visible="false" PackagePath="" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|