forked from WebDAVSharp/WebDAVSharp.Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebDAVSharp.Server.nuspec
32 lines (31 loc) · 1.85 KB
/
WebDAVSharp.Server.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
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WebDAVSharp.Server</id>
<version>1.0.7</version>
<title>WebDAV# Server</title>
<authors>Ewout Merckx,Lieven Janssen</authors>
<owners>Xplore+</owners>
<projectUrl>http://webdavsharp.github.io/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/WebDAVSharp/WebDAVSharp.Server/master/Icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A WebDAV server, coded in C#, which can be used for various WebDAV .NET applications.
This server was based on another open source project, also called WebDAV#, maintained by Lasse V. Karlsen.</description>
<summary>The WebDAV server was based on another open source project, also called WebDAV#, maintained by Lasse V. Karlsen.
This version of WebDAV# has been developed by Lieven Janssen and Ewout Merckx.</summary>
<copyright>2014 Xplore+</copyright>
<tags>WebDAV, server, WebDAVSharp, WebDAV#, API, framework, Xplore+</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="" />
<frameworkAssembly assemblyName="System.Core" targetFramework="" />
<frameworkAssembly assemblyName="System.Net" targetFramework="" />
<frameworkAssembly assemblyName="System.Web" targetFramework="" />
<frameworkAssembly assemblyName="System.Xml" targetFramework="" />
</frameworkAssemblies>
</metadata>
<files>
<file src="lib\Common.Logging.dll" target="lib\Common.Logging.dll" />
<file src="lib\Common.Logging.Core.dll" target="lib\Common.Logging.Core.dll" />
<file src="lib\WebDAVSharp.Server.dll" target="lib\WebDAVSharp.Server.dll" />
</files>
</package>