xBlobProvider 1.1.0.28845

dotnet add package xBlobProvider --version 1.1.0.28845
NuGet\Install-Package xBlobProvider -Version 1.1.0.28845
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="xBlobProvider" Version="1.1.0.28845" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add xBlobProvider --version 1.1.0.28845
#r "nuget: xBlobProvider, 1.1.0.28845"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install xBlobProvider as a Cake Addin
#addin nuget:?package=xBlobProvider&version=1.1.0.28845

// Install xBlobProvider as a Cake Tool
#tool nuget:?package=xBlobProvider&version=1.1.0.28845

An SqlBlobProvider for an Episerver-site

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0.28845 2,928 10/14/2015
1.0.0.27270 2,453 10/8/2015

in EPiServerFramework.config, set

 <blob defaultProvider="XBlobProvider">
   <providers>
     <add tablename="<name of table where to put the blobs>" connectionstringname="<the name of the connectionstring to use>" name="XBlobProvider" type="Xonium.XBlobProvider, xBlobProvider" />
   </providers>
 </blob>