Index: Doc/Extra/Provider/dbfactorysupport.html ================================================================== --- Doc/Extra/Provider/dbfactorysupport.html +++ Doc/Extra/Provider/dbfactorysupport.html @@ -83,11 +83,11 @@ <DbProviderFactories> <remove invariant="System.Data.SQLite"/> <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, - Version=1.0.105.1, Culture=neutral, + Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139"/> </DbProviderFactories> </system.data> </configuration> Index: NuGet/SQLite.Beta.nuspec ================================================================== --- NuGet/SQLite.Beta.nuspec +++ NuGet/SQLite.Beta.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.Beta System.Data.SQLite (x86/x64) Beta - 1.0.105.1 + 1.0.105.2 SQLite Development Team This is a "beta" package and is not intended for production use. The official SQLite database engine for both x86 and x64 along with the ADO.NET provider. This package includes support for LINQ and Entity Framework 6. en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png @@ -20,50 +20,50 @@ https://www.sqlite.org/copyright.html sqlite database ado.net provider interop Public Domain - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + Index: NuGet/SQLite.Core.Beta.nuspec ================================================================== --- NuGet/SQLite.Core.Beta.nuspec +++ NuGet/SQLite.Core.Beta.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.Core.Beta System.Data.SQLite Core (x86/x64) Beta - 1.0.105.1 + 1.0.105.2 SQLite Development Team This is a "beta" package and is not intended for production use. The official SQLite database engine for both x86 and x64 along with the ADO.NET provider. en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png Index: NuGet/SQLite.Core.MSIL.Beta.nuspec ================================================================== --- NuGet/SQLite.Core.MSIL.Beta.nuspec +++ NuGet/SQLite.Core.MSIL.Beta.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.Core.MSIL.Beta System.Data.SQLite (MSIL) Beta - 1.0.105.1 + 1.0.105.2 SQLite Development Team This is a "beta" package and is not intended for production use. An ADO.NET provider for SQLite (managed-only). en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png Index: NuGet/SQLite.Core.MSIL.Test.nuspec ================================================================== --- NuGet/SQLite.Core.MSIL.Test.nuspec +++ NuGet/SQLite.Core.MSIL.Test.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.Core.MSIL.Test System.Data.SQLite (MSIL) Test - 1.0.105.1 + 1.0.105.2 SQLite Development Team This is a pre-release package and is not intended for production use. An ADO.NET provider for SQLite (managed-only). en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png Index: NuGet/SQLite.Core.MSIL.nuspec ================================================================== --- NuGet/SQLite.Core.MSIL.nuspec +++ NuGet/SQLite.Core.MSIL.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.Core.MSIL System.Data.SQLite Core (MSIL) - 1.0.105.1 + 1.0.105.2 SQLite Development Team An ADO.NET provider for SQLite (managed-only). en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png Index: NuGet/SQLite.Core.Test.nuspec ================================================================== --- NuGet/SQLite.Core.Test.nuspec +++ NuGet/SQLite.Core.Test.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.Core.Test System.Data.SQLite Core (x86/x64) Test - 1.0.105.1 + 1.0.105.2 SQLite Development Team This is a pre-release package and is not intended for production use. The official SQLite database engine for both x86 and x64 along with the ADO.NET provider. en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png Index: NuGet/SQLite.Core.nuspec ================================================================== --- NuGet/SQLite.Core.nuspec +++ NuGet/SQLite.Core.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.Core System.Data.SQLite Core (x86/x64) - 1.0.105.1 + 1.0.105.2 SQLite Development Team The official SQLite database engine for both x86 and x64 along with the ADO.NET provider. en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png Index: NuGet/SQLite.EF6.Beta.nuspec ================================================================== --- NuGet/SQLite.EF6.Beta.nuspec +++ NuGet/SQLite.EF6.Beta.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.EF6.Beta System.Data.SQLite EF6 Beta - 1.0.105.1 + 1.0.105.2 SQLite Development Team This is a "beta" package and is not intended for production use. Support for Entity Framework 6 using System.Data.SQLite. en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png Index: NuGet/SQLite.EF6.Test.nuspec ================================================================== --- NuGet/SQLite.EF6.Test.nuspec +++ NuGet/SQLite.EF6.Test.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.EF6.Test System.Data.SQLite EF6 Test - 1.0.105.1 + 1.0.105.2 SQLite Development Team This is a pre-release package and is not intended for production use. Support for Entity Framework 6 using System.Data.SQLite. en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png Index: NuGet/SQLite.EF6.nuspec ================================================================== --- NuGet/SQLite.EF6.nuspec +++ NuGet/SQLite.EF6.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.EF6 System.Data.SQLite EF6 - 1.0.105.1 + 1.0.105.2 SQLite Development Team Support for Entity Framework 6 using System.Data.SQLite. en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png Index: NuGet/SQLite.Linq.Beta.nuspec ================================================================== --- NuGet/SQLite.Linq.Beta.nuspec +++ NuGet/SQLite.Linq.Beta.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.Linq.Beta System.Data.SQLite LINQ Beta - 1.0.105.1 + 1.0.105.2 SQLite Development Team This is a "beta" package and is not intended for production use. Support for LINQ using System.Data.SQLite. en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png Index: NuGet/SQLite.Linq.Test.nuspec ================================================================== --- NuGet/SQLite.Linq.Test.nuspec +++ NuGet/SQLite.Linq.Test.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.Linq.Test System.Data.SQLite LINQ Test - 1.0.105.1 + 1.0.105.2 SQLite Development Team This is a pre-release package and is not intended for production use. Support for LINQ using System.Data.SQLite. en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png Index: NuGet/SQLite.Linq.nuspec ================================================================== --- NuGet/SQLite.Linq.nuspec +++ NuGet/SQLite.Linq.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.Linq System.Data.SQLite LINQ - 1.0.105.1 + 1.0.105.2 SQLite Development Team Support for LINQ using System.Data.SQLite. en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png Index: NuGet/SQLite.MSIL.Beta.nuspec ================================================================== --- NuGet/SQLite.MSIL.Beta.nuspec +++ NuGet/SQLite.MSIL.Beta.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.MSIL.Beta System.Data.SQLite (MSIL) Beta - 1.0.105.1 + 1.0.105.2 SQLite Development Team This is a "beta" package and is not intended for production use. This is a legacy package; if possible, please use either the "System.Data.SQLite.Beta" or "System.Data.SQLite.Core.Beta" package instead. An ADO.NET provider for SQLite (managed-only). en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png @@ -20,50 +20,50 @@ https://www.sqlite.org/copyright.html sqlite database ado.net provider interop Public Domain - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + Index: NuGet/SQLite.MSIL.Test.nuspec ================================================================== --- NuGet/SQLite.MSIL.Test.nuspec +++ NuGet/SQLite.MSIL.Test.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.MSIL.Test System.Data.SQLite (MSIL) Test - 1.0.105.1 + 1.0.105.2 SQLite Development Team This is a pre-release package and is not intended for production use. This is a legacy package; if possible, please use either the "System.Data.SQLite.Test" or "System.Data.SQLite.Core.Test" package instead. An ADO.NET provider for SQLite (managed-only). en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png @@ -20,50 +20,50 @@ https://www.sqlite.org/copyright.html sqlite database ado.net provider interop Public Domain - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + Index: NuGet/SQLite.MSIL.nuspec ================================================================== --- NuGet/SQLite.MSIL.nuspec +++ NuGet/SQLite.MSIL.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.MSIL System.Data.SQLite (MSIL) - 1.0.105.1 + 1.0.105.2 SQLite Development Team This is a legacy package; if possible, please use either the "System.Data.SQLite" or "System.Data.SQLite.Core" package instead. An ADO.NET provider for SQLite (managed-only). en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png @@ -20,50 +20,50 @@ https://www.sqlite.org/copyright.html sqlite database ado.net provider interop Public Domain - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + Index: NuGet/SQLite.Test.nuspec ================================================================== --- NuGet/SQLite.Test.nuspec +++ NuGet/SQLite.Test.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.Test System.Data.SQLite (x86/x64) Test - 1.0.105.1 + 1.0.105.2 SQLite Development Team This is a pre-release package and is not intended for production use. The official SQLite database engine for both x86 and x64 along with the ADO.NET provider. This package includes support for LINQ and Entity Framework 6. en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png @@ -20,50 +20,50 @@ https://www.sqlite.org/copyright.html sqlite database ado.net provider interop Public Domain - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + Index: NuGet/SQLite.nuspec ================================================================== --- NuGet/SQLite.nuspec +++ NuGet/SQLite.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite System.Data.SQLite (x86/x64) - 1.0.105.1 + 1.0.105.2 SQLite Development Team The official SQLite database engine for both x86 and x64 along with the ADO.NET provider. This package includes support for LINQ and Entity Framework 6. en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png @@ -20,50 +20,50 @@ https://www.sqlite.org/copyright.html sqlite database ado.net provider interop Public Domain - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + Index: NuGet/SQLite.x64.nuspec ================================================================== --- NuGet/SQLite.x64.nuspec +++ NuGet/SQLite.x64.nuspec @@ -8,11 +8,11 @@ * --> System.Data.SQLite.x64 - 1.0.105.1 + 1.0.105.2 SQLite Development Team This is a legacy package; if possible, please use either the "System.Data.SQLite" or "System.Data.SQLite.Core" package instead. The official SQLite database engine combined with a complete ADO.NET provider all rolled into a single mixed-mode assembly for x64. en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png @@ -19,35 +19,35 @@ https://www.sqlite.org/copyright.html sqlite database ado.net provider interop Public Domain - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + Index: NuGet/SQLite.x86.nuspec ================================================================== --- NuGet/SQLite.x86.nuspec +++ NuGet/SQLite.x86.nuspec @@ -8,11 +8,11 @@ * --> System.Data.SQLite.x86 - 1.0.105.1 + 1.0.105.2 SQLite Development Team This is a legacy package; if possible, please use either the "System.Data.SQLite" or "System.Data.SQLite.Core" package instead. The official SQLite database engine combined with a complete ADO.NET provider all rolled into a single mixed-mode assembly for x86. en-US https://system.data.sqlite.org/ https://system.data.sqlite.org/images/sqlite128.png @@ -19,35 +19,35 @@ https://www.sqlite.org/copyright.html sqlite database ado.net provider interop Public Domain - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + Index: SQLite.Designer/AssemblyInfo.cs ================================================================== --- SQLite.Designer/AssemblyInfo.cs +++ SQLite.Designer/AssemblyInfo.cs @@ -41,7 +41,7 @@ // Build Number // Revision // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.105.1")] -[assembly: AssemblyFileVersion("1.0.105.1")] +[assembly: AssemblyVersion("1.0.105.2")] +[assembly: AssemblyFileVersion("1.0.105.2")] Index: SQLite.Designer/source.extension.vsixmanifest ================================================================== --- SQLite.Designer/source.extension.vsixmanifest +++ SQLite.Designer/source.extension.vsixmanifest @@ -1,11 +1,11 @@ System.Data.SQLite Designer https://system.data.sqlite.org/ - 1.0.105.1 + 1.0.105.2 ADO.NET Data Designer for SQLite 1033 false Index: SQLite.Interop/props/SQLite.Interop.2005.vsprops ================================================================== --- SQLite.Interop/props/SQLite.Interop.2005.vsprops +++ SQLite.Interop/props/SQLite.Interop.2005.vsprops @@ -27,16 +27,16 @@ Value="1.0" PerformEnvironmentSet="true" /> 2010 105 1.0 - 1.0.105.1 - 1,0,105,1 + 1.0.105.2 + 1,0,105,2 src\core INTEROP_DEBUG=0x31F;INTEROP_LOG=1;INTEROP_TEST_EXTENSION=1 INTEROP_PLACEHOLDER=1;INTEROP_EXTENSION_FUNCTIONS=1;INTEROP_CODEC=1;INTEROP_VIRTUAL_TABLE=1;INTEROP_FTS5_EXTENSION=1;INTEROP_PERCENTILE_EXTENSION=1;INTEROP_TOTYPE_EXTENSION=1;INTEROP_REGEXP_EXTENSION=1;INTEROP_JSON1_EXTENSION=1;INTEROP_SHA1_EXTENSION=1 Index: SQLite.Interop/props/SQLite.Interop.2012.props ================================================================== --- SQLite.Interop/props/SQLite.Interop.2012.props +++ SQLite.Interop/props/SQLite.Interop.2012.props @@ -10,12 +10,12 @@ 2012 105 1.0 - 1.0.105.1 - 1,0,105,1 + 1.0.105.2 + 1,0,105,2 src\core INTEROP_DEBUG=0x31F;INTEROP_LOG=1;INTEROP_TEST_EXTENSION=1 INTEROP_PLACEHOLDER=1;INTEROP_EXTENSION_FUNCTIONS=1;INTEROP_CODEC=1;INTEROP_VIRTUAL_TABLE=1;INTEROP_FTS5_EXTENSION=1;INTEROP_PERCENTILE_EXTENSION=1;INTEROP_TOTYPE_EXTENSION=1;INTEROP_REGEXP_EXTENSION=1;INTEROP_JSON1_EXTENSION=1;INTEROP_SHA1_EXTENSION=1 Index: SQLite.Interop/props/SQLite.Interop.2013.props ================================================================== --- SQLite.Interop/props/SQLite.Interop.2013.props +++ SQLite.Interop/props/SQLite.Interop.2013.props @@ -10,12 +10,12 @@ 2013 105 1.0 - 1.0.105.1 - 1,0,105,1 + 1.0.105.2 + 1,0,105,2 src\core INTEROP_DEBUG=0x31F;INTEROP_LOG=1;INTEROP_TEST_EXTENSION=1 INTEROP_PLACEHOLDER=1;INTEROP_EXTENSION_FUNCTIONS=1;INTEROP_CODEC=1;INTEROP_VIRTUAL_TABLE=1;INTEROP_FTS5_EXTENSION=1;INTEROP_PERCENTILE_EXTENSION=1;INTEROP_TOTYPE_EXTENSION=1;INTEROP_REGEXP_EXTENSION=1;INTEROP_JSON1_EXTENSION=1;INTEROP_SHA1_EXTENSION=1 Index: SQLite.Interop/props/SQLite.Interop.2015.props ================================================================== --- SQLite.Interop/props/SQLite.Interop.2015.props +++ SQLite.Interop/props/SQLite.Interop.2015.props @@ -10,12 +10,12 @@ 2015 105 1.0 - 1.0.105.1 - 1,0,105,1 + 1.0.105.2 + 1,0,105,2 src\core INTEROP_DEBUG=0x31F;INTEROP_LOG=1;INTEROP_TEST_EXTENSION=1 INTEROP_PLACEHOLDER=1;INTEROP_EXTENSION_FUNCTIONS=1;INTEROP_CODEC=1;INTEROP_VIRTUAL_TABLE=1;INTEROP_FTS5_EXTENSION=1;INTEROP_PERCENTILE_EXTENSION=1;INTEROP_TOTYPE_EXTENSION=1;INTEROP_REGEXP_EXTENSION=1;INTEROP_JSON1_EXTENSION=1;INTEROP_SHA1_EXTENSION=1 Index: SQLite.Interop/src/generic/interop.h ================================================================== --- SQLite.Interop/src/generic/interop.h +++ SQLite.Interop/src/generic/interop.h @@ -4,11 +4,11 @@ * Written by Joe Mistachkin. * Released to the public domain, use at your own risk! */ #ifndef INTEROP_VERSION -#define INTEROP_VERSION "1.0.105.1" +#define INTEROP_VERSION "1.0.105.2" #endif #ifndef INTEROP_SOURCE_ID #define INTEROP_SOURCE_ID "0000000000000000000000000000000000000000" #endif Index: System.Data.SQLite.Linq/AssemblyInfo.cs ================================================================== --- System.Data.SQLite.Linq/AssemblyInfo.cs +++ System.Data.SQLite.Linq/AssemblyInfo.cs @@ -51,7 +51,7 @@ // Revision // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.105.1")] -[assembly: AssemblyFileVersion("1.0.105.1")] +[assembly: AssemblyVersion("1.0.105.2")] +[assembly: AssemblyFileVersion("1.0.105.2")] Index: System.Data.SQLite/AssemblyInfo.cs ================================================================== --- System.Data.SQLite/AssemblyInfo.cs +++ System.Data.SQLite/AssemblyInfo.cs @@ -70,9 +70,9 @@ // Build Number // Revision // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.105.1")] +[assembly: AssemblyVersion("1.0.105.2")] #if !PLATFORM_COMPACTFRAMEWORK -[assembly: AssemblyFileVersion("1.0.105.1")] +[assembly: AssemblyFileVersion("1.0.105.2")] #endif Index: System.Data.SQLite/SQLite3.cs ================================================================== --- System.Data.SQLite/SQLite3.cs +++ System.Data.SQLite/SQLite3.cs @@ -56,11 +56,11 @@ "b621ddff5d844727418956997f475eb829429e411aff3e93f97b70de698b972640925bdd44280df0" + "a25a843266973704137cbb0e7441c1fe7cae4e2440ae91ab8cde3933febcb1ac48dd33b40e13c421" + "d8215c18a4349a436dd499e3c385cc683015f886f6c10bd90115eb2bd61b67750839e3a19941dc9c"; #if !PLATFORM_COMPACTFRAMEWORK - internal const string DesignerVersion = "1.0.105.1"; + internal const string DesignerVersion = "1.0.105.2"; #endif /// /// The opaque pointer returned to us by the sqlite provider /// Index: Tests/version.eagle ================================================================== --- Tests/version.eagle +++ Tests/version.eagle @@ -30,11 +30,11 @@ # The revision number is reserved for NuGet package versioning. # set version(major) 1 set version(minor) 0 set version(build) 105; # NOTE: Incremented with each release. -set version(revision) 1 +set version(revision) 2 ############################################################################### # # NOTE: What is the full version of the EntityFramework NuGet package (which Index: readme.htm ================================================================== --- readme.htm +++ readme.htm @@ -143,11 +143,11 @@ <configuration> <system.data> <DbProviderFactories> <remove invariant="System.Data.SQLite" /> <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" - type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, Version=1.0.105.1, Culture=neutral, PublicKeyToken=db937bc2d44ff139" /> + type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139" /> </DbProviderFactories> </system.data> </configuration>

