WebDavSharp/WebDavSharp_MVC/WebDAVSharp.Server/WebDAVSharp.Server.nuspec

31 lines
1.9 KiB
Plaintext
Raw Normal View History

<?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.5.0</version>
<title>WebDAV# Server</title>
<authors>Lasse V. Karlsen,Ewout Merckx,Lieven Janssen,Franz Heinz,Michael Vesely</authors>
<owners>ART-ist</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.</description>
<summary>
The WebDAV server was based on another open source project, also called WebDAV#, maintained by Lieven Janssen and Ewout Merckx
wich was based on another open source project, also called WebDAV#, maintained by Lasse V. Karlsen.
This version of WebDAV# has been developed by Franz Heinz,Michael Vesely.</summary>
<tags>WebDAV, server, WebDAVSharp, WebDAV#, API, Framework, MVC, WebApi</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>