MutatorFX.Core by Gabe Szabo

<PackageReference Include="MutatorFX.Core" Version="1.0.0-beta7" />

 MutatorFX.Core 1.0.0-beta7

Coding helpers, general extension methods for MutatorFX projects. Includes Fluent and Reflection extensions for use across projects.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>MutatorFX.Core</id>
    <version>1.0.0-beta7</version>
    <authors>Gabe Szabo</authors>
    <owners>Gabe Szabo</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/yugabe/MutatorFX/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/yugabe/MutatorFX</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/yugabe/MutatorFX/master/res/mutatorfx-logo.png</iconUrl>
    <description>Coding helpers, general extension methods for MutatorFX projects. Includes Fluent and Reflection extensions for use across projects.</description>
    <releaseNotes>Initial release for experimental use.</releaseNotes>
    <copyright>https://github.com/yugabe/MutatorFX/blob/master/LICENSE</copyright>
    <tags>Mutator, MutatorFX, framework, coding conventions, helpers, extensions, reflection</tags>
    <repository type="GitHub" url="https://github.com/yugabe/MutatorFX" commit="c66a6dfc1f237544b0fb52f893d82603263b8c1c" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>