Index: test/AssemblyInfo.cs ================================================================== --- test/AssemblyInfo.cs +++ test/AssemblyInfo.cs @@ -36,7 +36,7 @@ // Major Version // Minor Version // Build Number // Revision // -[assembly: AssemblyVersion("1.0.105.1")] -[assembly: AssemblyFileVersion("1.0.105.1")] +[assembly: AssemblyVersion("1.0.105.2")] +[assembly: AssemblyFileVersion("1.0.105.2")] Index: test/app.config ================================================================== --- test/app.config +++ test/app.config @@ -1,8 +1,8 @@ - + Index: testce/AssemblyInfo.cs ================================================================== --- testce/AssemblyInfo.cs +++ testce/AssemblyInfo.cs @@ -36,7 +36,7 @@ // Major Version // Minor Version // Build Number // Revision // -[assembly: AssemblyVersion("1.0.105.1")] -// [assembly: AssemblyFileVersion("1.0.105.1")] +[assembly: AssemblyVersion("1.0.105.2")] +// [assembly: AssemblyFileVersion("1.0.105.2")] Index: testlinq/2008/LINQ/App.config ================================================================== --- testlinq/2008/LINQ/App.config +++ testlinq/2008/LINQ/App.config @@ -1,11 +1,11 @@ - + Index: testlinq/2010/EF6/App.config ================================================================== --- testlinq/2010/EF6/App.config +++ testlinq/2010/EF6/App.config @@ -4,17 +4,17 @@

