ConsoleUserInteractionHelper by ConsoleUserInteractionHelper

<PackageReference Include="ConsoleUserInteractionHelper" Version="3.0.0" />

 ConsoleUserInteractionHelper 3.0.0

Prompt a user to GetNaturalInt, GetPathFromUser, GetBinaryDecisionFromUser. Also, ShowSpinnerUntilConditionTrue to show spinner progress controll in console.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>ConsoleUserInteractionHelper</id>
    <version>3.0.0</version>
    <authors>ConsoleUserInteractionHelper</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/PFalkowski/ConsoleUserInteractionHelper</projectUrl>
    <description>Prompt a user to GetNaturalInt, GetPathFromUser, GetBinaryDecisionFromUser. Also, ShowSpinnerUntilConditionTrue to show spinner progress controll in console.</description>
    <releaseNotes>ConsoleHelper is no longer static</releaseNotes>
    <copyright>Piotr Falkowski © 2021</copyright>
    <tags>Console,Input-Output,helper</tags>
    <repository type="git" url="https://github.com/PFalkowski/ConsoleUserInteractionHelper" />
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="Goblinfactory.Konsole" version="6.2.2" exclude="Build,Analyzers" />
        <dependency id="ProgressReporting" version="2.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>