|
22 | 22 | <AllowedOutputExtensionsInPackageBuildOutputFolder Condition=" '$(Configuration)' == 'Release' ">$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
23 | 23 | <PackageDescription>$(MSBuildProjectName)</PackageDescription>
|
24 | 24 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
| 25 | + <PackageIcon>PackageIcon.png</PackageIcon> |
| 26 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
25 | 27 | <PackageProjectUrl>https://github.com/bitfoundation/bitplatform</PackageProjectUrl>
|
26 |
| - <PackageIconUrl>https://avatars.githubusercontent.com/u/22663390</PackageIconUrl> |
27 | 28 |
|
28 | 29 | <!-- Version -->
|
29 | 30 | <ReleaseVersion>9.1.0-pre-12</ReleaseVersion>
|
|
44 | 45 | <!-- README and LICENSE -->
|
45 | 46 | <PropertyGroup>
|
46 | 47 | <SignAssembly>True</SignAssembly>
|
47 |
| - <AssemblyOriginatorKeyFile>$([System.IO.Path]::GetFullPath($([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)', 'AssemblyOriginatorKeyFile.snk'))\AssemblyOriginatorKeyFile.snk))</AssemblyOriginatorKeyFile> |
48 |
| - <PackageReadmeFile>README.md</PackageReadmeFile> |
| 48 | + <AssemblyOriginatorKeyFile>$([System.IO.Path]::GetFullPath($([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildProjectDirectory)', 'AssemblyOriginatorKeyFile.snk'))\AssemblyOriginatorKeyFile.snk))</AssemblyOriginatorKeyFile> |
49 | 49 | </PropertyGroup>
|
50 | 50 |
|
51 | 51 | <ItemGroup>
|
52 |
| - <None Include="$([System.IO.Path]::GetFullPath($([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)', 'LICENSE'))\LICENSE))"> |
| 52 | + <None Include="$([System.IO.Path]::GetFullPath($([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildProjectDirectory)', 'LICENSE'))\LICENSE))"> |
| 53 | + <Pack>True</Pack> |
| 54 | + <PackagePath>\</PackagePath> |
| 55 | + </None> |
| 56 | + <None Include="$([System.IO.Path]::GetFullPath($([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildProjectDirectory)', 'README.md'))\README.md))"> |
53 | 57 | <Pack>True</Pack>
|
54 | 58 | <PackagePath>\</PackagePath>
|
55 | 59 | </None>
|
56 |
| - <None Include="$([System.IO.Path]::GetFullPath($([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)', 'README.md'))\README.md))"> |
| 60 | + <None Include="$([System.IO.Path]::GetFullPath($([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildProjectDirectory)', 'PackageIcon.png'))\PackageIcon.png))"> |
57 | 61 | <Pack>True</Pack>
|
58 | 62 | <PackagePath>\</PackagePath>
|
59 | 63 | </None>
|
|
0 commit comments