1
0
Roc 4 жил өмнө
parent
commit
338bc8275e
3 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      Directory.Build.props
  2. BIN
      Paylink.png
  3. BIN
      logo.png

+ 3 - 3
Directory.Build.props

@@ -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>

BIN
Paylink.png


BIN
logo.png