Stashbox.Web.WebApi by Peter Csajtai

<PackageReference Include="Stashbox.Web.WebApi" Version="4.6.0" />

 Stashbox.Web.WebApi 4.6.0

ASP.NET Web API integration for Stashbox.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Stashbox.Web.WebApi</id>
    <version>4.6.0</version>
    <title>Stashbox.Web.WebApi</title>
    <authors>Peter Csajtai</authors>
    <owners>Peter Csajtai</owners>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>icon.png</icon>
    <projectUrl>https://github.com/z4kn4fein/stashbox-extensions/src/stashbox-web-webapi</projectUrl>
    <description>ASP.NET Web API integration for Stashbox.</description>
    <copyright>Copyright © Peter Csajtai 2021</copyright>
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.7" />
        <dependency id="Newtonsoft.Json" version="12.0.3" />
        <dependency id="Stashbox" version="5.10.0" />
      </group>
    </dependencies>
  </metadata>
</package>