diff options
author | Jose <jose@zeroc.com> | 2016-11-14 22:51:29 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-11-14 22:51:29 +0100 |
commit | d2a4c8d29e5f08f0c463d34f79f138f774f8f117 (patch) | |
tree | ac6611c4dfcd475a793a56dc4b3e9a8b14d9b978 /cpp | |
parent | Add top level msbuild project (diff) | |
download | ice-d2a4c8d29e5f08f0c463d34f79f138f774f8f117.tar.bz2 ice-d2a4c8d29e5f08f0c463d34f79f138f774f8f117.tar.xz ice-d2a4c8d29e5f08f0c463d34f79f138f774f8f117.zip |
fix typo in nuget package description
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/msbuild/zeroc.ice.v120.nuspec | 2 | ||||
-rw-r--r-- | cpp/msbuild/zeroc.ice.v140.nuspec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/msbuild/zeroc.ice.v120.nuspec b/cpp/msbuild/zeroc.ice.v120.nuspec index ae54a0b7108..0e5c528492c 100644 --- a/cpp/msbuild/zeroc.ice.v120.nuspec +++ b/cpp/msbuild/zeroc.ice.v120.nuspec @@ -9,7 +9,7 @@ <projectUrl>http://www.zeroc.com</projectUrl> <iconUrl>https://zeroc.com/images/logos/zeroc/zeroc_logo-64x64.png</iconUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> - <description>This package contains the slice2cpp compiler, C++ header files, Import libraries, dynamic librariesa and service executables required to develop Ice for C++ applications with Visual Studio 2013 (v120). Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic.</description> + <description>This package contains the slice2cpp compiler, C++ header files, Import libraries, dynamic libraries and service executables required to develop Ice for C++ applications with Visual Studio 2013 (v120). Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic.</description> <releaseNotes>https://doc.zeroc.com/display/Ice37/Ice+Release+Notes</releaseNotes> <tags>ice native</tags> </metadata> diff --git a/cpp/msbuild/zeroc.ice.v140.nuspec b/cpp/msbuild/zeroc.ice.v140.nuspec index a60824c1060..800a07268f0 100644 --- a/cpp/msbuild/zeroc.ice.v140.nuspec +++ b/cpp/msbuild/zeroc.ice.v140.nuspec @@ -9,7 +9,7 @@ <projectUrl>http://www.zeroc.com</projectUrl> <iconUrl>https://zeroc.com/images/logos/zeroc/zeroc_logo-64x64.png</iconUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> - <description>This package contains the slice2cpp compiler, C++ header files, Import libraries, dynamic librariesa and service executables required to develop Ice for C++ applications with Visual Studio 2015 (v140). Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic.</description> + <description>This package contains the slice2cpp compiler, C++ header files, Import libraries, dynamic libraries and service executables required to develop Ice for C++ applications with Visual Studio 2015 (v140). Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic.</description> <releaseNotes>https://doc.zeroc.com/display/Ice37/Ice+Release+Notes</releaseNotes> <tags>ice native</tags> </metadata> |