Responsible.Core by Naeem Afzal

<PackageReference Include="Responsible.Core" Version="1.0.1" />

 Responsible.Core 1.0.1

A Handy package for handling operation responses in a smart way.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Responsible.Core</id>
    <version>1.0.1</version>
    <authors>Naeem Afzal</authors>
    <owners>Naeem Afzal</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/naeemafzal/Responsible/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/naeemafzal/Responsible</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/naeemafzal/Responsible/master/Responsible.Core/Images/Responsible-Icon.ico</iconUrl>
    <description>A Handy package for handling operation responses in a smart way.</description>
    <releaseNotes>Migrated to .Net Standard</releaseNotes>
    <tags>Responsible Core Response Handler</tags>
    <repository url="https://github.com/naeemafzal/Responsible" />
    <dependencies>
      <group targetFramework=".NETStandard1.0">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <title>Responsible.Core</title>
    <summary>A Handy package for handling operation responses in a smart way.</summary>
  </metadata>
</package>