- + - + Index: testlinq/2010/LINQ/App.config ================================================================== --- testlinq/2010/LINQ/App.config +++ testlinq/2010/LINQ/App.config @@ -1,11 +1,11 @@ - + Index: testlinq/2012/EF6/App.config ================================================================== --- testlinq/2012/EF6/App.config +++ testlinq/2012/EF6/App.config @@ -4,17 +4,17 @@
- + - + Index: testlinq/2012/LINQ/App.config ================================================================== --- testlinq/2012/LINQ/App.config +++ testlinq/2012/LINQ/App.config @@ -1,11 +1,11 @@ - + Index: testlinq/2013/EF6/App.config ================================================================== --- testlinq/2013/EF6/App.config +++ testlinq/2013/EF6/App.config @@ -4,17 +4,17 @@
- + - + Index: testlinq/2013/LINQ/App.config ================================================================== --- testlinq/2013/LINQ/App.config +++ testlinq/2013/LINQ/App.config @@ -1,11 +1,11 @@ - + Index: testlinq/2015/EF6/App.config ================================================================== --- testlinq/2015/EF6/App.config +++ testlinq/2015/EF6/App.config @@ -4,17 +4,17 @@
- + - + Index: testlinq/2015/LINQ/App.config ================================================================== --- testlinq/2015/LINQ/App.config +++ testlinq/2015/LINQ/App.config @@ -1,11 +1,11 @@ - + Index: testlinq/Properties/AssemblyInfo.cs ================================================================== --- testlinq/Properties/AssemblyInfo.cs +++ testlinq/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // Revision // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.105.1")] -[assembly: AssemblyFileVersion("1.0.105.1")] +[assembly: AssemblyVersion("1.0.105.2")] +[assembly: AssemblyFileVersion("1.0.105.2")] Index: tools/install/Properties/AssemblyInfo.cs ================================================================== --- tools/install/Properties/AssemblyInfo.cs +++ tools/install/Properties/AssemblyInfo.cs @@ -26,7 +26,7 @@ // Major Version // Minor Version // Build Number // Revision // -[assembly: AssemblyVersion("1.0.105.1")] -[assembly: AssemblyFileVersion("1.0.105.1")] +[assembly: AssemblyVersion("1.0.105.2")] +[assembly: AssemblyFileVersion("1.0.105.2")] Index: www/downloads.wiki ================================================================== --- www/downloads.wiki +++ www/downloads.wiki @@ -441,35 +441,35 @@   - sqlite-netFx-source-1.0.105.1.zip + sqlite-netFx-source-1.0.105.2.zip
(6.02 MiB) This ZIP archive contains all current source code for System.Data.SQLite - 1.0.105.1 (3.18.0) combined into a single archive file. + 1.0.105.2 (3.19.3) combined into a single archive file.
(sha1: 7dfc0f98704491a3bec2c0857a21748cb0915f5b)   - sqlite-netFx-full-source-1.0.105.1.zip + sqlite-netFx-full-source-1.0.105.2.zip
(7.44 MiB) This ZIP archive contains all current source code for System.Data.SQLite - 1.0.105.1 (3.18.0) and the extra files needed to run the unit test suite, + 1.0.105.2 (3.19.3) and the extra files needed to run the unit test suite, combined into a single archive file.
(sha1: b13e60c239f022317cb745cd39917ecbf5851059) @@ -482,19 +482,19 @@   - sqlite-netFx20-setup-bundle-x86-2005-1.0.105.1.exe + sqlite-netFx20-setup-bundle-x86-2005-1.0.105.2.exe
(5.41 MiB) This setup package features the mixed-mode assembly and will install all the necessary runtime components and dependencies for the x86 version of - the System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2005 + the System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2005 SP1 runtime for x86 is included. The .NET Framework 2.0 SP2 is required.
This is the only setup package that is capable of installing the design-time components for Visual Studio 2005. @@ -511,19 +511,19 @@   - sqlite-netFx20-setup-x86-2005-1.0.105.1.exe + sqlite-netFx20-setup-x86-2005-1.0.105.2.exe
(5.40 MiB) This setup package will install all the necessary runtime components and - dependencies for the x86 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2005 SP1 runtime for x86 is included. + dependencies for the x86 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2005 SP1 runtime for x86 is included. The .NET Framework 2.0 SP2 is required.
(sha1: 5fa3f8256d49d52a0bb0006cf1ba37e3bae63bd1) @@ -536,19 +536,19 @@   - sqlite-netFx20-setup-bundle-x64-2005-1.0.105.1.exe + sqlite-netFx20-setup-bundle-x64-2005-1.0.105.2.exe
(6.04 MiB) This setup package features the mixed-mode assembly and will install all the necessary runtime components and dependencies for the x64 version of - the System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2005 + the System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2005 SP1 runtime for x64 is included. The .NET Framework 2.0 SP2 is required.
(sha1: 5a8dbe9e14bf32481b3ba20e2f8a14d769001f0b) @@ -556,19 +556,19 @@   - sqlite-netFx20-setup-x64-2005-1.0.105.1.exe + sqlite-netFx20-setup-x64-2005-1.0.105.2.exe
(6.04 MiB) This setup package will install all the necessary runtime components and - dependencies for the x64 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2005 SP1 runtime for x64 is included. + dependencies for the x64 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2005 SP1 runtime for x64 is included. The .NET Framework 2.0 SP2 is required.
(sha1: 1b1b023b1e21462933bcacd890c870a67e0a6226) @@ -581,19 +581,19 @@   - sqlite-netFx35-setup-bundle-x86-2008-1.0.105.1.exe + sqlite-netFx35-setup-bundle-x86-2008-1.0.105.2.exe
(7.44 MiB) This setup package features the mixed-mode assembly and will install all the necessary runtime components and dependencies for the x86 version of - the System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2008 + the System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2008 SP1 runtime for x86 is included. The .NET Framework 3.5 SP1 is required.
This is the only setup package that is capable of installing the design-time components for Visual Studio 2008. @@ -610,19 +610,19 @@   - sqlite-netFx35-setup-x86-2008-1.0.105.1.exe + sqlite-netFx35-setup-x86-2008-1.0.105.2.exe
(7.43 MiB) This setup package will install all the necessary runtime components and - dependencies for the x86 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2008 SP1 runtime for x86 is included. + dependencies for the x86 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2008 SP1 runtime for x86 is included. The .NET Framework 3.5 SP1 is required.
(sha1: eafd61efa556874497cfcd6ca511f9286b421316) @@ -635,19 +635,19 @@   - sqlite-netFx35-setup-bundle-x64-2008-1.0.105.1.exe + sqlite-netFx35-setup-bundle-x64-2008-1.0.105.2.exe
(8.21 MiB) This setup package features the mixed-mode assembly and will install all the necessary runtime components and dependencies for the x64 version of - the System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2008 + the System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2008 SP1 runtime for x64 is included. The .NET Framework 3.5 SP1 is required.
(sha1: 6f56db13ca7ebaaeaf3f36ecbc311726a8d6ea70) @@ -655,19 +655,19 @@   - sqlite-netFx35-setup-x64-2008-1.0.105.1.exe + sqlite-netFx35-setup-x64-2008-1.0.105.2.exe
(8.20 MiB) This setup package will install all the necessary runtime components and - dependencies for the x64 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2008 SP1 runtime for x64 is included. + dependencies for the x64 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2008 SP1 runtime for x64 is included. The .NET Framework 3.5 SP1 is required.
(sha1: a2ed0111190e155f48c04d97e74ebc21b308e7c8) @@ -680,19 +680,19 @@   - sqlite-netFx40-setup-bundle-x86-2010-1.0.105.1.exe + sqlite-netFx40-setup-bundle-x86-2010-1.0.105.2.exe
(13.02 MiB) This setup package features the mixed-mode assembly and will install all the necessary runtime components and dependencies for the x86 version of - the System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2010 + the System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2010 SP1 runtime for x86 is included. The .NET Framework 4.0 is required.
This is the only setup package that is capable of installing the design-time components for Visual Studio 2010.
@@ -708,19 +708,19 @@   - sqlite-netFx40-setup-x86-2010-1.0.105.1.exe + sqlite-netFx40-setup-x86-2010-1.0.105.2.exe
(13.01 MiB) This setup package will install all the necessary runtime components and - dependencies for the x86 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2010 SP1 runtime for x86 is included. + dependencies for the x86 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2010 SP1 runtime for x86 is included. The .NET Framework 4.0 is required.
(sha1: ee1c82a0a8827a8123d66344703e7535d4a49b68) @@ -733,19 +733,19 @@   - sqlite-netFx40-setup-bundle-x64-2010-1.0.105.1.exe + sqlite-netFx40-setup-bundle-x64-2010-1.0.105.2.exe
(14.29 MiB) This setup package features the mixed-mode assembly and will install all the necessary runtime components and dependencies for the x64 version of - the System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2010 + the System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2010 SP1 runtime for x64 is included. The .NET Framework 4.0 is required.
(sha1: e90555cf0b6c7f5a4e36e1c267f45c22ca6aedd2) @@ -752,19 +752,19 @@   - sqlite-netFx40-setup-x64-2010-1.0.105.1.exe + sqlite-netFx40-setup-x64-2010-1.0.105.2.exe
(14.28 MiB) This setup package will install all the necessary runtime components and - dependencies for the x64 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2010 SP1 runtime for x64 is included. + dependencies for the x64 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2010 SP1 runtime for x64 is included. The .NET Framework 4.0 is required.
(sha1: 1acec064ddf929a76beca37a7931002fbaa5fbca) @@ -777,19 +777,19 @@   - sqlite-netFx45-setup-bundle-x86-2012-1.0.105.1.exe + sqlite-netFx45-setup-bundle-x86-2012-1.0.105.2.exe
(10.44 MiB) This setup package features the mixed-mode assembly and will install all the necessary runtime components and dependencies for the x86 version of - the System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2012 + the System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2012 Update 4 runtime for x86 is included. The .NET Framework 4.5 is required.
This is the only setup package that is capable of installing the design-time components for Visual Studio 2012. @@ -812,19 +812,19 @@   - sqlite-netFx45-setup-x86-2012-1.0.105.1.exe + sqlite-netFx45-setup-x86-2012-1.0.105.2.exe
(10.47 MiB) This setup package will install all the necessary runtime components and - dependencies for the x86 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2012 Update 4 runtime for x86 is + dependencies for the x86 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2012 Update 4 runtime for x86 is included. The .NET Framework 4.5 is required.
(sha1: c6d4484463a6ef9d28bb8c476043d32304fddde6) @@ -837,19 +837,19 @@   - sqlite-netFx45-setup-bundle-x64-2012-1.0.105.1.exe + sqlite-netFx45-setup-bundle-x64-2012-1.0.105.2.exe
(11.10 MiB) This setup package features the mixed-mode assembly and will install all the necessary runtime components and dependencies for the x64 version of - the System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2012 + the System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2012 Update 4 runtime for x64 is included. The .NET Framework 4.5 is required.
(sha1: a28d0a6f08dd2a0ea3bcaacb89070ea4f566849f) @@ -857,19 +857,19 @@   - sqlite-netFx45-setup-x64-2012-1.0.105.1.exe + sqlite-netFx45-setup-x64-2012-1.0.105.2.exe
(11.17 MiB) This setup package will install all the necessary runtime components and - dependencies for the x64 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2012 Update 4 runtime for x64 is + dependencies for the x64 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2012 Update 4 runtime for x64 is included. The .NET Framework 4.5 is required.
(sha1: 301f1b954ce30fb363319f6ea51db814f0d3897b) @@ -882,19 +882,19 @@   - sqlite-netFx451-setup-bundle-x86-2013-1.0.105.1.exe + sqlite-netFx451-setup-bundle-x86-2013-1.0.105.2.exe
(10.40 MiB) This setup package features the mixed-mode assembly and will install all the necessary runtime components and dependencies for the x86 version of - the System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2013 + the System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2013 Update 2 runtime for x86 is included. The .NET Framework 4.5.1 is required.
This is the only setup package that is capable of installing the design-time components for Visual Studio 2013. @@ -917,19 +917,19 @@   - sqlite-netFx451-setup-x86-2013-1.0.105.1.exe + sqlite-netFx451-setup-x86-2013-1.0.105.2.exe
(10.43 MiB) This setup package will install all the necessary runtime components and - dependencies for the x86 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2013 Update 2 runtime for x86 is + dependencies for the x86 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2013 Update 2 runtime for x86 is included. The .NET Framework 4.5.1 is required.
(sha1: b8a5fa15051abffa2ae88d49ef6f293de026cb49) @@ -942,19 +942,19 @@   - sqlite-netFx451-setup-bundle-x64-2013-1.0.105.1.exe + sqlite-netFx451-setup-bundle-x64-2013-1.0.105.2.exe
(11.09 MiB) This setup package features the mixed-mode assembly and will install all the necessary runtime components and dependencies for the x64 version of - the System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2013 + the System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2013 Update 2 runtime for x64 is included. The .NET Framework 4.5.1 is required.
(sha1: 0c927640251be8b413e2cd04822a82541736f03d) @@ -962,19 +962,19 @@   - sqlite-netFx451-setup-x64-2013-1.0.105.1.exe + sqlite-netFx451-setup-x64-2013-1.0.105.2.exe
(11.16 MiB) This setup package will install all the necessary runtime components and - dependencies for the x64 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2013 Update 2 runtime for x64 is + dependencies for the x64 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2013 Update 2 runtime for x64 is included. The .NET Framework 4.5.1 is required.
(sha1: ea59edf02cb341efc15afb253e58dffa53d5d803) @@ -987,19 +987,19 @@   - sqlite-netFx46-setup-bundle-x86-2015-1.0.105.1.exe + sqlite-netFx46-setup-bundle-x86-2015-1.0.105.2.exe
(16.93 MiB) This setup package features the mixed-mode assembly and will install all the necessary runtime components and dependencies for the x86 version of - the System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2015 + the System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2015 Update 3 runtime for x86 is included. The .NET Framework 4.6 is required.
This is the only setup package that is capable of installing the design-time components for Visual Studio 2015. @@ -1016,19 +1016,19 @@   - sqlite-netFx46-setup-x86-2015-1.0.105.1.exe + sqlite-netFx46-setup-x86-2015-1.0.105.2.exe
(17.11 MiB) This setup package will install all the necessary runtime components and - dependencies for the x86 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2015 Update 3 runtime for x86 is + dependencies for the x86 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2015 Update 3 runtime for x86 is included. The .NET Framework 4.6 is required.
(sha1: e38feaa1b6fef2082eaf082f5c07b1d4495e8344) @@ -1041,19 +1041,19 @@   - sqlite-netFx46-setup-bundle-x64-2015-1.0.105.1.exe + sqlite-netFx46-setup-bundle-x64-2015-1.0.105.2.exe
(17.79 MiB) This setup package features the mixed-mode assembly and will install all the necessary runtime components and dependencies for the x64 version of - the System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2015 + the System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2015 Update 3 runtime for x64 is included. The .NET Framework 4.6 is required.
(sha1: 36adde8c96f88fc1edb3a77d3ef3c02e5bb032ff) @@ -1061,19 +1061,19 @@   - sqlite-netFx46-setup-x64-2015-1.0.105.1.exe + sqlite-netFx46-setup-x64-2015-1.0.105.2.exe
(18.02 MiB) This setup package will install all the necessary runtime components and - dependencies for the x64 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2015 Update 3 runtime for x64 is + dependencies for the x64 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2015 Update 3 runtime for x64 is included. The .NET Framework 4.6 is required.
(sha1: f642c0ef56f40903f733c52ab7ce4bbc050e7627) @@ -1086,19 +1086,19 @@   - sqlite-netFx20-binary-bundle-Win32-2005-1.0.105.1.zip + sqlite-netFx20-binary-bundle-Win32-2005-1.0.105.2.zip
(1.78 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x86 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2005 SP1 runtime for x86 and the .NET + the binaries for the x86 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2005 SP1 runtime for x86 and the .NET Framework 2.0 SP2 are required.
(sha1: 79e971efb5baa2231e3ad9b131207c667b8f8714) @@ -1105,18 +1105,18 @@   - sqlite-netFx20-binary-Win32-2005-1.0.105.1.zip + sqlite-netFx20-binary-Win32-2005-1.0.105.2.zip
(1.77 MiB) This binary package contains all the binaries for the x86 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2005 SP1 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2005 SP1 runtime for x86 and the .NET Framework 2.0 SP2 are required.
(sha1: 7c86fdb92f75c1640a4a9a4eda69036381d5f3d5) @@ -1129,19 +1129,19 @@   - sqlite-netFx20-binary-bundle-x64-2005-1.0.105.1.zip + sqlite-netFx20-binary-bundle-x64-2005-1.0.105.2.zip
(2.05 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x64 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2005 SP1 runtime for x64 and the .NET + the binaries for the x64 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2005 SP1 runtime for x64 and the .NET Framework 2.0 SP2 are required.
(sha1: dcb206a4db1c501306d1639628183e920479065f) @@ -1148,18 +1148,18 @@   - sqlite-netFx20-binary-x64-2005-1.0.105.1.zip + sqlite-netFx20-binary-x64-2005-1.0.105.2.zip
(2.04 MiB) This binary package contains all the binaries for the x64 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2005 SP1 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2005 SP1 runtime for x64 and the .NET Framework 2.0 SP2 are required.
(sha1: d0fb4c95b79338deb82b2562e2216d6d6c50499b) @@ -1172,19 +1172,19 @@   - sqlite-netFx35-binary-bundle-Win32-2008-1.0.105.1.zip + sqlite-netFx35-binary-bundle-Win32-2008-1.0.105.2.zip
(2.22 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x86 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2008 SP1 runtime for x86 and the .NET + the binaries for the x86 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2008 SP1 runtime for x86 and the .NET Framework 3.5 SP1 are required.
(sha1: 916c3336f3f0bab1507cf812d3fcb9c4ad748490) @@ -1191,18 +1191,18 @@   - sqlite-netFx35-binary-Win32-2008-1.0.105.1.zip + sqlite-netFx35-binary-Win32-2008-1.0.105.2.zip
(2.21 MiB) This binary package contains all the binaries for the x86 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2008 SP1 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2008 SP1 runtime for x86 and the .NET Framework 3.5 SP1 are required.
(sha1: 07fa7fa0af90ed070689daa815689eb8482da8ec) @@ -1215,19 +1215,19 @@   - sqlite-netFx35-binary-bundle-x64-2008-1.0.105.1.zip + sqlite-netFx35-binary-bundle-x64-2008-1.0.105.2.zip
(2.34 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x64 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2008 SP1 runtime for x64 and the .NET + the binaries for the x64 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2008 SP1 runtime for x64 and the .NET Framework 3.5 SP1 are required.
(sha1: 16ab8381e50ee3e5f1abd9fc95626b6ca230bcf9) @@ -1234,18 +1234,18 @@   - sqlite-netFx35-binary-x64-2008-1.0.105.1.zip + sqlite-netFx35-binary-x64-2008-1.0.105.2.zip
(2.33 MiB) This binary package contains all the binaries for the x64 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2008 SP1 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2008 SP1 runtime for x64 and the .NET Framework 3.5 SP1 are required.
(sha1: 549a9b055b44050acec27c082fbe6358f2c77dde) @@ -1258,19 +1258,19 @@   - sqlite-netFx40-binary-bundle-Win32-2010-1.0.105.1.zip + sqlite-netFx40-binary-bundle-Win32-2010-1.0.105.2.zip
(2.46 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x86 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2010 SP1 runtime for x86 and the .NET + the binaries for the x86 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2010 SP1 runtime for x86 and the .NET Framework 4.0 are required.
(sha1: 3b00e89489cb9dee45ccf927a22759188c4c91b8) @@ -1277,18 +1277,18 @@   - sqlite-netFx40-binary-Win32-2010-1.0.105.1.zip + sqlite-netFx40-binary-Win32-2010-1.0.105.2.zip
(2.45 MiB) This binary package contains all the binaries for the x86 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2010 SP1 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2010 SP1 runtime for x86 and the .NET Framework 4.0 are required.
(sha1: 15c6144a35773e7cbb56aaa31c510e9ef93a703d) @@ -1301,19 +1301,19 @@   - sqlite-netFx40-binary-bundle-x64-2010-1.0.105.1.zip + sqlite-netFx40-binary-bundle-x64-2010-1.0.105.2.zip
(2.51 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x64 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2010 SP1 runtime for x64 and the .NET + the binaries for the x64 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2010 SP1 runtime for x64 and the .NET Framework 4.0 are required.
(sha1: 50b492cd65037ba2d569c82d522ad7d7e6c8dade) @@ -1320,18 +1320,18 @@   - sqlite-netFx40-binary-x64-2010-1.0.105.1.zip + sqlite-netFx40-binary-x64-2010-1.0.105.2.zip
(2.50 MiB) This binary package contains all the binaries for the x64 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2010 SP1 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2010 SP1 runtime for x64 and the .NET Framework 4.0 are required.
(sha1: ab3501201c338f883154296c768fc9365f01274b) @@ -1344,19 +1344,19 @@   - sqlite-netFx45-binary-bundle-Win32-2012-1.0.105.1.zip + sqlite-netFx45-binary-bundle-Win32-2012-1.0.105.2.zip
(2.37 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x86 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2012 Update 4 runtime for x86 and + the binaries for the x86 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2012 Update 4 runtime for x86 and the .NET Framework 4.5 are required.
(sha1: 73729c76456beb397955771cac6539382e373a39) @@ -1363,18 +1363,18 @@   - sqlite-netFx45-binary-Win32-2012-1.0.105.1.zip + sqlite-netFx45-binary-Win32-2012-1.0.105.2.zip
(2.42 MiB) This binary package contains all the binaries for the x86 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2012 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2012 Update 4 runtime for x86 and the .NET Framework 4.5 are required.
(sha1: d3d15fc35e84ad935be541ad972497ee4d562c37) @@ -1387,19 +1387,19 @@   - sqlite-netFx45-binary-bundle-x64-2012-1.0.105.1.zip + sqlite-netFx45-binary-bundle-x64-2012-1.0.105.2.zip
(2.42 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x64 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2012 Update 4 runtime for x64 and + the binaries for the x64 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2012 Update 4 runtime for x64 and the .NET Framework 4.5 are required.
(sha1: 7358e2537f6939f01bd8d161ade2ccd518a3cd8a) @@ -1406,18 +1406,18 @@   - sqlite-netFx45-binary-x64-2012-1.0.105.1.zip + sqlite-netFx45-binary-x64-2012-1.0.105.2.zip
(2.51 MiB) This binary package contains all the binaries for the x64 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2012 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2012 Update 4 runtime for x64 and the .NET Framework 4.5 are required.
(sha1: 6e367659fa0d93041d8ffff2303c67eb3d03b432) @@ -1430,19 +1430,19 @@   - sqlite-netFx451-binary-bundle-Win32-2013-1.0.105.1.zip + sqlite-netFx451-binary-bundle-Win32-2013-1.0.105.2.zip
(2.38 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x86 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2013 Update 2 runtime for x86 and the + the binaries for the x86 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2013 Update 2 runtime for x86 and the .NET Framework 4.5.1 are required.
(sha1: aa134f737b5c1682d1ac47392a74e1647860f432) @@ -1449,18 +1449,18 @@   - sqlite-netFx451-binary-Win32-2013-1.0.105.1.zip + sqlite-netFx451-binary-Win32-2013-1.0.105.2.zip
(2.42 MiB) This binary package contains all the binaries for the x86 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2013 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2013 Update 2 runtime for x86 and the .NET Framework 4.5.1 are required.
(sha1: 27ee54b223dc035a479b9dabb4f96a1570de4e1f) @@ -1473,19 +1473,19 @@   - sqlite-netFx451-binary-bundle-x64-2013-1.0.105.1.zip + sqlite-netFx451-binary-bundle-x64-2013-1.0.105.2.zip
(2.42 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x64 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2013 Update 2 runtime for x64 and the + the binaries for the x64 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2013 Update 2 runtime for x64 and the .NET Framework 4.5.1 are required.
(sha1: 55af25bf6472ecbd148378fe23a938a9c86fec76) @@ -1492,18 +1492,18 @@   - sqlite-netFx451-binary-x64-2013-1.0.105.1.zip + sqlite-netFx451-binary-x64-2013-1.0.105.2.zip
(2.51 MiB) This binary package contains all the binaries for the x64 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2013 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2013 Update 2 runtime for x64 and the .NET Framework 4.5.1 are required.
(sha1: b4d116ed15a490988ddf35542d4bf743e620de54) @@ -1516,19 +1516,19 @@   - sqlite-netFx46-binary-bundle-Win32-2015-1.0.105.1.zip + sqlite-netFx46-binary-bundle-Win32-2015-1.0.105.2.zip
(2.93 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x86 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2015 Update 3 runtime for x86 and the + the binaries for the x86 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2015 Update 3 runtime for x86 and the .NET Framework 4.6 are required.
(sha1: 10cfd3c903bb0e0e799cfc2d5a0acaea885bd42a) @@ -1535,18 +1535,18 @@   - sqlite-netFx46-binary-Win32-2015-1.0.105.1.zip + sqlite-netFx46-binary-Win32-2015-1.0.105.2.zip
(3.16 MiB) This binary package contains all the binaries for the x86 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2015 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2015 Update 3 runtime for x86 and the .NET Framework 4.6 are required.
(sha1: 74c9c9c33af5246018e2fa3c6dc85f9418353ba9) @@ -1559,19 +1559,19 @@   - sqlite-netFx46-binary-bundle-x64-2015-1.0.105.1.zip + sqlite-netFx46-binary-bundle-x64-2015-1.0.105.2.zip
(2.98 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x64 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2015 Update 3 runtime for x64 and the + the binaries for the x64 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2015 Update 3 runtime for x64 and the .NET Framework 4.6 are required.
(sha1: 3f94212bb9d8c9befa9792d232466c83dbf241ec) @@ -1578,18 +1578,18 @@   - sqlite-netFx46-binary-x64-2015-1.0.105.1.zip + sqlite-netFx46-binary-x64-2015-1.0.105.2.zip
(3.28 MiB) This binary package contains all the binaries for the x64 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2015 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2015 Update 3 runtime for x64 and the .NET Framework 4.6 are required.
(sha1: 517234d89e399040329ca09b1b72269f1c3b2c78) @@ -1602,18 +1602,18 @@   - sqlite-netFx451-binary-Mono-2013-1.0.105.1.zip + sqlite-netFx451-binary-Mono-2013-1.0.105.2.zip
(1.22 MiB) This binary package contains all the managed binaries for the Mono - version of the System.Data.SQLite 1.0.105.1 (3.18.0) package. The + version of the System.Data.SQLite 1.0.105.2 (3.19.3) package. The Mono runtime (4.2.3.4 or higher) is required.
(sha1: ca7351635c122672d6a00e80fd2e3e99a312f8a4) @@ -1627,19 +1627,19 @@   - sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.105.1.zip + sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.105.2.zip
(1.97 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x86 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2005 SP1 runtime for x86 is statically + the binaries for the x86 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2005 SP1 runtime for x86 is statically linked. The .NET Framework 2.0 SP2 is required.
(sha1: 68ea0b716f69190ebb7c5d78cbcb78cc99863b2e) @@ -1646,18 +1646,18 @@   - sqlite-netFx20-static-binary-Win32-2005-1.0.105.1.zip + sqlite-netFx20-static-binary-Win32-2005-1.0.105.2.zip
(1.96 MiB) This binary package contains all the binaries for the x86 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2005 SP1 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2005 SP1 runtime for x86 is statically linked. The .NET Framework 2.0 SP2 is required.
(sha1: 13369845e22dfe7927f3ae29670b081527e1dee6) @@ -1671,19 +1671,19 @@   - sqlite-netFx20-static-binary-bundle-x64-2005-1.0.105.1.zip + sqlite-netFx20-static-binary-bundle-x64-2005-1.0.105.2.zip
(2.18 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x64 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2005 SP1 runtime for x64 is statically + the binaries for the x64 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2005 SP1 runtime for x64 is statically linked. The .NET Framework 2.0 SP2 is required.
(sha1: 3fcbd8ae6a99c6d76756aae5c4d5ac2cf0ee20f0) @@ -1690,18 +1690,18 @@   - sqlite-netFx20-static-binary-x64-2005-1.0.105.1.zip + sqlite-netFx20-static-binary-x64-2005-1.0.105.2.zip
(2.18 MiB) This binary package contains all the binaries for the x64 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2005 SP1 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2005 SP1 runtime for x64 is statically linked. The .NET Framework 2.0 SP2 is required.
(sha1: 67dbe6a142a354c75aa3693808b2c9884e7728a6) @@ -1715,19 +1715,19 @@   - sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.105.1.zip + sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.105.2.zip
(2.42 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x86 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2008 SP1 runtime for x86 is statically + the binaries for the x86 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2008 SP1 runtime for x86 is statically linked. The .NET Framework 3.5 SP1 is required.
(sha1: ff0e1bbe230b629c207ef9e626d6148f247b0497) @@ -1734,18 +1734,18 @@   - sqlite-netFx35-static-binary-Win32-2008-1.0.105.1.zip + sqlite-netFx35-static-binary-Win32-2008-1.0.105.2.zip
(2.41 MiB) This binary package contains all the binaries for the x86 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2008 SP1 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2008 SP1 runtime for x86 is statically linked. The .NET Framework 3.5 SP1 is required.
(sha1: 41a228b4ffaa38981711e774aaa963614d323b46) @@ -1759,19 +1759,19 @@   - sqlite-netFx35-static-binary-bundle-x64-2008-1.0.105.1.zip + sqlite-netFx35-static-binary-bundle-x64-2008-1.0.105.2.zip
(2.50 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x64 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2008 SP1 runtime for x64 is statically + the binaries for the x64 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2008 SP1 runtime for x64 is statically linked. The .NET Framework 3.5 SP1 is required.
(sha1: f3e8ae33149ad5eaeef6d36ec0e1760bc61ead5f) @@ -1778,18 +1778,18 @@   - sqlite-netFx35-static-binary-x64-2008-1.0.105.1.zip + sqlite-netFx35-static-binary-x64-2008-1.0.105.2.zip
(2.49 MiB) This binary package contains all the binaries for the x64 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2008 SP1 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2008 SP1 runtime for x64 is statically linked. The .NET Framework 3.5 SP1 is required.
(sha1: 3f103bc5a0568d1fdaeafde948759b05c146f69b) @@ -1803,19 +1803,19 @@   - sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.105.1.zip + sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.105.2.zip
(2.66 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x86 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2010 SP1 runtime for x86 is statically + the binaries for the x86 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2010 SP1 runtime for x86 is statically linked. The .NET Framework 4.0 is required.
(sha1: db3fbca0588361d487dbbacc384fe4bba6d0ad67) @@ -1822,18 +1822,18 @@   - sqlite-netFx40-static-binary-Win32-2010-1.0.105.1.zip + sqlite-netFx40-static-binary-Win32-2010-1.0.105.2.zip
(2.65 MiB) This binary package contains all the binaries for the x86 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2010 SP1 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2010 SP1 runtime for x86 is statically linked. The .NET Framework 4.0 is required.
(sha1: 3ae1cc56097e1c231f7c26292123d22e11cb9f70) @@ -1847,19 +1847,19 @@   - sqlite-netFx40-static-binary-bundle-x64-2010-1.0.105.1.zip + sqlite-netFx40-static-binary-bundle-x64-2010-1.0.105.2.zip
(2.69 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x64 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2010 SP1 runtime for x64 is statically + the binaries for the x64 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2010 SP1 runtime for x64 is statically linked. The .NET Framework 4.0 is required.
(sha1: f3b4ae253dfeb11e480bcf239f8faa05b2b28ef5) @@ -1866,18 +1866,18 @@   - sqlite-netFx40-static-binary-x64-2010-1.0.105.1.zip + sqlite-netFx40-static-binary-x64-2010-1.0.105.2.zip
(2.68 MiB) This binary package contains all the binaries for the x64 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2010 SP1 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2010 SP1 runtime for x64 is statically linked. The .NET Framework 4.0 is required.
(sha1: bb778e47fd0a6c4a186fe190b79126c4bf5a6204) @@ -1891,19 +1891,19 @@   - sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.105.1.zip + sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.105.2.zip
(2.69 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x86 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2012 Update 4 runtime for x86 is + the binaries for the x86 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2012 Update 4 runtime for x86 is statically linked. The .NET Framework 4.5 is required.
(sha1: 60d830b41a54e6af2c1dd275e84bede6af9504be) @@ -1910,18 +1910,18 @@   - sqlite-netFx45-static-binary-Win32-2012-1.0.105.1.zip + sqlite-netFx45-static-binary-Win32-2012-1.0.105.2.zip
(2.74 MiB) This binary package contains all the binaries for the x86 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2012 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2012 Update 4 runtime for x86 is statically linked. The .NET Framework 4.5 is required.
(sha1: 52d1c2bb4fca158f4fa6cf8a7cf4f6699fe0bfcd) @@ -1935,19 +1935,19 @@   - sqlite-netFx45-static-binary-bundle-x64-2012-1.0.105.1.zip + sqlite-netFx45-static-binary-bundle-x64-2012-1.0.105.2.zip
(2.67 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x64 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2012 Update 4 runtime for x64 is + the binaries for the x64 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2012 Update 4 runtime for x64 is statically linked. The .NET Framework 4.5 is required.
(sha1: b5a61e771ccb7310e5102da5d53f5cc4bd042a76) @@ -1954,18 +1954,18 @@   - sqlite-netFx45-static-binary-x64-2012-1.0.105.1.zip + sqlite-netFx45-static-binary-x64-2012-1.0.105.2.zip
(2.77 MiB) This binary package contains all the binaries for the x64 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2012 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2012 Update 4 runtime for x64 is statically linked. The .NET Framework 4.5 is required.
(sha1: d0d9785ff5e289c4da1c5ac51b6d4bff6f84a87a) @@ -1979,19 +1979,19 @@   - sqlite-netFx451-static-binary-bundle-Win32-2013-1.0.105.1.zip + sqlite-netFx451-static-binary-bundle-Win32-2013-1.0.105.2.zip
(2.72 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x86 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2013 Update 2 runtime for x86 is + the binaries for the x86 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2013 Update 2 runtime for x86 is statically linked. The .NET Framework 4.5.1 is required.
(sha1: a8aeaf3fc60982724b74ab13d065382b066d844d) @@ -1998,18 +1998,18 @@   - sqlite-netFx451-static-binary-Win32-2013-1.0.105.1.zip + sqlite-netFx451-static-binary-Win32-2013-1.0.105.2.zip
(2.76 MiB) This binary package contains all the binaries for the x86 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2013 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2013 Update 2 runtime for x86 is statically linked. The .NET Framework 4.5.1 is required.
(sha1: 5f16def35254b5aec8e1fb6422e8992d0b57ae5e) @@ -2023,19 +2023,19 @@   - sqlite-netFx451-static-binary-bundle-x64-2013-1.0.105.1.zip + sqlite-netFx451-static-binary-bundle-x64-2013-1.0.105.2.zip
(2.71 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x64 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2013 Update 2 runtime for x64 is + the binaries for the x64 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2013 Update 2 runtime for x64 is statically linked. The .NET Framework 4.5.1 is required.
(sha1: 0e0e2286243d326253baf24b70d7b5a5384e58b9) @@ -2042,18 +2042,18 @@   - sqlite-netFx451-static-binary-x64-2013-1.0.105.1.zip + sqlite-netFx451-static-binary-x64-2013-1.0.105.2.zip
(2.80 MiB) This binary package contains all the binaries for the x64 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2013 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2013 Update 2 runtime for x64 is statically linked. The .NET Framework 4.5.1 is required.
(sha1: 1551469e42946652827eabfd58ccbc3f0530f065) @@ -2067,19 +2067,19 @@   - sqlite-netFx46-static-binary-bundle-Win32-2015-1.0.105.1.zip + sqlite-netFx46-static-binary-bundle-Win32-2015-1.0.105.2.zip
(3.45 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x86 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2015 Update 3 runtime for x86 is + the binaries for the x86 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2015 Update 3 runtime for x86 is statically linked. The .NET Framework 4.6 is required.
(sha1: d4c7690248e25783eab08221adf32e7f7a6181ad) @@ -2086,18 +2086,18 @@   - sqlite-netFx46-static-binary-Win32-2015-1.0.105.1.zip + sqlite-netFx46-static-binary-Win32-2015-1.0.105.2.zip
(3.68 MiB) This binary package contains all the binaries for the x86 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2015 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2015 Update 3 runtime for x86 is statically linked. The .NET Framework 4.6 is required.
(sha1: e34a51e140ac66ab30e2a60ee4c9c1330edb4d9a) @@ -2111,19 +2111,19 @@   - sqlite-netFx46-static-binary-bundle-x64-2015-1.0.105.1.zip + sqlite-netFx46-static-binary-bundle-x64-2015-1.0.105.2.zip
(3.46 MiB) This binary package features the mixed-mode assembly and contains all - the binaries for the x64 version of the System.Data.SQLite 1.0.105.1 - (3.18.0) package. The Visual C++ 2015 Update 3 runtime for x64 is + the binaries for the x64 version of the System.Data.SQLite 1.0.105.2 + (3.19.3) package. The Visual C++ 2015 Update 3 runtime for x64 is statically linked. The .NET Framework 4.6 is required.
(sha1: 9027efe2b31affdb4c6550fab24fc127330af6b0) @@ -2130,18 +2130,18 @@   - sqlite-netFx46-static-binary-x64-2015-1.0.105.1.zip + sqlite-netFx46-static-binary-x64-2015-1.0.105.2.zip
(3.77 MiB) This binary package contains all the binaries for the x64 version of the - System.Data.SQLite 1.0.105.1 (3.18.0) package. The Visual C++ 2015 + System.Data.SQLite 1.0.105.2 (3.19.3) package. The Visual C++ 2015 Update 3 runtime for x64 is statically linked. The .NET Framework 4.6 is required.
(sha1: 46cf13ae59646e4210ce2580608f8980966a3759) @@ -2155,18 +2155,18 @@   - sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.105.1.zip + sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.105.2.zip
(1.35 MiB) This binary package contains all the binaries for the PocketPC version - of the System.Data.SQLite 1.0.105.1 (3.18.0) package. The included native + of the System.Data.SQLite 1.0.105.2 (3.19.3) package. The included native binaries should work on all supported ARM versions of Windows CE prior to Windows Embedded Compact 2013. The .NET Compact Framework 3.5 is required.
(sha1: 585fba13fdebedaebbe581f1b390794685a15c9d) @@ -2175,18 +2175,18 @@   - sqlite-netFx39-binary-WinCE-ARM-2012-1.0.105.1.zip + sqlite-netFx39-binary-WinCE-ARM-2012-1.0.105.2.zip
(1.50 MiB) This binary package contains all the binaries for the Windows Embedded - Compact 2013 (ARM) version of the System.Data.SQLite 1.0.105.1 (3.18.0) + Compact 2013 (ARM) version of the System.Data.SQLite 1.0.105.2 (3.19.3) package. The .NET Compact Framework 3.9 is required.
(sha1: 622052533153b83d379661f1f38850ff0007b09a) @@ -2193,18 +2193,18 @@   - sqlite-netFx39-binary-WinCE-x86-2012-1.0.105.1.zip + sqlite-netFx39-binary-WinCE-x86-2012-1.0.105.2.zip
(1.55 MiB) This binary package contains all the binaries for the Windows Embedded - Compact 2013 (x86) version of the System.Data.SQLite 1.0.105.1 (3.18.0) + Compact 2013 (x86) version of the System.Data.SQLite 1.0.105.2 (3.19.3) package. The .NET Compact Framework 3.9 is required.
(sha1: 9d2ffa928721950dbbc8ae29fd17642ad0ffb6eb) @@ -2228,18 +2228,18 @@   - System.Data.SQLite.1.0.105.1.nupkg + System.Data.SQLite.1.0.105.2.nupkg
(0.00 MiB) This NuGet package includes all the binaries for both the x86 and x64 - versions of System.Data.SQLite 1.0.105.1 (3.18.0). The .NET Framework + versions of System.Data.SQLite 1.0.105.2 (3.19.3). The .NET Framework 3.5 SP1, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, or 4.6.2 is required. For the included native binaries, the version of the Visual C++ runtime corresponding to the .NET Framework used by the associated managed assembly is statically linked.
@@ -2260,18 +2260,18 @@   - System.Data.SQLite.Core.1.0.105.1.nupkg + System.Data.SQLite.Core.1.0.105.2.nupkg
(7.63 MiB) This NuGet package contains all the binaries for both the x86 and x64 - versions of System.Data.SQLite 1.0.105.1 (3.18.0), except those + versions of System.Data.SQLite 1.0.105.2 (3.19.3), except those needed to support LINQ and Entity Framework 6. The .NET Framework 3.5 SP1, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, or 4.6.2 is required. For the included native binaries, the version of the Visual C++ runtime corresponding to the .NET Framework used by the associated managed assembly is statically linked. @@ -2283,18 +2283,18 @@   - System.Data.SQLite.Core.MSIL.1.0.105.1.nupkg + System.Data.SQLite.Core.MSIL.1.0.105.2.nupkg
(1.03 MiB) This NuGet package contains the managed binaries for System.Data.SQLite - 1.0.105.1. The .NET Framework 3.5 SP1, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, + 1.0.105.2. The .NET Framework 3.5 SP1, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, or 4.6.2 is required.
This package does not depend on any other package.

@@ -2310,18 +2310,18 @@   - System.Data.SQLite.EF6.1.0.105.1.nupkg + System.Data.SQLite.EF6.1.0.105.2.nupkg
(0.18 MiB) This NuGet package contains just the binaries to support Entity - Framework 6 using System.Data.SQLite 1.0.105.1 (3.18.0). The .NET + Framework 6 using System.Data.SQLite 1.0.105.2 (3.19.3). The .NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, or 4.6.2 is required.
This package depends on the "EntityFramework" package, version 6.0 or higher.
@@ -2330,18 +2330,18 @@   - System.Data.SQLite.Linq.1.0.105.1.nupkg + System.Data.SQLite.Linq.1.0.105.2.nupkg
(0.22 MiB) This NuGet package contains just the binaries to support LINQ using - System.Data.SQLite 1.0.105.1 (3.18.0). The .NET Framework 3.5 SP1, 4.0, + System.Data.SQLite 1.0.105.2 (3.19.3). The .NET Framework 3.5 SP1, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, or 4.6.2 is required.
This package does not depend on any other package.
(sha1: 3f9925b365f153957d391ab5d32998ef374ab564) @@ -2349,18 +2349,18 @@   - System.Data.SQLite.MSIL.1.0.105.1.nupkg + System.Data.SQLite.MSIL.1.0.105.2.nupkg
(0.00 MiB) This NuGet package contains the managed binaries for System.Data.SQLite - 1.0.105.1. The .NET Framework 3.5 SP1, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, + 1.0.105.2. The .NET Framework 3.5 SP1, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, or 4.6.2 is required.
This is a legacy package; if possible, please use either the "System.Data.SQLite" or "System.Data.SQLite.Core" package instead. @@ -2385,18 +2385,18 @@   - System.Data.SQLite.x86.1.0.105.1.nupkg + System.Data.SQLite.x86.1.0.105.2.nupkg
(3.84 MiB) This NuGet package contains all the binaries for the x86 version of - System.Data.SQLite 1.0.105.1 (3.18.0). The .NET Framework 3.5 SP1, + System.Data.SQLite 1.0.105.2 (3.19.3). The .NET Framework 3.5 SP1, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, or 4.6.2 is required. For the included native binaries, the version of the Visual C++ runtime corresponding to the .NET Framework used by the associated managed assembly is statically linked.
@@ -2409,18 +2409,18 @@   - System.Data.SQLite.x64.1.0.105.1.nupkg + System.Data.SQLite.x64.1.0.105.2.nupkg
(4.36 MiB) This NuGet package contains all the binaries for the x64 version of - System.Data.SQLite 1.0.105.1 (3.18.0). The .NET Framework 3.5 SP1, + System.Data.SQLite 1.0.105.2 (3.19.3). The .NET Framework 3.5 SP1, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, or 4.6.2 is required. For the included native binaries, the version of the Visual C++ runtime corresponding to the .NET Framework used by the associated managed assembly is statically linked.