forked from jzhu2009/csharp-cloudfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcsharp-cloudfiles.nuspec
More file actions
21 lines (21 loc) · 1.02 KB
/
csharp-cloudfiles.nuspec
File metadata and controls
21 lines (21 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version='1.0'?>
<package xmlns='http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd'>
<metadata>
<id>csharp-cloudfiles</id>
<version>3.0.3.0</version>
<title>csharp-cloudfiles</title>
<authors>Jason Meridth,Conrad Weidenkeller</authors>
<description>C# .NET API for Rackspace Cloud Files Cloud Storage</description>
<licenseUrl>http://github.com/rackspace/csharp-cloudfiles/blob/master/COPYING</licenseUrl>
<projectUrl>http://github.com/rackspace/csharp-cloudfiles</projectUrl>
<copyright>Copyright (c) 2008, 2009 2010, 2011, 2012, Rackspace Managed Hosting. All Rights Reserved</copyright>
<owners>Rackspace Managed Hosting</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="csharp-swift" version="1.0.2" />
</dependencies>
</metadata>
<files>
<file src='src\Rackspace.Cloudfiles\bin\Debug\Rackspace.Cloudfiles.dll' target='lib\net40\Rackspace.Cloudfiles.dll'/>
</files>
</package>