forked from eclipse-paho/paho.mqtt.m2mqtt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified nuspec file for new 4.3 release
- Loading branch information
Showing
2 changed files
with
73 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |