Skip to content

Commit 9bb7c01

Browse files
committed
Fix CurlThin.Native csproj for nuget
1 parent fa02d9a commit 9bb7c01

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed
+5-6
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup Label="NuGet">
4-
<Description>Contains x86 and x64 native libcurl binaries for Windows. Current libcurl version: 7.57.0 released on the 29th of November 2017.</Description>
4+
<Description>Contains x86 and x64 native libcurl binaries for Windows. Current libcurl version: 7.69.1 released on the 11th of March 2020.</Description>
55
<PackageTags>libcurl native binaries x86 x64</PackageTags>
6-
<PackageIconUrl>https://raw.githubusercontent.com/stil/CurlThin/master/CurlThin.Native/NuGet.png</PackageIconUrl>
6+
<PackageIcon>icon.png</PackageIcon>
77
</PropertyGroup>
88

99
<PropertyGroup>
1010
<TargetFramework>netstandard2.0</TargetFramework>
1111
</PropertyGroup>
12-
12+
1313
<ItemGroup>
14-
<None Remove="NuGet.png" />
14+
<EmbeddedResource Include="Resources.zip" />
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<None Remove="build/**" />
19-
<EmbeddedResource Include="Resources.zip" />
18+
<None Include="NuGet\icon.png" Pack="true" PackagePath=""/>
2019
</ItemGroup>
2120

2221
</Project>
File renamed without changes.

0 commit comments

Comments
 (0)