ConDep by Jon Arild Torresdal

<PackageReference Include="ConDep" Version="0.2.43-pre" />

 ConDep 0.2.43-pre

ConDep is a highly extendable Domain Specific Language for Continuous Deployment, Continuous Delivery and Infrastructure as Code on Windows.

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>ConDep</id>
    <version>0.2.43-pre</version>
    <title>ConDep</title>
    <authors>Jon Arild Torresdal</authors>
    <owners>Jon Arild Torresdal</owners>
    <licenseUrl>https://github.com/torresdal/ConDep/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/torresdal/ConDep/</projectUrl>
    <iconUrl>https://raw.github.com/torresdal/ConDep/master/images/ConDepNugetLogo.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>ConDep is a highly extendable Domain Specific Language for Continuous Deployment, Continuous Delivery and Infrastructure as Code on Windows.</description>
    <releaseNotes>Initial pre-release.</releaseNotes>
    <copyright>Copyright 2012</copyright>
    <tags>Continuous Deployment Delivery Infrastructure WebDeploy Deploy</tags>
    <dependencies>
      <dependency id="ConDep.Dsl" version="0.2.43" />
      <dependency id="Newtonsoft.Json" version="4.5.9" />
      <dependency id="NDesk.Options" version="0.2.1" />
      <dependency id="log4net" version="2.0.0" />
    </dependencies>
  </metadata>
</package>