FluentInstallation 1.0.14
Fluent installation is a server installation framework for .net that lets you write installers fluently in C# and then invoke them directly through powershell cmdlets.
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>FluentInstallation</id>
<version>1.0.14.0</version>
<title>Fluent Installation</title>
<authors>Nicholas Hammond, Kevin Holditch and contributors</authors>
<owners>Nicholas Hammond, Kevin Holditch and contributors</owners>
<licenseUrl>https://github.com/nicholasham/blob/master/license.txt</licenseUrl>
<projectUrl>https://github.com/nicholasham/FluentInstallation</projectUrl>
<iconUrl>https://raw.github.com/nicholasham/FluentInstallation/master/fluent-installation-nuget.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Fluent installation is a server installation framework for .net that lets you write installers fluently in C# and then invoke them directly through powershell cmdlets.</description>
<summary>A .Net library / powershell module that makes it easy to setup applications under IIS</summary>
<copyright>Nicholas Hammond, Kevin Holditch and contributors</copyright>
<language>en-US</language>
<tags>FluentInstallation Web.Administration IIS</tags>
</metadata>
</package>