Browse Source

Fixed nuspec file for .Net CF 3.9 and referenced assemblies from .Net MF projects

ppatierno 8 years ago
parent
commit
459509ffb3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      M2Mqtt.nuspec

+ 2 - 2
M2Mqtt.nuspec

@@ -2,7 +2,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
     <metadata>
         <id>M2Mqtt</id>
-        <version>4.2.0.0</version>
+        <version>4.2.0.1</version>
         <title>M2Mqtt - MQTT Client Library for .Net and WinRT</title>
         <authors>Paolo Patierno</authors>
         <owners>Paolo Patierno</owners>
@@ -18,7 +18,7 @@
     </metadata>
     <files>
 		<file src="bin\Release\M2Mqtt.Net\*.*" target="lib\net45" />
-		<file src="bin\Release\M2Mqtt.NetCf39\*.*" target="lib\netcf39" />
+		<file src="bin\Release\M2Mqtt.NetCf39\*.*" target="lib\net39-cf" />
 		<file src="bin\Release\M2Mqtt.NetMf42\*.*" target="lib\netmf42" />
 		<file src="bin\Release\M2Mqtt.NetMf42\le\*.p*" target="lib\netmf42\le" />
 		<file src="bin\Release\M2Mqtt.NetMf42\be\*.p*" target="lib\netmf42\be" />