Skip to content

Commit

Permalink
✨ 添加Nuget本地图标
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJunZzz committed Aug 22, 2022
1 parent 2edfc18 commit 2629dff
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
<Authors>YHGlobal</Authors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<RepositoryUrl>https://github.com/yhglobalsoft/bee.dotnet</RepositoryUrl>
<PackageIconUrl>http://www.yhglobal.com/images/Bee.logo_128.png</PackageIconUrl>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)icon.png" Pack="true"/>
</ItemGroup>


<ItemGroup>

<!--微软官方包-->
Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<AssemblyName>YHGlobal.Bee.Abp.Apm.Hangfire</AssemblyName>
<RootNamespace />
<Description>Abp Hangfire集成Elastic.Apm</Description>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Bee.Abp/Bee.Abp.Apm/Bee.Abp.Apm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<NoWarn>$(NoWarn);CS1591;NU1603</NoWarn>
<AssemblyName>YHGlobal.Bee.Abp.Apm</AssemblyName>
<RootNamespace />
<Description>Abp集成Elastic.Apm</Description>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<NoWarn>$(NoWarn);CS1591;NU1603</NoWarn>
<AssemblyName>YHGlobal.Bee.Abp.Localization</AssemblyName>
<RootNamespace />
<Description>Abp本地化</Description>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Bee.Abp/Bee.Abp/Bee.Abp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<NoWarn>$(NoWarn);CS1591;NU1603</NoWarn>
<AssemblyName>YHGlobal.Bee.Abp</AssemblyName>
<RootNamespace />
<Description>Abp基础帮助类</Description>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Bee/Bee.Apm.Hangfire/Bee.Apm.Hangfire.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>YHGlobal.Bee.Apm.Hangfire</AssemblyName>
<Description>Hangfire集成Elastic.Apm</Description>
<RootNamespace />
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions src/Bee/Bee.Apm/Bee.Apm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<NoWarn>$(NoWarn);CS1591;NU1603</NoWarn>
<AssemblyName>YHGlobal.Bee.Apm</AssemblyName>
<Description>Elastic.Apm基础实现</Description>
<RootNamespace />
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>YHGlobal.Bee.Hangfire.Diagnostics</AssemblyName>
<Description>Hangfire实现诊断日志</Description>
<RootNamespace />
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions src/Bee/Bee/Bee.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<NoWarn>$(NoWarn);CS1591;NU1603</NoWarn>
<AssemblyName>YHGlobal.Bee</AssemblyName>
<Description>dotnet基础帮助类</Description>
<RootNamespace />
</PropertyGroup>

Expand Down

0 comments on commit 2629dff

Please sign in to comment.