FlubuCore.Runner by Marko Zorec, Zoro Zorec

<PackageReference Include="FlubuCore.Runner" Version="1.3.9" />

 FlubuCore.Runner 1.3.9

A C# library for building projects and executing deployment scripts using C# code. Wiki can be found at: https://bitbucket.org/zoroz/flubu.core/wiki/ A detailed example of how Flubu is used to build example project: https://bitbucket.org/zoroz/flubu.core.examples

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>FlubuCore.Runner</id>
    <version>1.3.9</version>
    <title>FlubuCore a C# native code building framework</title>
    <authors>Marko Zorec, Zoro Zorec</authors>
    <owners>Marko Zorec, Zoro Zorec</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>http://www.opensource.org/licenses/bsd-license.php</licenseUrl>
    <projectUrl>https://bitbucket.org/zoroz/flubu.core</projectUrl>
    <description>A C# library for building projects and executing deployment scripts using C# code.
      Wiki can be found at: https://bitbucket.org/zoroz/flubu.core/wiki/
      A detailed example of how Flubu is used to build example project: https://bitbucket.org/zoroz/flubu.core.examples</description>
    <tags>build builder script buildscript automation VisualStudio</tags>
    <references>
      <reference file="FlubuCore.dll" />
    </references>
  </metadata>
</package>