Photon.Framework by null511

<PackageReference Include="Photon.Framework" Version="0.0.16" />

 Photon.Framework 0.0.16

A platform for packaging and deploying .NET-based automation scripts to provide a complete pipeline-as-code solution for building, testing, and deploying projects. Photon Framework contains the core components required to develop Photon projects and plugins.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Photon.Framework</id>
    <version>0.0.16</version>
    <title>Photon Framework</title>
    <authors>null511</authors>
    <owners>null511</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/null511/Photon/master/LICENSE</licenseUrl>
    <projectUrl>http://github.com/null511/Photon</projectUrl>
    <description>A platform for packaging and deploying .NET-based automation scripts to provide a complete pipeline-as-code solution for building, testing, and deploying projects. Photon Framework contains the core components required to develop Photon projects and plugins.</description>
    <summary>The framework for all Photon projects and plugins.</summary>
    <copyright>Copyright 2018</copyright>
    <tags>photon net automation build deploy test continuous integration deployment ci cd</tags>
    <dependencies>
      <dependency id="Newtonsoft.Json" version="11.0.2" />
    </dependencies>
  </metadata>
</package>