IISExpressBootstrapper 1.2.0
IIS Express Bootstrapper is a very simple library built to make easy run IIS Express from your C# code for a web application project. It's a great library for acceptance tests.
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>IISExpressBootstrapper</id>
<version>1.2.0</version>
<title>IIS Express Bootstrapper</title>
<authors>Abner das Dores</authors>
<owners>Abner das Dores</owners>
<licenseUrl>https://github.com/abnerdasdores/iisexpress-bootstrapper/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/abnerdasdores/iisexpress-bootstrapper</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>IIS Express Bootstrapper is a very simple library built to make easy run IIS Express from your C# code for a web application project. It's a great library for acceptance tests.</description>
<releaseNotes>* Added a way to get the output from the process on startup
* Added check to determine if iis express is still running before attempting to kill it</releaseNotes>
<tags>iisexpress, iis express, bootstrapper</tags>
</metadata>
</package>