FsToolkit.ErrorHandling by FsToolkit.ErrorHandling

<PackageReference Include="FsToolkit.ErrorHandling" Version="4.0.0-beta001" />

 FsToolkit.ErrorHandling 4.0.0-beta001

FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>FsToolkit.ErrorHandling</id>
    <version>4.0.0-beta001</version>
    <authors>FsToolkit.ErrorHandling</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">License</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <readme>README.md</readme>
    <description>FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling.</description>
    <releaseNotes>- BREAKING: [Better alignment with FSharp.Core Result functions](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/199). Credits @TheAngryByrd
- [Adding Option.either and friends](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/198). Credits @TheAngryByrd
- [Fixes for Option.tryParse and tryGetValue](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/197). Credits @TheAngryByrd</releaseNotes>
    <repository type="git" url="https://github.com/demystifyfp/FsToolkit.ErrorHandling.git" commit="ff391595980cdcff57f6298cf47828d8bc9887aa" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="FSharp.Core" version="4.7.2" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.1">
        <dependency id="FSharp.Core" version="7.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>