FlubuCore.Runner by Marko Zorec, Zoro Zorec

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

.NET API 631,808 bytes

 FlubuCore.Runner 5.0.1

This package includes the Flubu runner which is used for executing Flubu scripts. Flubu is a C# library for building projects and executing deployment scripts using C# code. Wiki can be found at: https://github.com/flubu-core/flubu.core/wiki A detailed example of how Flubu is used to build example project: https://github.com/flubu-core/examples

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>FlubuCore.Runner</id>
    <version>5.0.1</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>https://opensource.org/licenses/MIT</licenseUrl>
    <projectUrl>https://github.com/dotnetcore/FlubuCore</projectUrl>
    <description>This package includes the Flubu runner which is used for executing Flubu scripts. 
      Flubu is a C# library for building projects and executing deployment scripts using C# code.
      Wiki can be found at: https://github.com/flubu-core/flubu.core/wiki
      A detailed example of how Flubu is used to build example project: https://github.com/flubu-core/examples</description>
    <releaseNotes>https://github.com/dotnetcore/FlubuCore/blob/master/CHANGELOG.md</releaseNotes>
    <tags>build builder script buildscript automation VisualStudio</tags>
    <references>
      <reference file="FlubuCore.dll" />
    </references>
  </metadata>
</package>