forked from khalidabuhakmeh/Ducksboard
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDucksboard.nuspec
27 lines (27 loc) · 1.43 KB
/
Ducksboard.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Ducksboard</id>
<version>1.3.0</version>
<title>Ducksboard</title>
<authors>khalidabuhakmeh</authors>
<owners>khalidabuhakmeh</owners>
<projectUrl>https://github.com/khalidabuhakmeh/Ducksboard</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This project contains objects specifically tied to the Ducksboard API, giving you the ability to update your Ducksboard dashboard from your .NET applications.
http://www.ducksboard.com</description>
<summary>This project contains objects specifically tied to the Ducksboard API, giving you the ability to update your Ducksboard dashboard from your .NET applications.
http://www.ducksboard.com</summary>
<releaseNotes>Added Pin Object functionality, thanks @kinetiq</releaseNotes>
<tags>Ducksboard, Dashboard, API, Information</tags>
<dependencies>
<dependency id="RestSharp" version="104.1" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Runtime.Serialization" targetFramework="" />
</frameworkAssemblies>
</metadata>
<files>
<file src="Ducksboard\bin\Release\Ducksboard.dll" target="lib\net40\Ducksboard.dll" />
</files>
</package>