32 lines
1.9 KiB
Plaintext
32 lines
1.9 KiB
Plaintext
|
<?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>
|