Browse Source

feat: 修改nuget打包图片地址

pull/89/head
WangJunZzz 3 years ago
parent
commit
b70fd4c4b0
  1. 7
      aspnet-core/Directory.Build.targets
  2. BIN
      aspnet-core/icon.png

7
aspnet-core/Directory.Build.targets

@ -6,16 +6,21 @@
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>1.0.0</Version>
<Description>Abp vNext Pro</Description>
<NoWarn>$(NoWarn);CS1591;CS0436;NU1504</NoWarn>
<AbpProjectType>app</AbpProjectType>
<ImplicitUsings>true</ImplicitUsings>
<Authors>WangJunZzz</Authors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<RepositoryUrl>https://github.com/WangJunZzz/abp-vnext-pro</RepositoryUrl>
<PackageIconUrl>https://blog-resouce.oss-cn-shenzhen.aliyuncs.com/images/abp/06.jpg</PackageIconUrl>
<PackageIcon>icon.png</PackageIcon>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)icon.png" Pack="true" PackagePath=""/>
</ItemGroup>
<ItemGroup>
<PackageReference Update="Humanizer.Core.zh-Hans" Version="2.14.1"/>

BIN
aspnet-core/icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Loading…
Cancel
Save