LiteLib 0.15.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package LiteLib --version 0.15.2
NuGet\Install-Package LiteLib -Version 0.15.2
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="LiteLib" Version="0.15.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LiteLib --version 0.15.2
#r "nuget: LiteLib, 0.15.2"
#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 LiteLib as a Cake Addin
#addin nuget:?package=LiteLib&version=0.15.2

// Install LiteLib as a Cake Tool
#tool nuget:?package=LiteLib&version=0.15.2

A cool little wrapper for SQLite based on Dapper.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on LiteLib:

Package Downloads
EmbedIO.LiteLibWebApi

Allow to expose a sqlite database as REST api using EmbedIO WebApi and LiteLib libraries

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 1,854 8/14/2019
1.0.0-preview001 506 8/5/2019
0.23.0 3,097 7/18/2019
0.22.0 635 7/18/2019
0.21.0 1,759 4/24/2019
0.20.0 2,015 4/12/2019
0.19.0 6,668 12/17/2018
0.18.1 2,057 11/28/2018
0.18.0 1,467 11/5/2018
0.17.3-rc1 541 11/5/2018
0.17.2 5,205 10/9/2018
0.17.1 1,065 9/21/2018
0.17.0 905 8/8/2018
0.16.1 1,001 7/2/2018
0.16.0 953 7/2/2018
0.15.4 890 7/2/2018
0.15.3 1,739 4/25/2018
0.15.2 3,220 12/20/2017
0.15.0 1,538 11/20/2017
0.14.3 1,244 10/20/2017
0.14.2 941 10/20/2017
0.14.1 947 10/19/2017
0.13.0 1,393 8/31/2017
0.12.1 3,670 3/2/2017
0.12.0 1,619 2/27/2017
0.11.0 1,188 2/20/2017
0.10.0 1,097 2/17/2017
0.9.10 1,105 1/25/2017
0.9.9 1,154 1/17/2017
0.9.8 1,217 1/6/2017
0.9.7 1,097 1/6/2017
0.9.6 1,150 1/5/2017
0.9.5 1,086 1/4/2017
0.9.4 1,075 1/4/2017
0.9.2 1,429 11/23/2016
0.9.1 1,118 10/3/2016
0.9.0 949 9/30/2016
0.8.2 1,026 7/18/2016
0.8.1 942 7/18/2016
0.8.0 972 6/30/2016

v0.15.2
- Switch to SWAN Lite
v0.15.0
- Fixed issues with NET46 target
v0.14.3
- Added NET46 target again
v0.14.0
- AddedDelete method with WHERE clause
v0.13.0
- Upgraded to .NET Standard 2.0
v0.12.1
- Fixed InsertRange with empty set
v0.11.0
- Added InsertRange to optimize bulk insert