WMZ.CommandAndConquer.CLI by WMaxZimmerman

<PackageReference Include="WMZ.CommandAndConquer.CLI" Version="2.0.0" />

 WMZ.CommandAndConquer.CLI 2.0.0

A library to make the creation of .Net Command Line Application as simple as possible. Let this library take care of the wiring so you can focus on building your application.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>WMZ.CommandAndConquer.CLI</id>
    <version>2.0.0</version>
    <title>CommandAndConquer</title>
    <authors>WMaxZimmerman</authors>
    <owners>WMaxZimmerman</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>https://github.com/WMaxZimmerman/CommandAndConquer</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/WMaxZimmerman/CommandAndConquer/master/Misc/icon.png</iconUrl>
    <description>A library to make the creation of .Net Command Line Application as simple as possible. Let this library take care of the wiring so you can focus on building your application.</description>
    <releaseNotes>An initial release.  More enhancements will be following soon.</releaseNotes>
    <copyright>Copyright 2017</copyright>
    <tags>CommandLine Command CLI CLA Application Terminal Console MVCLI</tags>
    <dependencies />
  </metadata>
</package>