diff options
author | Jose <jose@zeroc.com> | 2020-04-22 19:26:54 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2020-04-22 19:26:54 +0200 |
commit | 846bd83ee3f830425f59f43af700b0b5e0eeb4d0 (patch) | |
tree | b797b3bfcf984350c14cf21199ca4f3c922f372c /csharp | |
parent | Fix compilation errors caused by parameters not declared in this scope (#801) (diff) | |
download | ice-846bd83ee3f830425f59f43af700b0b5e0eeb4d0.tar.bz2 ice-846bd83ee3f830425f59f43af700b0b5e0eeb4d0.tar.xz ice-846bd83ee3f830425f59f43af700b0b5e0eeb4d0.zip |
NuGet iconUrl is deprecated - Close #588
Diffstat (limited to 'csharp')
-rw-r--r-- | csharp/msbuild/zeroc.ice.net.nuspec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/csharp/msbuild/zeroc.ice.net.nuspec b/csharp/msbuild/zeroc.ice.net.nuspec index 604ce157662..0fd811463ce 100644 --- a/csharp/msbuild/zeroc.ice.net.nuspec +++ b/csharp/msbuild/zeroc.ice.net.nuspec @@ -8,10 +8,13 @@ <copyright>Copyright (c) ZeroC, Inc. All rights reserved</copyright> <license type="expression">GPL-2.0-only</license> <projectUrl>https://github.com/zeroc-ice/ice</projectUrl> - <iconUrl>https://zeroc.com/images/logos/zeroc/zeroc_logo-64x64.png</iconUrl> + <icon>images\logo.png</icon> <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>Ice C#/.NET SDK. Ice is a comprehensive RPC framework that helps you network your software with minimal effort.</description> <releaseNotes>https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-4-release-notes</releaseNotes> <tags>ice</tags> </metadata> + <files> + <file src="..\logo.png" target="images\"/> + </files> </package> |