Browse Source

Modified nuspec file for new 4.3 release

ppatierno 8 years ago
parent
commit
3d38f44c37
2 changed files with 73 additions and 73 deletions
  1. 30 30
      M2Mqtt.nuspec
  2. 43 43
      M2Mqtt/Properties/AssemblyInfo.cs

+ 30 - 30
M2Mqtt.nuspec

@@ -1,31 +1,31 @@
-<?xml version="1.0" encoding="utf-8"?>
-<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
-    <metadata>
-        <id>M2Mqtt</id>
-        <version>4.2.0.1</version>
-        <title>M2Mqtt - MQTT Client Library for .Net and WinRT</title>
-        <authors>Paolo Patierno</authors>
-        <owners>Paolo Patierno</owners>
-        <licenseUrl>https://github.com/ppatierno/m2mqtt/blob/master/LICENSE</licenseUrl>
-        <projectUrl>https://github.com/ppatierno/m2mqtt</projectUrl>
-        <iconUrl>https://raw.githubusercontent.com/ppatierno/m2mqtt/master/images/M2Mqtt_Short_Logo.png</iconUrl>
-        <requireLicenseAcceptance>false</requireLicenseAcceptance>
-        <description>M2Mqtt is a MQTT client available for all .Net platform (.Net Framework, .Net Compact Framework and .Net Micro Framework) and WinRT platform (Windows 8.1 and Windows Phone 8.1) for M2M communication.</description>
-        <summary>M2Mqtt is a MQTT client available for all .Net platform (.Net Framework, .Net Compact Framework and .Net Micro Framework) and WinRT platform (Windows 8.1 and Windows Phone 8.1) for M2M communication.</summary>
-        <releaseNotes>Fixed assemblies reference</releaseNotes>
-        <copyright>Paolo Patierno Copyright 2015</copyright>
-        <tags>m2m mqtt queue messaging internetofthings iot cloud netmf embedded micro netduino micro-framework hardware winrt windows8 windows8.1 windowsphone windowsphone8.1 gadgeteer</tags>
-    </metadata>
-    <files>
-		<file src="bin\Release\M2Mqtt.Net\*.*" target="lib\net45" />
-		<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" />
-		<file src="bin\Release\M2Mqtt.NetMf43\*.*" target="lib\netmf43" />
-		<file src="bin\Release\M2Mqtt.NetMf43\le\*.p*" target="lib\netmf43\le" />
-		<file src="bin\Release\M2Mqtt.NetMf43\be\*.p*" target="lib\netmf43\be" />
-		<file src="bin\Release\M2Mqtt.WinRT\*.*" target="lib\win81" />
-        <file src="bin\Release\M2Mqtt.WinRT\*.*" target="lib\wpa81" />
-	</files>
+<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
+    <metadata>
+        <id>M2Mqtt</id>
+        <version>4.3.0.0</version>
+        <title>M2Mqtt - MQTT Client Library for .Net and WinRT</title>
+        <authors>Paolo Patierno</authors>
+        <owners>Paolo Patierno</owners>
+        <licenseUrl>https://github.com/ppatierno/m2mqtt/blob/master/LICENSE</licenseUrl>
+        <projectUrl>https://github.com/ppatierno/m2mqtt</projectUrl>
+        <iconUrl>https://raw.githubusercontent.com/ppatierno/m2mqtt/master/images/M2Mqtt_Short_Logo.png</iconUrl>
+        <requireLicenseAcceptance>false</requireLicenseAcceptance>
+        <description>M2Mqtt is a MQTT client available for all .Net platform (.Net Framework, .Net Compact Framework and .Net Micro Framework) and WinRT platform (Windows 8.1 and Windows Phone 8.1) for M2M communication.</description>
+        <summary>M2Mqtt is a MQTT client available for all .Net platform (.Net Framework, .Net Compact Framework and .Net Micro Framework) and WinRT platform (Windows 8.1 and Windows Phone 8.1) for M2M communication.</summary>
+        <releaseNotes>Added SSL/TLS client authentication</releaseNotes>
+        <copyright>Paolo Patierno Copyright 2015</copyright>
+        <tags>m2m mqtt queue messaging internetofthings iot cloud netmf embedded micro netduino micro-framework hardware winrt windows8 windows8.1 windowsphone windowsphone8.1 gadgeteer</tags>
+    </metadata>
+    <files>
+		<file src="bin\Release\M2Mqtt.Net\*.*" target="lib\net45" />
+		<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" />
+		<file src="bin\Release\M2Mqtt.NetMf43\*.*" target="lib\netmf43" />
+		<file src="bin\Release\M2Mqtt.NetMf43\le\*.p*" target="lib\netmf43\le" />
+		<file src="bin\Release\M2Mqtt.NetMf43\be\*.p*" target="lib\netmf43\be" />
+		<file src="bin\Release\M2Mqtt.WinRT\*.*" target="lib\win81" />
+        <file src="bin\Release\M2Mqtt.WinRT\*.*" target="lib\wpa81" />
+	</files>
 </package>

+ 43 - 43
M2Mqtt/Properties/AssemblyInfo.cs

@@ -1,44 +1,44 @@
-/*
-Copyright (c) 2013, 2014 Paolo Patierno
-
-All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License v1.0
-and Eclipse Distribution License v1.0 which accompany this distribution. 
-
-The Eclipse Public License is available at 
-   http://www.eclipse.org/legal/epl-v10.html
-and the Eclipse Distribution License is available at 
-   http://www.eclipse.org/org/documents/edl-v10.php.
-
-Contributors:
-   Paolo Patierno - initial API and implementation and/or initial documentation
-*/
-
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following 
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("M2Mqtt")]
-[assembly: AssemblyDescription("MQTT Client Library for M2M communication")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Paolo Patierno")]
-[assembly: AssemblyProduct("M2Mqtt")]
-[assembly: AssemblyCopyright("Copyright © Paolo Patierno 2014")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-[assembly: AssemblyVersion("4.2.0.0")]
-// to avoid compilation error (AssemblyFileVersionAttribute doesn't exist) under .Net CF 3.5
-#if !WindowsCE
-[assembly: AssemblyFileVersion("4.2.0.0")]
+/*
+Copyright (c) 2013, 2014 Paolo Patierno
+
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License v1.0
+and Eclipse Distribution License v1.0 which accompany this distribution. 
+
+The Eclipse Public License is available at 
+   http://www.eclipse.org/legal/epl-v10.html
+and the Eclipse Distribution License is available at 
+   http://www.eclipse.org/org/documents/edl-v10.php.
+
+Contributors:
+   Paolo Patierno - initial API and implementation and/or initial documentation
+*/
+
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("M2Mqtt")]
+[assembly: AssemblyDescription("MQTT Client Library for M2M communication")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Paolo Patierno")]
+[assembly: AssemblyProduct("M2Mqtt")]
+[assembly: AssemblyCopyright("Copyright © Paolo Patierno 2014")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version 
+//      Build Number
+//      Revision
+//
+[assembly: AssemblyVersion("4.3.0.0")]
+// to avoid compilation error (AssemblyFileVersionAttribute doesn't exist) under .Net CF 3.5
+#if !WindowsCE
+[assembly: AssemblyFileVersion("4.3.0.0")]
 #endif