File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
projects/client/RabbitMQ.Client Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 13
13
<AssemblyName >RabbitMQ.Client</AssemblyName >
14
14
<PackageId >RabbitMQ.Client</PackageId >
15
15
<PackageTags >RabbitMQ</PackageTags >
16
- <PackageIconUrl >https://en.gravatar.com/userimage/10048884/0ea8846e080980f705da081be53599ce. png?size=100</ PackageIconUrl >
16
+ <PackageIcon >icon. png</ PackageIcon >
17
17
<PackageProjectUrl >https://www.rabbitmq.com/dotnet.html</PackageProjectUrl >
18
- <PackageLicenseUrl >https://www.rabbitmq.com/dotnet.html</PackageLicenseUrl >
18
+ <PackageLicense >https://www.rabbitmq.com/dotnet.html</PackageLicense >
19
19
<PackageTargetFallback Condition =" '$(TargetFramework)' == 'netstandard1.5' " >$(PackageTargetFallback);dnxcore50</PackageTargetFallback >
20
20
<GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
21
21
<GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
30
30
<Compile Remove =" build\**\*" />
31
31
<Compile Include =" ..\..\..\gensrc\autogenerated-api-0-9-1.cs" Exclude =" build\**\*;bin\**;obj\**;**\*.xproj;packages\**" />
32
32
</ItemGroup >
33
-
33
+ <ItemGroup >
34
+ <None Include =" icon.png" >
35
+ <Pack >True</Pack >
36
+ <PackagePath ></PackagePath >
37
+ </None >
38
+ </ItemGroup >
34
39
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard1.5' Or '$(TargetFramework)' == 'netstandard2.0' " >
35
40
<DefineConstants >$(DefineConstants);CORECLR</DefineConstants >
36
41
</PropertyGroup >
68
73
</ItemGroup >
69
74
70
75
<ItemGroup >
71
- <PackageReference Include =" NuGet.Build.Tasks.Pack" Version =" 4.0 .0" PrivateAssets =" All" />
76
+ <PackageReference Include =" NuGet.Build.Tasks.Pack" Version =" 5.4 .0" PrivateAssets =" All" />
72
77
<PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0" PrivateAssets =" All" />
73
78
</ItemGroup >
74
79
83
88
</AssemblyAttribute >
84
89
</ItemGroup >
85
90
86
- </Project >
91
+ </Project >
You can’t perform that action at this time.
0 commit comments