summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2020-04-22 19:26:54 +0200
committerJose <jose@zeroc.com>2020-04-22 19:26:54 +0200
commit846bd83ee3f830425f59f43af700b0b5e0eeb4d0 (patch)
treeb797b3bfcf984350c14cf21199ca4f3c922f372c /cpp
parentFix compilation errors caused by parameters not declared in this scope (#801) (diff)
downloadice-846bd83ee3f830425f59f43af700b0b5e0eeb4d0.tar.bz2
ice-846bd83ee3f830425f59f43af700b0b5e0eeb4d0.tar.xz
ice-846bd83ee3f830425f59f43af700b0b5e0eeb4d0.zip
NuGet iconUrl is deprecated - Close #588
Diffstat (limited to 'cpp')
-rw-r--r--cpp/msbuild/logo.pngbin0 -> 3150 bytes
-rw-r--r--cpp/msbuild/zeroc.ice.uwp.v140.nuspec5
-rw-r--r--cpp/msbuild/zeroc.ice.uwp.v140.x64.nuspec5
-rw-r--r--cpp/msbuild/zeroc.ice.uwp.v140.x86.nuspec5
-rw-r--r--cpp/msbuild/zeroc.ice.uwp.v141.nuspec5
-rw-r--r--cpp/msbuild/zeroc.ice.uwp.v141.x64.nuspec5
-rw-r--r--cpp/msbuild/zeroc.ice.uwp.v141.x86.nuspec5
-rw-r--r--cpp/msbuild/zeroc.ice.v100.nuspec5
-rw-r--r--cpp/msbuild/zeroc.ice.v120.nuspec5
-rw-r--r--cpp/msbuild/zeroc.ice.v140.nuspec5
-rw-r--r--cpp/msbuild/zeroc.ice.v141.nuspec5
-rw-r--r--cpp/msbuild/zeroc.ice.v142.nuspec5
12 files changed, 44 insertions, 11 deletions
diff --git a/cpp/msbuild/logo.png b/cpp/msbuild/logo.png
new file mode 100644
index 00000000000..8303feb2dcd
--- /dev/null
+++ b/cpp/msbuild/logo.png
Binary files differ
diff --git a/cpp/msbuild/zeroc.ice.uwp.v140.nuspec b/cpp/msbuild/zeroc.ice.uwp.v140.nuspec
index 996f5070587..add5dc324fb 100644
--- a/cpp/msbuild/zeroc.ice.uwp.v140.nuspec
+++ b/cpp/msbuild/zeroc.ice.uwp.v140.nuspec
@@ -8,7 +8,7 @@
<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++/CX SDK for Visual Studio 2015 (v140). Provides binaries for Universal Windows (UWP) x86 and x64. Ice is a comprehensive RPC framework that helps you network your software with minimal effort.</description>
<releaseNotes>https://doc.zeroc.com/display/Rel/Ice+3.7.4+Release+Notes</releaseNotes>
@@ -18,4 +18,7 @@
<dependency id="zeroc.ice.uwp.v140.x64" version="[3.7.4]"/>
</dependencies>
</metadata>
+ <files>
+ <file src="..\logo.png" target="images\"/>
+ </files>
</package>
diff --git a/cpp/msbuild/zeroc.ice.uwp.v140.x64.nuspec b/cpp/msbuild/zeroc.ice.uwp.v140.x64.nuspec
index 67fcc910edc..d7165825fc4 100644
--- a/cpp/msbuild/zeroc.ice.uwp.v140.x64.nuspec
+++ b/cpp/msbuild/zeroc.ice.uwp.v140.x64.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>x64 subset of the Ice C++/CX SDK. Installed by zeroc.ice.uwp.v140.</description>
<releaseNotes>https://doc.zeroc.com/display/Rel/Ice+3.7.4+Release+Notes</releaseNotes>
<tags>ice native rpc uwp v140 x64 zeroc</tags>
</metadata>
+ <files>
+ <file src="..\logo.png" target="images\"/>
+ </files>
</package>
diff --git a/cpp/msbuild/zeroc.ice.uwp.v140.x86.nuspec b/cpp/msbuild/zeroc.ice.uwp.v140.x86.nuspec
index 7acd3a68d5a..c18d3997ae0 100644
--- a/cpp/msbuild/zeroc.ice.uwp.v140.x86.nuspec
+++ b/cpp/msbuild/zeroc.ice.uwp.v140.x86.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>x86 subset of the Ice C++/CX SDK. Installed by zeroc.ice.uwp.v140.</description>
<releaseNotes>https://doc.zeroc.com/display/Rel/Ice+3.7.4+Release+Notes</releaseNotes>
<tags>ice native rpc uwp v140 x86 zeroc</tags>
</metadata>
+ <files>
+ <file src="..\logo.png" target="images\"/>
+ </files>
</package>
diff --git a/cpp/msbuild/zeroc.ice.uwp.v141.nuspec b/cpp/msbuild/zeroc.ice.uwp.v141.nuspec
index 4ad1c9f7c5d..9e9ced8e5c1 100644
--- a/cpp/msbuild/zeroc.ice.uwp.v141.nuspec
+++ b/cpp/msbuild/zeroc.ice.uwp.v141.nuspec
@@ -8,7 +8,7 @@
<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++/CX SDK for Visual Studio 2017 (v141). Provides binaries for Universal Windows (UWP) x86 and x64. Ice is a comprehensive RPC framework that helps you network your software with minimal effort.</description>
<releaseNotes>https://doc.zeroc.com/display/Rel/Ice+3.7.4+Release+Notes</releaseNotes>
@@ -18,4 +18,7 @@
<dependency id="zeroc.ice.uwp.v141.x64" version="[3.7.4]"/>
</dependencies>
</metadata>
+ <files>
+ <file src="..\logo.png" target="images\"/>
+ </files>
</package>
diff --git a/cpp/msbuild/zeroc.ice.uwp.v141.x64.nuspec b/cpp/msbuild/zeroc.ice.uwp.v141.x64.nuspec
index e86763c7ebc..c73bdb58c25 100644
--- a/cpp/msbuild/zeroc.ice.uwp.v141.x64.nuspec
+++ b/cpp/msbuild/zeroc.ice.uwp.v141.x64.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>x64 subset of the Ice C++/CX SDK. Installed by zeroc.ice.uwp.v141.</description>
<releaseNotes>https://doc.zeroc.com/display/Rel/Ice+3.7.4+Release+Notes</releaseNotes>
<tags>ice native rpc uwp v141 x64 zeroc</tags>
</metadata>
+ <files>
+ <file src="..\logo.png" target="images\"/>
+ </files>
</package>
diff --git a/cpp/msbuild/zeroc.ice.uwp.v141.x86.nuspec b/cpp/msbuild/zeroc.ice.uwp.v141.x86.nuspec
index da02a74e120..812f677d1bf 100644
--- a/cpp/msbuild/zeroc.ice.uwp.v141.x86.nuspec
+++ b/cpp/msbuild/zeroc.ice.uwp.v141.x86.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>x86 subset of the Ice C++/CX SDK. Installed by zeroc.ice.uwp.v141.</description>
<releaseNotes>https://doc.zeroc.com/display/Rel/Ice+3.7.4+Release+Notes</releaseNotes>
<tags>ice native rpc uwp v141 x86 zeroc</tags>
</metadata>
+ <files>
+ <file src="..\logo.png" target="images\"/>
+ </files>
</package>
diff --git a/cpp/msbuild/zeroc.ice.v100.nuspec b/cpp/msbuild/zeroc.ice.v100.nuspec
index 73feac13f00..31237d1dafb 100644
--- a/cpp/msbuild/zeroc.ice.v100.nuspec
+++ b/cpp/msbuild/zeroc.ice.v100.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++ SDK for Visual Studio 2010 (v100). Ice is a comprehensive RPC framework that helps you network your software with minimal effort.</description>
<releaseNotes>https://doc.zeroc.com/display/Rel/Ice+3.7.4+Release+Notes</releaseNotes>
<tags>ice native rpc v100 zeroc</tags>
</metadata>
+ <files>
+ <file src="..\logo.png" target="images\"/>
+ </files>
</package>
diff --git a/cpp/msbuild/zeroc.ice.v120.nuspec b/cpp/msbuild/zeroc.ice.v120.nuspec
index f7775a7b56b..011eece96ec 100644
--- a/cpp/msbuild/zeroc.ice.v120.nuspec
+++ b/cpp/msbuild/zeroc.ice.v120.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++ SDK for Visual Studio 2013 (v120). Ice is a comprehensive RPC framework that helps you network your software with minimal effort.</description>
<releaseNotes>https://doc.zeroc.com/display/Rel/Ice+3.7.4+Release+Notes</releaseNotes>
<tags>ice native rpc v120 zeroc</tags>
</metadata>
+ <files>
+ <file src="..\logo.png" target="images\"/>
+ </files>
</package>
diff --git a/cpp/msbuild/zeroc.ice.v140.nuspec b/cpp/msbuild/zeroc.ice.v140.nuspec
index e0c75f786f1..084557a38c1 100644
--- a/cpp/msbuild/zeroc.ice.v140.nuspec
+++ b/cpp/msbuild/zeroc.ice.v140.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++ SDK for Visual Studio 2015 (v140). Ice is a comprehensive RPC framework that helps you network your software with minimal effort.</description>
<releaseNotes>https://doc.zeroc.com/display/Rel/Ice+3.7.4+Release+Notes</releaseNotes>
<tags>ice native rpc v140 zeroc</tags>
</metadata>
+ <files>
+ <file src="..\logo.png" target="images\"/>
+ </files>
</package>
diff --git a/cpp/msbuild/zeroc.ice.v141.nuspec b/cpp/msbuild/zeroc.ice.v141.nuspec
index 12c06b058cb..8ca25ae0ae9 100644
--- a/cpp/msbuild/zeroc.ice.v141.nuspec
+++ b/cpp/msbuild/zeroc.ice.v141.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++ SDK for Visual Studio 2017 (v141). Ice is a comprehensive RPC framework that helps you network your software with minimal effort.</description>
<releaseNotes>https://doc.zeroc.com/display/Rel/Ice+3.7.4+Release+Notes</releaseNotes>
<tags>ice native rpc v141 zeroc</tags>
</metadata>
+ <files>
+ <file src="..\logo.png" target="images\"/>
+ </files>
</package>
diff --git a/cpp/msbuild/zeroc.ice.v142.nuspec b/cpp/msbuild/zeroc.ice.v142.nuspec
index 7d55d06a9fa..75c4a42d832 100644
--- a/cpp/msbuild/zeroc.ice.v142.nuspec
+++ b/cpp/msbuild/zeroc.ice.v142.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++ SDK for Visual Studio 2019 (v142). Ice is a comprehensive RPC framework that helps you network your software with minimal effort.</description>
<releaseNotes>https://doc.zeroc.com/display/Rel/Ice+3.7.4+Release+Notes</releaseNotes>
<tags>ice native rpc v141 zeroc</tags>
</metadata>
+ <files>
+ <file src="..\logo.png" target="images\"/>
+ </files>
</package>