diff --git a/packaging/nuget/package.config b/packaging/nuget/package.config index b3dc8e1b..64252859 100644 --- a/packaging/nuget/package.config +++ b/packaging/nuget/package.config @@ -2,5 +2,5 @@ - + \ No newline at end of file diff --git a/packaging/nuget/package.gsl b/packaging/nuget/package.gsl index 4d306e5e..de887580 100644 --- a/packaging/nuget/package.gsl +++ b/packaging/nuget/package.gsl @@ -25,7 +25,7 @@ true false The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. - The 0MQ lightweight messaging kernel, with libsodium integrated, packaged for Visual Studio 2013 (v120) and CTP_Nov2013 compilers. + The 0MQ lightweight messaging kernel, with tweetnacl integrated, packaged for Visual Studio 2013 (v120) and CTP_Nov2013 compilers. https://raw.github.com/zeromq/libzmq/master/NEWS GNU Lesser GPL v3 native, libzmq, zmq, 0MQ, messaging, sockets, C++ @@ -125,9 +125,8 @@ - - - HAVE_LIBSODIUM;%(PreprocessorDefinitions) + + ZMQ_USE_TWEETNACL;%(PreprocessorDefinitions) $\(MSBuildThisFileDirectory)include\\;%(AdditionalIncludeDirectories) diff --git a/packaging/nuget/package.nuspec b/packaging/nuget/package.nuspec index 0617691b..dd2ade27 100644 --- a/packaging/nuget/package.nuspec +++ b/packaging/nuget/package.nuspec @@ -17,12 +17,11 @@ true false The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. - The 0MQ lightweight messaging kernel, with libsodium integrated, packaged for Visual Studio 2013 (v120) and CTP_Nov2013 compilers. + The 0MQ lightweight messaging kernel, with tweetnacl integrated, packaged for Visual Studio 2013 (v120) and CTP_Nov2013 compilers. https://raw.github.com/zeromq/libzmq/master/NEWS GNU Lesser GPL v3 native, libzmq, zmq, 0MQ, messaging, sockets, C++ - diff --git a/packaging/nuget/package.targets b/packaging/nuget/package.targets index e7fdda5d..2d81173f 100644 --- a/packaging/nuget/package.targets +++ b/packaging/nuget/package.targets @@ -14,9 +14,8 @@ - - - HAVE_LIBSODIUM;%(PreprocessorDefinitions) + + ZMQ_USE_TWEETNACL;%(PreprocessorDefinitions) $(MSBuildThisFileDirectory)include\;%(AdditionalIncludeDirectories)