Gress by Tyrrrz

<PackageReference Include="Gress" Version="1.1.0" />

 Gress 1.1.0

Progress manager and aggregator

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Gress</id>
    <version>1.1.0</version>
    <authors>Tyrrrz</authors>
    <owners>Tyrrrz</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/Tyrrrz/Gress</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/Tyrrrz/Gress/master/favicon.png</iconUrl>
    <description>Progress manager and aggregator</description>
    <releaseNotes>https://github.com/Tyrrrz/Gress/blob/master/Changelog.md</releaseNotes>
    <copyright>Copyright (C) Alexey Golub</copyright>
    <tags>progress manager aggregator net standard core</tags>
    <repository type="git" url="https://github.com/Tyrrrz/Gress" />
    <dependencies>
      <group targetFramework=".NETFramework4.5" />
      <group targetFramework=".NETStandard1.0">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>