TestEasy/nuspec/TestEasy.WebServer.nuspec

24 строки
1.1 KiB
XML

<?xml version="1.0"?>
<package >
<metadata>
<id>TestEasy.WebServer</id>
<version>[version]</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://github.com/Microsoft/TestEasy</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Extendable wrappers and abstractions over web servers (IIS, IISExpress or custom)</description>
<releaseNotes>Release of version TestEasy.WebServer [version]</releaseNotes>
<copyright>Copyright 2014 Microsoft Corporation. All rights reserved</copyright>
<tags>ASP.NET MVC WebPages Test Automation Framework Testcase Testing WebSite Azure Cloud Services Selenium IIS IISExpress Nuget package</tags>
<dependencies>
<dependency id="Microsoft.Web.Administration" version="[7.0.0.0]" />
<dependency id="TestEasy.Core" version="[version]" />
</dependencies>
</metadata>
<files>
<file src="..\raw\TestEasy.WebServer.dll" target="lib\TestEasy.WebServer.dll" />
</files>
</package>