forked from hugorodgerbrown/HipChat.net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHipChat.Net.nuspec
More file actions
20 lines (20 loc) · 876 Bytes
/
HipChat.Net.nuspec
File metadata and controls
20 lines (20 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>1.3</version>
<id>HipChat.Net</id>
<title>HipChat.Net</title>
<description>HipChat API library for .NET</description>
<authors>Hugo Rodger-Brown</authors>
<owners>Hugo Rodger-Brown</owners>
<licenseUrl>https://github.com/hugorodgerbrown/HipChat.net</licenseUrl>
<projectUrl>https://github.com/hugorodgerbrown/HipChat.net</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright 2013</copyright>
<releaseNotes>See GitHub for details of commits since previous version.</releaseNotes>
</metadata>
<files>
<file src="readme.md" target="tools\readme.md" />
<file src="HipChatClient\bin\Debug\HipChat.Net.dll" target="lib\net45\HipChat.Net.dll" />
</files>
</package>