System.Data.SQLite

Check-in [100f26baaa]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Final updates for release 1.0.94.0.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | release | release-1.0.94.0
Files: files | file ages | folders
SHA1: 100f26baaa9191e29fa575b2534763bcbf7ba2e9
User & Date: mistachkin 2014-09-15 18:56:38.509
Context
2014-09-17
01:42
Merge NuGet packaging updates to fix the configuration file transform issue impacting EF6 integration (at design-time). Fix for [d47edba44a]. check-in: 2e4fb94ce9 user: mistachkin tags: trunk
00:58
Workaround for NuGet packaging issue related to configuration file transforms that prevent EF6 design-time support from working correctly. check-in: 7c87e5ccc6 user: mistachkin tags: NuGetTransformFix
2014-09-15
18:56
Final updates for release 1.0.94.0. check-in: 100f26baaa user: mistachkin tags: trunk, release, release-1.0.94.0
2014-09-14
07:20
Update pre-release source code package to reflect the NuGet package changes. Closed-Leaf check-in: ce64695ba9 user: mistachkin tags: preRelease
07:17
Enhancements to the command line build tool. check-in: d79821ede8 user: mistachkin tags: trunk
Changes
Side-by-Side Diff Ignore Whitespace Patch
Changes to Doc/Extra/Provider/version.html.
39
40
41
42
43
44
45
46

47
48
49
50
51
52
53
39
40
41
42
43
44
45

46
47
48
49
50
51
52
53







-
+







          </td>
        </tr>
      </table>
    </div>
    <div id="mainSection">
    <div id="mainBody">
    <h1 class="heading">Version History</h1>
    <p><b>1.0.94.0 - September XX, 2014 <font color="red">(release scheduled)</font></b></p>
    <p><b>1.0.94.0 - September 9, 2014</b></p>
    <ul>
      <li>Updated to <a href="http://www.sqlite.org/releaselog/3_8_6.html">SQLite 3.8.6</a>.</li>
      <li>Updated to <a href="http://www.nuget.org/packages/EntityFramework/6.1.1">Entity Framework 6.1.1</a>.</li>
      <li>Refactor and simplify NuGet packages in order to support per-solution SQLite interop assembly files.&nbsp;<b>** Potentially Incompatible Change **</b></li>
      <li>Add RefreshFlags method to the SQLiteDataReader class to forcibly refresh its connection flags.</li>
      <li>Improve automatic detection and handling of the Entity Framework 6 assembly by the design-time components installer. Pursuant to <a href="http://system.data.sqlite.org/index.html/info/e634e330a6">[e634e330a6]</a>.&nbsp;<b>** Potentially Incompatible Change **</b></li>
      <li>Improve SQLiteDataReader performance slightly by caching the connection flags.&nbsp;<b>** Potentially Incompatible Change **</b></li>
Changes to Doc/SQLite.NET.chm.

cannot compute difference between binary files

Changes to NuGet/SQLite.Beta.nuspec.
9
10
11
12
13
14
15
16

17
18
19
20
21
22
23
9
10
11
12
13
14
15

16
17
18
19
20
21
22
23







-
+







-->
<package>
  <metadata>
    <id>System.Data.SQLite.Beta</id>
    <title>System.Data.SQLite (x86/x64) Beta</title>
    <version>1.0.94.0</version>
    <authors>SQLite Development Team</authors>
    <description>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.</description>
    <description>This is a &quot;beta&quot; 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.</description>
    <language>en-US</language>
    <projectUrl>http://system.data.sqlite.org/</projectUrl>
    <iconUrl>http://system.data.sqlite.org/images/sqlite128.png</iconUrl>
    <licenseUrl>http://www.sqlite.org/copyright.html</licenseUrl>
    <tags>sqlite database ado.net provider interop</tags>
    <copyright>Public Domain</copyright>
    <dependencies>
Changes to NuGet/SQLite.Core.Beta.nuspec.
9
10
11
12
13
14
15
16

17
18
19
20
21
22
23
9
10
11
12
13
14
15

16
17
18
19
20
21
22
23







-
+







-->
<package>
  <metadata>
    <id>System.Data.SQLite.Core.Beta</id>
    <title>System.Data.SQLite Core (x86/x64) Beta</title>
    <version>1.0.94.0</version>
    <authors>SQLite Development Team</authors>
    <description>The official SQLite database engine for both x86 and x64 along with the ADO.NET provider.</description>
    <description>This is a &quot;beta&quot; package and is not intended for production use.  The official SQLite database engine for both x86 and x64 along with the ADO.NET provider.</description>
    <language>en-US</language>
    <projectUrl>http://system.data.sqlite.org/</projectUrl>
    <iconUrl>http://system.data.sqlite.org/images/sqlite128.png</iconUrl>
    <licenseUrl>http://www.sqlite.org/copyright.html</licenseUrl>
    <tags>sqlite database ado.net provider interop</tags>
    <copyright>Public Domain</copyright>
  </metadata>
Changes to NuGet/SQLite.Core.MSIL.Beta.nuspec.
9
10
11
12
13
14
15
16

17
18
19
20
21
22
23
9
10
11
12
13
14
15

16
17
18
19
20
21
22
23







-
+







-->
<package>
  <metadata>
    <id>System.Data.SQLite.Core.MSIL.Beta</id>
    <title>System.Data.SQLite (MSIL) Beta</title>
    <version>1.0.94.0</version>
    <authors>SQLite Development Team</authors>
    <description>An ADO.NET provider for SQLite (managed-only).</description>
    <description>This is a &quot;beta&quot; package and is not intended for production use.  An ADO.NET provider for SQLite (managed-only).</description>
    <language>en-US</language>
    <projectUrl>http://system.data.sqlite.org/</projectUrl>
    <iconUrl>http://system.data.sqlite.org/images/sqlite128.png</iconUrl>
    <licenseUrl>http://www.sqlite.org/copyright.html</licenseUrl>
    <tags>sqlite database ado.net provider interop</tags>
    <copyright>Public Domain</copyright>
  </metadata>
Changes to NuGet/SQLite.Core.MSIL.Test.nuspec.
1
2
3
4
5
6
7
8
9
10
11
12
13
14

15
16

17
18
19
20
21
22
23
1
2
3
4
5
6
7
8
9
10
11
12
13

14
15

16
17
18
19
20
21
22
23













-
+

-
+







<?xml version="1.0" encoding="utf-8"?>
<!--
 *
 * SQLite.Core.MSIL.Test.nuspec -
 *
 * Written by Joe Mistachkin.
 * Released to the public domain, use at your own risk!
 *
-->
<package>
  <metadata>
    <id>System.Data.SQLite.Core.MSIL.Test</id>
    <title>System.Data.SQLite (MSIL) Test</title>
    <version>1.0.94.0</version>
    <version>1.0.94.2</version>
    <authors>SQLite Development Team</authors>
    <description>An ADO.NET provider for SQLite (managed-only).</description>
    <description>This is a pre-release package and is not intended for production use.  An ADO.NET provider for SQLite (managed-only).</description>
    <language>en-US</language>
    <projectUrl>http://system.data.sqlite.org/</projectUrl>
    <iconUrl>http://system.data.sqlite.org/images/sqlite128.png</iconUrl>
    <licenseUrl>http://www.sqlite.org/copyright.html</licenseUrl>
    <tags>sqlite database ado.net provider interop</tags>
    <copyright>Public Domain</copyright>
  </metadata>
Changes to NuGet/SQLite.Core.Test.nuspec.
1
2
3
4
5
6
7
8
9
10
11
12
13
14

15
16

17
18
19
20
21
22
23
1
2
3
4
5
6
7
8
9
10
11
12
13

14
15

16
17
18
19
20
21
22
23













-
+

-
+







<?xml version="1.0" encoding="utf-8"?>
<!--
 *
 * SQLite.Core.Test.nuspec -
 *
 * Written by Joe Mistachkin.
 * Released to the public domain, use at your own risk!
 *
-->
<package>
  <metadata>
    <id>System.Data.SQLite.Core.Test</id>
    <title>System.Data.SQLite Core (x86/x64) Test</title>
    <version>1.0.94.0</version>
    <version>1.0.94.2</version>
    <authors>SQLite Development Team</authors>
    <description>The official SQLite database engine for both x86 and x64 along with the ADO.NET provider.</description>
    <description>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.</description>
    <language>en-US</language>
    <projectUrl>http://system.data.sqlite.org/</projectUrl>
    <iconUrl>http://system.data.sqlite.org/images/sqlite128.png</iconUrl>
    <licenseUrl>http://www.sqlite.org/copyright.html</licenseUrl>
    <tags>sqlite database ado.net provider interop</tags>
    <copyright>Public Domain</copyright>
  </metadata>
Changes to NuGet/SQLite.EF6.Beta.nuspec.
9
10
11
12
13
14
15
16

17
18
19
20
21
22
23
9
10
11
12
13
14
15

16
17
18
19
20
21
22
23







-
+







-->
<package>
  <metadata>
    <id>System.Data.SQLite.EF6.Beta</id>
    <title>System.Data.SQLite EF6 (x86/x64) Beta</title>
    <version>1.0.94.0</version>
    <authors>SQLite Development Team</authors>
    <description>Support for Entity Framework 6 using System.Data.SQLite.</description>
    <description>This is a &quot;beta&quot; package and is not intended for production use.  Support for Entity Framework 6 using System.Data.SQLite.</description>
    <language>en-US</language>
    <projectUrl>http://system.data.sqlite.org/</projectUrl>
    <iconUrl>http://system.data.sqlite.org/images/sqlite128.png</iconUrl>
    <licenseUrl>http://www.sqlite.org/copyright.html</licenseUrl>
    <tags>sqlite database ado.net provider interop</tags>
    <copyright>Public Domain</copyright>
    <dependencies>
Changes to NuGet/SQLite.EF6.Test.nuspec.
1
2
3
4
5
6
7
8
9
10
11
12
13
14

15
16

17
18
19
20
21
22
23
24
25

26
27
28

29
30
31

32
33
34
35
36
37
38
1
2
3
4
5
6
7
8
9
10
11
12
13

14
15

16
17
18
19
20
21
22
23
24

25
26
27

28
29
30

31
32
33
34
35
36
37
38













-
+

-
+








-
+


-
+


-
+







<?xml version="1.0" encoding="utf-8"?>
<!--
 *
 * SQLite.EF6.Test.nuspec -
 *
 * Written by Joe Mistachkin.
 * Released to the public domain, use at your own risk!
 *
-->
<package>
  <metadata>
    <id>System.Data.SQLite.EF6.Test</id>
    <title>System.Data.SQLite EF6 (x86/x64) Test</title>
    <version>1.0.94.0</version>
    <version>1.0.94.2</version>
    <authors>SQLite Development Team</authors>
    <description>Support for Entity Framework 6 using System.Data.SQLite.</description>
    <description>This is a pre-release package and is not intended for production use.  Support for Entity Framework 6 using System.Data.SQLite.</description>
    <language>en-US</language>
    <projectUrl>http://system.data.sqlite.org/</projectUrl>
    <iconUrl>http://system.data.sqlite.org/images/sqlite128.png</iconUrl>
    <licenseUrl>http://www.sqlite.org/copyright.html</licenseUrl>
    <tags>sqlite database ado.net provider interop</tags>
    <copyright>Public Domain</copyright>
    <dependencies>
      <group targetFramework="net40">
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.0" />
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.2" />
      </group>
      <group targetFramework="net45">
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.0" />
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.2" />
      </group>
      <group targetFramework="net451">
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.0" />
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.2" />
      </group>
      <group targetFramework="net40">
        <dependency id="EntityFramework" version="6.1.1.0" />
      </group>
      <group targetFramework="net45">
        <dependency id="EntityFramework" version="6.1.1.0" />
      </group>
Changes to NuGet/SQLite.Linq.Beta.nuspec.
9
10
11
12
13
14
15
16

17
18
19
20
21
22
23
9
10
11
12
13
14
15

16
17
18
19
20
21
22
23







-
+







-->
<package>
  <metadata>
    <id>System.Data.SQLite.Linq.Beta</id>
    <title>System.Data.SQLite LINQ (x86/x64) Beta</title>
    <version>1.0.94.0</version>
    <authors>SQLite Development Team</authors>
    <description>Support for LINQ using System.Data.SQLite.</description>
    <description>This is a &quot;beta&quot; package and is not intended for production use.  Support for LINQ using System.Data.SQLite.</description>
    <language>en-US</language>
    <projectUrl>http://system.data.sqlite.org/</projectUrl>
    <iconUrl>http://system.data.sqlite.org/images/sqlite128.png</iconUrl>
    <licenseUrl>http://www.sqlite.org/copyright.html</licenseUrl>
    <tags>sqlite database ado.net provider interop</tags>
    <copyright>Public Domain</copyright>
    <dependencies>
Changes to NuGet/SQLite.Linq.Test.nuspec.
1
2
3
4
5
6
7
8
9
10
11
12
13
14

15
16

17
18
19
20
21
22
23
24
25

26
27
28

29
30
31

32
33
34

35
36
37
38
39
40
41
1
2
3
4
5
6
7
8
9
10
11
12
13

14
15

16
17
18
19
20
21
22
23
24

25
26
27

28
29
30

31
32
33

34
35
36
37
38
39
40
41













-
+

-
+








-
+


-
+


-
+


-
+







<?xml version="1.0" encoding="utf-8"?>
<!--
 *
 * SQLite.Linq.Test.nuspec -
 *
 * Written by Joe Mistachkin.
 * Released to the public domain, use at your own risk!
 *
-->
<package>
  <metadata>
    <id>System.Data.SQLite.Linq.Test</id>
    <title>System.Data.SQLite LINQ (x86/x64) Test</title>
    <version>1.0.94.0</version>
    <version>1.0.94.2</version>
    <authors>SQLite Development Team</authors>
    <description>Support for LINQ using System.Data.SQLite.</description>
    <description>This is a pre-release package and is not intended for production use.  Support for LINQ using System.Data.SQLite.</description>
    <language>en-US</language>
    <projectUrl>http://system.data.sqlite.org/</projectUrl>
    <iconUrl>http://system.data.sqlite.org/images/sqlite128.png</iconUrl>
    <licenseUrl>http://www.sqlite.org/copyright.html</licenseUrl>
    <tags>sqlite database ado.net provider interop</tags>
    <copyright>Public Domain</copyright>
    <dependencies>
      <group targetFramework="net20">
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.0" />
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.2" />
      </group>
      <group targetFramework="net40">
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.0" />
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.2" />
      </group>
      <group targetFramework="net45">
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.0" />
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.2" />
      </group>
      <group targetFramework="net451">
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.0" />
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.2" />
      </group>
    </dependencies>
  </metadata>
  <files>
    <file src="..\bin\2008\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net20" />
    <file src="..\bin\2010\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net40" />
    <file src="..\bin\2012\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net45" />
Changes to NuGet/SQLite.MSIL.Beta.nuspec.
9
10
11
12
13
14
15
16

17
18
19
20
21
22
23
9
10
11
12
13
14
15

16
17
18
19
20
21
22
23







-
+







-->
<package>
  <metadata>
    <id>System.Data.SQLite.MSIL.Beta</id>
    <title>System.Data.SQLite (MSIL) Beta</title>
    <version>1.0.94.0</version>
    <authors>SQLite Development Team</authors>
    <description>This is a legacy package; if possible, please use either the &quot;System.Data.SQLite&quot; or &quot;System.Data.SQLite.Core&quot; package instead.  An ADO.NET provider for SQLite (managed-only).</description>
    <description>This is a &quot;beta&quot; package and is not intended for production use.  This is a legacy package; if possible, please use either the &quot;System.Data.SQLite.Beta&quot; or &quot;System.Data.SQLite.Core.Beta&quot; package instead.  An ADO.NET provider for SQLite (managed-only).</description>
    <language>en-US</language>
    <projectUrl>http://system.data.sqlite.org/</projectUrl>
    <iconUrl>http://system.data.sqlite.org/images/sqlite128.png</iconUrl>
    <licenseUrl>http://www.sqlite.org/copyright.html</licenseUrl>
    <tags>sqlite database ado.net provider interop</tags>
    <copyright>Public Domain</copyright>
    <dependencies>
Changes to NuGet/SQLite.MSIL.Test.nuspec.
1
2
3
4
5
6
7
8
9
10
11
12
13
14

15
16

17
18
19
20
21
22
23
1
2
3
4
5
6
7
8
9
10
11
12
13

14
15

16
17
18
19
20
21
22
23













-
+

-
+







<?xml version="1.0" encoding="utf-8"?>
<!--
 *
 * SQLite.MSIL.Test.nuspec -
 *
 * Written by Joe Mistachkin.
 * Released to the public domain, use at your own risk!
 *
-->
<package>
  <metadata>
    <id>System.Data.SQLite.MSIL.Test</id>
    <title>System.Data.SQLite (MSIL) Test</title>
    <version>1.0.94.0</version>
    <version>1.0.94.2</version>
    <authors>SQLite Development Team</authors>
    <description>This is a legacy package; if possible, please use either the &quot;System.Data.SQLite&quot; or &quot;System.Data.SQLite.Core&quot; package instead.  An ADO.NET provider for SQLite (managed-only).</description>
    <description>This is a pre-release package and is not intended for production use.  This is a legacy package; if possible, please use either the &quot;System.Data.SQLite.Test&quot; or &quot;System.Data.SQLite.Core.Test&quot; package instead.  An ADO.NET provider for SQLite (managed-only).</description>
    <language>en-US</language>
    <projectUrl>http://system.data.sqlite.org/</projectUrl>
    <iconUrl>http://system.data.sqlite.org/images/sqlite128.png</iconUrl>
    <licenseUrl>http://www.sqlite.org/copyright.html</licenseUrl>
    <tags>sqlite database ado.net provider interop</tags>
    <copyright>Public Domain</copyright>
    <dependencies>
Changes to NuGet/SQLite.Test.nuspec.
1
2
3
4
5
6
7
8
9
10
11
12
13
14

15
16

17
18
19
20
21
22
23
24
25

26
27
28

29
30
31

32
33
34

35
36
37

38
39
40

41
42
43

44
45
46

47
48
49

50
51
52

53
54
55

56
57
58
59
60
1
2
3
4
5
6
7
8
9
10
11
12
13

14
15

16
17
18
19
20
21
22
23
24

25
26
27

28
29
30

31
32
33

34
35
36

37
38
39

40
41
42

43
44
45

46
47
48

49
50
51

52
53
54

55
56
57
58
59
60













-
+

-
+








-
+


-
+


-
+


-
+


-
+


-
+


-
+


-
+


-
+


-
+


-
+





<?xml version="1.0" encoding="utf-8"?>
<!--
 *
 * SQLite.Test.nuspec -
 *
 * Written by Joe Mistachkin.
 * Released to the public domain, use at your own risk!
 *
-->
<package>
  <metadata>
    <id>System.Data.SQLite.Test</id>
    <title>System.Data.SQLite (x86/x64) Test</title>
    <version>1.0.94.0</version>
    <version>1.0.94.2</version>
    <authors>SQLite Development Team</authors>
    <description>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.</description>
    <description>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.</description>
    <language>en-US</language>
    <projectUrl>http://system.data.sqlite.org/</projectUrl>
    <iconUrl>http://system.data.sqlite.org/images/sqlite128.png</iconUrl>
    <licenseUrl>http://www.sqlite.org/copyright.html</licenseUrl>
    <tags>sqlite database ado.net provider interop</tags>
    <copyright>Public Domain</copyright>
    <dependencies>
      <group targetFramework="net20">
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.0" />
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.2" />
      </group>
      <group targetFramework="net40">
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.0" />
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.2" />
      </group>
      <group targetFramework="net45">
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.0" />
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.2" />
      </group>
      <group targetFramework="net451">
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.0" />
        <dependency id="System.Data.SQLite.Core.Test" version="1.0.94.2" />
      </group>
      <group targetFramework="net20">
        <dependency id="System.Data.SQLite.Linq.Test" version="1.0.94.0" />
        <dependency id="System.Data.SQLite.Linq.Test" version="1.0.94.2" />
      </group>
      <group targetFramework="net40">
        <dependency id="System.Data.SQLite.Linq.Test" version="1.0.94.0" />
        <dependency id="System.Data.SQLite.Linq.Test" version="1.0.94.2" />
      </group>
      <group targetFramework="net45">
        <dependency id="System.Data.SQLite.Linq.Test" version="1.0.94.0" />
        <dependency id="System.Data.SQLite.Linq.Test" version="1.0.94.2" />
      </group>
      <group targetFramework="net451">
        <dependency id="System.Data.SQLite.Linq.Test" version="1.0.94.0" />
        <dependency id="System.Data.SQLite.Linq.Test" version="1.0.94.2" />
      </group>
      <group targetFramework="net40">
        <dependency id="System.Data.SQLite.EF6.Test" version="1.0.94.0" />
        <dependency id="System.Data.SQLite.EF6.Test" version="1.0.94.2" />
      </group>
      <group targetFramework="net45">
        <dependency id="System.Data.SQLite.EF6.Test" version="1.0.94.0" />
        <dependency id="System.Data.SQLite.EF6.Test" version="1.0.94.2" />
      </group>
      <group targetFramework="net451">
        <dependency id="System.Data.SQLite.EF6.Test" version="1.0.94.0" />
        <dependency id="System.Data.SQLite.EF6.Test" version="1.0.94.2" />
      </group>
    </dependencies>
  </metadata>
  <files />
</package>
Changes to NuGet/net40/EF6/content/config.transform.
1
2







3

4
5
6
7
8
9
10
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


+
+
+
+
+
+
+

+







<configuration>
  <system.data>
    <!--
        NOTE: The extra "remove" element below is to prevent the design-time
              support components within EF6 from selecting the legacy ADO.NET
              provider for SQLite (i.e. the one without any EF6 support).  It
              appears to only consider the first ADO.NET provider in the list
              within the resulting "app.config" or "web.config" file.
    -->
    <DbProviderFactories>
      <remove invariant="System.Data.SQLite" />
      <remove invariant="System.Data.SQLite.EF6" />
      <add name="SQLite Data Provider (Entity Framework 6)"
           invariant="System.Data.SQLite.EF6"
           description=".NET Framework Data Provider for SQLite (Entity Framework 6)"
           type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
    </DbProviderFactories>
  </system.data>
Changes to Setup/data/verify.lst.
905
906
907
908
909
910
911












912
913
914
915
916
917
918
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930







+
+
+
+
+
+
+
+
+
+
+
+







set sds_manifests(setupEf6Interop) {
  {{app}\bin\EntityFramework.dll}
  {{app}\bin\System.Data.SQLite.EF6.dll}
}

###############################################################################
#
# NOTE: This is the list of core files that should be present in the bundled
#       setup archives (i.e. those containing the mixed-mode assembly) that
#       support EF6 (i.e. available with the desktop .NET Framework 4.0 and
#       later).
#
set sds_manifests(setupEf6Bundle) {
  {{app}\bin\EntityFramework.dll}
  {{app}\GAC\System.Data.SQLite.EF6.dll}
}

###############################################################################
#
# NOTE: This is the list of files that should be present in all setup archives
#       supporting the .NET Framework 2.0 for x86.
#
set sds_manifests(setupX86Vs2005) {
  {{tmp}\vcredist_x86_2005_SP1_MFC.exe}
}

1228
1229
1230
1231
1232
1233
1234
1235

1236
1237
1238
1239
1240
1241

1242
1243
1244
1245
1246
1247
1248
1240
1241
1242
1243
1244
1245
1246

1247
1248
1249
1250
1251
1252

1253
1254
1255
1256
1257
1258
1259
1260







-
+





-
+







    setupCore setupInterop setupLinqCore setupEf6Core setupLinqInterop \
    setupEf6Interop setupX64Vs2010]

###############################################################################

set manifests(sqlite-netFx40-setup-bundle-x86-2010-.exe) [list sds \
    setupCore setupBundle setupLinqCore setupEf6Core setupLinqBundle \
    setupEf6Interop setupX86Vs2010]
    setupEf6Bundle setupX86Vs2010]

###############################################################################

set manifests(sqlite-netFx40-setup-bundle-x64-2010-.exe) [list sds \
    setupCore setupBundle setupLinqCore setupEf6Core setupLinqBundle \
    setupEf6Interop setupX64Vs2010]
    setupEf6Bundle setupX64Vs2010]

###############################################################################
################### Visual Studio 2012 / .NET Framework 4.5 ###################
############################### Binary Packages ###############################
###############################################################################

set manifests(sqlite-netFx45-binary-Win32-2012-.zip) [list sds \
1298
1299
1300
1301
1302
1303
1304
1305

1306
1307
1308
1309
1310
1311

1312
1313
1314
1315
1316
1317
1318
1310
1311
1312
1313
1314
1315
1316

1317
1318
1319
1320
1321
1322

1323
1324
1325
1326
1327
1328
1329
1330







-
+





-
+







    setupCore setupInterop setupLinqCore setupEf6Core setupLinqInterop \
    setupEf6Interop setupX64Vs2012]

###############################################################################

set manifests(sqlite-netFx45-setup-bundle-x86-2012-.exe) [list sds \
    setupCore setupBundle setupLinqCore setupEf6Core setupLinqBundle \
    setupEf6Interop setupX86Vs2012]
    setupEf6Bundle setupX86Vs2012]

###############################################################################

set manifests(sqlite-netFx45-setup-bundle-x64-2012-.exe) [list sds \
    setupCore setupBundle setupLinqCore setupEf6Core setupLinqBundle \
    setupEf6Interop setupX64Vs2012]
    setupEf6Bundle setupX64Vs2012]

###############################################################################
############### Visual Studio 2012 / .NET Compact Framework 3.9 ###############
############################### Binary Packages ###############################
###############################################################################

set manifests(sqlite-netFx39-binary-WinCE-ARM-2012-.zip) [list sds \
1385
1386
1387
1388
1389
1390
1391
1392

1393
1394
1395
1396
1397
1398

1399
1400
1401
1397
1398
1399
1400
1401
1402
1403

1404
1405
1406
1407
1408
1409

1410
1411
1412
1413







-
+





-
+



    setupCore setupInterop setupLinqCore setupEf6Core setupLinqInterop \
    setupEf6Interop setupX64Vs2013]

###############################################################################

set manifests(sqlite-netFx451-setup-bundle-x86-2013-.exe) [list sds \
    setupCore setupBundle setupLinqCore setupEf6Core setupLinqBundle \
    setupEf6Interop setupX86Vs2013]
    setupEf6Bundle setupX86Vs2013]

###############################################################################

set manifests(sqlite-netFx451-setup-bundle-x64-2013-.exe) [list sds \
    setupCore setupBundle setupLinqCore setupEf6Core setupLinqBundle \
    setupEf6Interop setupX64Vs2013]
    setupEf6Bundle setupX64Vs2013]

###############################################################################
# end of file
Changes to readme.htm.
1
2
3
4
5
6
7
8

9
10
11
12
13
14
15
1
2
3
4
5
6
7

8
9
10
11
12
13
14
15







-
+







<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
ADO.NET SQLite Data Provider<br />
Version 1.0.94.0 September XX, 2014 <font color="red">(release scheduled)</font><br />
Version 1.0.94.0 September 9, 2014<br />
Using <a href="http://www.sqlite.org/releaselog/3_8_6.html">SQLite 3.8.6</a><br />
Originally written by Robert Simpson<br />
Released to the public domain, use at your own risk!<br />
Official provider website:&nbsp;<a href="http://system.data.sqlite.org/">http://system.data.sqlite.org/</a><br />
Legacy versions:&nbsp;<a href="http://sqlite.phxsoftware.com/">http://sqlite.phxsoftware.com/</a><br />
<br />
The current development version can be downloaded from <a href="http://system.data.sqlite.org/index.html/timeline?y=ci">
205
206
207
208
209
210
211
212

213
214
215
216
217
218
219
205
206
207
208
209
210
211

212
213
214
215
216
217
218
219







-
+







designed for robustness and maximum backward compatibility with previously
released versions of System.Data.SQLite.
</p>

<h2><b>Version History</b></h2>

<p>
    <b>1.0.94.0 - September XX, 2014 <font color="red">(release scheduled)</font></b>
    <b>1.0.94.0 - September 9, 2014</b>
</p>
<ul>
    <li>Updated to <a href="http://www.sqlite.org/releaselog/3_8_6.html">SQLite 3.8.6</a>.</li>
    <li>Updated to <a href="http://www.nuget.org/packages/EntityFramework/6.1.1">Entity Framework 6.1.1</a>.</li>
    <li>Refactor and simplify NuGet packages in order to support per-solution SQLite interop assembly files.&nbsp;<b>** Potentially Incompatible Change **</b></li>
    <li>Add RefreshFlags method to the SQLiteDataReader class to forcibly refresh its connection flags.</li>
    <li>Improve automatic detection and handling of the Entity Framework 6 assembly by the design-time components installer. Pursuant to [e634e330a6].&nbsp;<b>** Potentially Incompatible Change **</b></li>
Changes to www/downloads.wiki.
429
430
431
432
433
434
435
436

437
438

439
440
441
442
443

444
445

446
447
448
449
450
451
452
453
454
455
456
457
458
459

460
461

462
463
464
465
466
467

468
469
470
471
472
473
474

475
476
477
478
479
480
481
482

483
484

485
486
487
488
489
490


491
492
493

494
495
496
497
498
499
500
501
502
503
504
505
506
507

508
509

510
511
512
513
514
515

516
517
518
519

520
521
522
523
524
525
526
527

528
529

530
531
532
533
534
535


536
537
538

539
540
541
542
543
544
545
546
547
548
549
550
551
552

553
554

555
556
557
558
559
560

561
562
563
564
565
566
567

568
569
570
571
572
573
574
575

576
577

578
579
580
581
582
583


584
585
586

587
588
589
590
591
592
593
594
595
596
597
598
599
600

601
602

603
604
605
606
607
608

609
610
611
612

613
614
615
616
617
618
619
620

621
622

623
624
625
626
627
628


629
630
631

632
633
634
635
636
637
638
639
640
641
642
643
644
645

646
647

648
649
650
651
652
653

654
655
656
657
658
659

660
661
662
663
664
665
666
667

668
669

670
671
672
673
674
675


676
677
678

679
680
681
682
683
684
685
686
687
688
689
690
691
692

693
694

695
696
697
698
699
700

701
702
703

704
705
706
707
708
709
710
711

712
713

714
715
716
717
718
719


720
721
722

723
724
725
726
727
728
729
730
731
732
733
734
735
736

737
738

739
740
741
742
743
744

745
746
747
748
749
750
751

752
753
754
755
756
757
758
759

760
761

762
763
764
765
766
767


768
769
770

771
772
773
774
775
776
777
778
779
780
781
782
783
784

785
786

787
788
789
790
791
792

793
794
795
796

797
798
799
800
801
802
803
804

805
806

807
808
809
810
811
812


813
814
815

816
817
818
819
820
821
822
823
824
825
826
827
828
829

830
831

832
833
834
835
836
837

838
839
840
841
842
843
844

845
846
847
848
849
850
851
852

853
854

855
856
857
858
859
860


861
862
863

864
865
866
867
868
869
870
871
872
873
874
875
876
877

878
879

880
881
882
883
884
885

886
887
888
889

890
891
892
893
894
895
896
897

898
899

900
901
902
903
904
905


906
907
908

909
910
911
912
913
914
915
916
917
918
919
920
921
922

923
924

925
926
927
928
929
930


931
932
933

934
935
936
937
938
939
940
941

942
943

944
945
946
947
948

949
950
951

952
953
954
955
956
957
958
959
960
961
962
963
964
965

966
967

968
969
970
971
972
973


974
975
976

977
978
979
980
981
982
983
984

985
986

987
988
989
990
991

992
993
994

995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008

1009
1010

1011
1012
1013
1014
1015
1016


1017
1018
1019

1020
1021
1022
1023
1024
1025
1026
1027

1028
1029

1030
1031
1032
1033
1034

1035
1036
1037

1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051

1052
1053

1054
1055
1056
1057
1058
1059


1060
1061
1062

1063
1064
1065
1066
1067
1068
1069
1070

1071
1072

1073
1074
1075
1076
1077

1078
1079
1080

1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094

1095
1096

1097
1098
1099
1100
1101
1102


1103
1104
1105

1106
1107
1108
1109
1110
1111
1112
1113

1114
1115

1116
1117
1118
1119
1120

1121
1122
1123

1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137

1138
1139

1140
1141
1142
1143
1144
1145


1146
1147
1148

1149
1150
1151
1152
1153
1154
1155
1156

1157
1158

1159
1160
1161
1162
1163

1164
1165
1166

1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180

1181
1182

1183
1184
1185
1186
1187
1188


1189
1190
1191

1192
1193
1194
1195
1196
1197
1198
1199

1200
1201

1202
1203
1204
1205
1206

1207
1208
1209

1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223

1224
1225

1226
1227
1228
1229
1230
1231


1232
1233
1234

1235
1236
1237
1238
1239
1240
1241
1242

1243
1244

1245
1246
1247
1248
1249

1250
1251
1252

1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266

1267
1268

1269
1270
1271
1272
1273
1274


1275
1276
1277

1278
1279
1280
1281
1282
1283
1284
1285

1286
1287

1288
1289
1290
1291
1292

1293
1294
1295

1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309

1310
1311

1312
1313
1314
1315
1316
1317


1318
1319
1320

1321
1322
1323
1324
1325
1326
1327
1328

1329
1330

1331
1332
1333
1334
1335

1336
1337
1338

1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352

1353
1354

1355
1356
1357
1358
1359
1360


1361
1362
1363

1364
1365
1366
1367
1368
1369
1370
1371

1372
1373

1374
1375
1376
1377
1378

1379
1380
1381
1382

1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396

1397
1398

1399
1400
1401
1402
1403
1404


1405
1406
1407

1408
1409
1410
1411
1412
1413
1414
1415

1416
1417

1418
1419
1420
1421
1422

1423
1424
1425
1426

1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440

1441
1442

1443
1444
1445
1446
1447
1448


1449
1450
1451

1452
1453
1454
1455
1456
1457
1458
1459

1460
1461

1462
1463
1464
1465
1466

1467
1468
1469
1470

1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484

1485
1486

1487
1488
1489
1490
1491
1492


1493
1494
1495

1496
1497
1498
1499
1500
1501
1502
1503

1504
1505

1506
1507
1508
1509
1510

1511
1512
1513
1514

1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528

1529
1530

1531
1532
1533
1534
1535
1536


1537
1538
1539

1540
1541
1542
1543
1544
1545
1546
1547

1548
1549

1550
1551
1552
1553
1554

1555
1556
1557
1558

1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572

1573
1574

1575
1576
1577
1578
1579
1580


1581
1582
1583

1584
1585
1586
1587
1588
1589
1590
1591

1592
1593

1594
1595
1596
1597
1598

1599
1600
1601
1602

1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616

1617
1618

1619
1620
1621
1622
1623
1624


1625
1626
1627

1628
1629
1630
1631
1632
1633
1634
1635

1636
1637

1638
1639
1640
1641
1642

1643
1644
1645
1646

1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660

1661
1662

1663
1664
1665
1666
1667
1668


1669
1670
1671

1672
1673
1674
1675
1676
1677
1678
1679

1680
1681

1682
1683
1684
1685
1686

1687
1688
1689
1690

1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704

1705
1706

1707
1708
1709
1710
1711
1712


1713
1714
1715

1716
1717
1718
1719
1720
1721
1722
1723

1724
1725

1726
1727
1728
1729
1730

1731
1732
1733
1734

1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748

1749
1750

1751
1752
1753
1754
1755
1756


1757
1758
1759

1760
1761
1762
1763
1764
1765
1766
1767

1768
1769

1770
1771
1772
1773
1774

1775
1776
1777
1778

1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792

1793
1794

1795
1796
1797
1798
1799

1800
1801
1802
1803
1804

1805
1806
1807
1808
1809
1810
1811
1812

1813
1814

1815
1816
1817
1818
1819

1820
1821
1822

1823
1824
1825
1826
1827
1828
1829
1830

1831
1832

1833
1834
1835
1836
1837

1838
1839
1840

1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854

1855
1856
1857
1858
1859
1860
1861

1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878

1879
1880
1881
1882
1883
1884
1885

1886
1887

1888
1889
1890
1891
1892

1893
1894
1895
1896
1897
1898
1899
1900
1901

1902
1903
1904
1905
1906
1907
1908

1909
1910
1911
1912
1913
1914
1915

1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927

1928
1929
1930
1931
1932
1933
1934

1935
1936
1937
1938
1939
1940
1941

1942
1943
1944
1945
1946
1947
1948

1949
1950
1951
1952
1953
1954
1955

1956
1957
1958
1959
1960
1961
1962

1963
1964
1965
1966
1967
1968

1969
1970
1971
1972
1973
1974
1975

1976
1977

1978
1979
1980
1981
1982

1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997

1998
1999
2000
2001
2002
2003
2004

2005
2006

2007
2008
2009
2010
2011

2012
2013
2014
2015
2016
2017
2018
2019
2020
2021

2022
2023
2024
2025
2026
2027
2028

2029
2030

2031
2032
2033
2034
2035

2036
2037
2038
2039
2040
2041
2042
2043
2044
2045

2046
2047
2048
2049
2050
2051
2052
429
430
431
432
433
434
435

436
437

438
439
440
441
442

443
444

445
446
447
448
449
450
451
452
453
454
455
456
457
458

459
460

461
462
463
464
465
466

467
468
469
470
471
472
473

474
475
476
477
478
479
480
481

482
483

484
485
486
487
488


489
490
491
492

493
494
495
496
497
498
499
500
501
502
503
504
505
506

507
508

509
510
511
512
513
514

515
516
517
518

519
520
521
522
523
524
525
526

527
528

529
530
531
532
533


534
535
536
537

538
539
540
541
542
543
544
545
546
547
548
549
550
551

552
553

554
555
556
557
558
559

560
561
562
563
564
565
566

567
568
569
570
571
572
573
574

575
576

577
578
579
580
581


582
583
584
585

586
587
588
589
590
591
592
593
594
595
596
597
598
599

600
601

602
603
604
605
606
607

608
609
610
611

612
613
614
615
616
617
618
619

620
621

622
623
624
625
626


627
628
629
630

631
632
633
634
635
636
637
638
639
640
641
642
643
644

645
646

647
648
649
650
651
652

653
654
655
656
657
658

659
660
661
662
663
664
665
666

667
668

669
670
671
672
673


674
675
676
677

678
679
680
681
682
683
684
685
686
687
688
689
690
691

692
693

694
695
696
697
698
699

700
701
702

703
704
705
706
707
708
709
710

711
712

713
714
715
716
717


718
719
720
721

722
723
724
725
726
727
728
729
730
731
732
733
734
735

736
737

738
739
740
741
742
743

744
745
746
747
748
749
750

751
752
753
754
755
756
757
758

759
760

761
762
763
764
765


766
767
768
769

770
771
772
773
774
775
776
777
778
779
780
781
782
783

784
785

786
787
788
789
790
791

792
793
794
795

796
797
798
799
800
801
802
803

804
805

806
807
808
809
810


811
812
813
814

815
816
817
818
819
820
821
822
823
824
825
826
827
828

829
830

831
832
833
834
835
836

837
838
839
840
841
842
843

844
845
846
847
848
849
850
851

852
853

854
855
856
857
858


859
860
861
862

863
864
865
866
867
868
869
870
871
872
873
874
875
876

877
878

879
880
881
882
883
884

885
886
887
888

889
890
891
892
893
894
895
896

897
898

899
900
901
902
903


904
905
906
907

908
909
910
911
912
913
914
915
916
917
918
919
920
921

922
923

924
925
926
927
928


929
930
931
932

933
934
935
936
937
938
939
940

941
942

943
944
945
946
947

948
949
950

951
952
953
954
955
956
957
958
959
960
961
962
963
964

965
966

967
968
969
970
971


972
973
974
975

976
977
978
979
980
981
982
983

984
985

986
987
988
989
990

991
992
993

994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007

1008
1009

1010
1011
1012
1013
1014


1015
1016
1017
1018

1019
1020
1021
1022
1023
1024
1025
1026

1027
1028

1029
1030
1031
1032
1033

1034
1035
1036

1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050

1051
1052

1053
1054
1055
1056
1057


1058
1059
1060
1061

1062
1063
1064
1065
1066
1067
1068
1069

1070
1071

1072
1073
1074
1075
1076

1077
1078
1079

1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093

1094
1095

1096
1097
1098
1099
1100


1101
1102
1103
1104

1105
1106
1107
1108
1109
1110
1111
1112

1113
1114

1115
1116
1117
1118
1119

1120
1121
1122

1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136

1137
1138

1139
1140
1141
1142
1143


1144
1145
1146
1147

1148
1149
1150
1151
1152
1153
1154
1155

1156
1157

1158
1159
1160
1161
1162

1163
1164
1165

1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179

1180
1181

1182
1183
1184
1185
1186


1187
1188
1189
1190

1191
1192
1193
1194
1195
1196
1197
1198

1199
1200

1201
1202
1203
1204
1205

1206
1207
1208

1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222

1223
1224

1225
1226
1227
1228
1229


1230
1231
1232
1233

1234
1235
1236
1237
1238
1239
1240
1241

1242
1243

1244
1245
1246
1247
1248

1249
1250
1251

1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265

1266
1267

1268
1269
1270
1271
1272


1273
1274
1275
1276

1277
1278
1279
1280
1281
1282
1283
1284

1285
1286

1287
1288
1289
1290
1291

1292
1293
1294

1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308

1309
1310

1311
1312
1313
1314
1315


1316
1317
1318
1319

1320
1321
1322
1323
1324
1325
1326
1327

1328
1329

1330
1331
1332
1333
1334

1335
1336
1337

1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351

1352
1353

1354
1355
1356
1357
1358


1359
1360
1361
1362

1363
1364
1365
1366
1367
1368
1369
1370

1371
1372

1373
1374
1375
1376
1377

1378
1379
1380
1381

1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395

1396
1397

1398
1399
1400
1401
1402


1403
1404
1405
1406

1407
1408
1409
1410
1411
1412
1413
1414

1415
1416

1417
1418
1419
1420
1421

1422
1423
1424
1425

1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439

1440
1441

1442
1443
1444
1445
1446


1447
1448
1449
1450

1451
1452
1453
1454
1455
1456
1457
1458

1459
1460

1461
1462
1463
1464
1465

1466
1467
1468
1469

1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483

1484
1485

1486
1487
1488
1489
1490


1491
1492
1493
1494

1495
1496
1497
1498
1499
1500
1501
1502

1503
1504

1505
1506
1507
1508
1509

1510
1511
1512
1513

1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527

1528
1529

1530
1531
1532
1533
1534


1535
1536
1537
1538

1539
1540
1541
1542
1543
1544
1545
1546

1547
1548

1549
1550
1551
1552
1553

1554
1555
1556
1557

1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571

1572
1573

1574
1575
1576
1577
1578


1579
1580
1581
1582

1583
1584
1585
1586
1587
1588
1589
1590

1591
1592

1593
1594
1595
1596
1597

1598
1599
1600
1601

1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615

1616
1617

1618
1619
1620
1621
1622


1623
1624
1625
1626

1627
1628
1629
1630
1631
1632
1633
1634

1635
1636

1637
1638
1639
1640
1641

1642
1643
1644
1645

1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659

1660
1661

1662
1663
1664
1665
1666


1667
1668
1669
1670

1671
1672
1673
1674
1675
1676
1677
1678

1679
1680

1681
1682
1683
1684
1685

1686
1687
1688
1689

1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703

1704
1705

1706
1707
1708
1709
1710


1711
1712
1713
1714

1715
1716
1717
1718
1719
1720
1721
1722

1723
1724

1725
1726
1727
1728
1729

1730
1731
1732
1733

1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747

1748
1749

1750
1751
1752
1753
1754


1755
1756
1757
1758

1759
1760
1761
1762
1763
1764
1765
1766

1767
1768

1769
1770
1771
1772
1773

1774
1775
1776
1777

1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791

1792
1793

1794
1795
1796
1797
1798

1799
1800
1801
1802
1803

1804
1805
1806
1807
1808
1809
1810
1811

1812
1813

1814
1815
1816
1817
1818

1819
1820
1821

1822
1823
1824
1825
1826
1827
1828
1829

1830
1831

1832
1833
1834
1835
1836

1837
1838
1839

1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853

1854
1855
1856
1857
1858
1859
1860

1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877

1878
1879
1880
1881
1882
1883
1884

1885
1886

1887
1888
1889
1890
1891

1892
1893
1894
1895
1896
1897
1898
1899
1900

1901
1902
1903
1904
1905
1906
1907

1908
1909
1910
1911
1912
1913
1914

1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926

1927
1928
1929
1930
1931
1932
1933

1934
1935
1936
1937
1938
1939
1940

1941
1942
1943
1944
1945
1946
1947

1948
1949
1950
1951
1952
1953
1954

1955
1956
1957
1958
1959
1960
1961

1962
1963
1964
1965
1966
1967

1968
1969
1970
1971
1972
1973
1974

1975
1976

1977
1978
1979
1980
1981

1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996

1997
1998
1999
2000
2001
2002
2003

2004
2005

2006
2007
2008
2009
2010

2011
2012
2013
2014
2015
2016
2017
2018
2019
2020

2021
2022
2023
2024
2025
2026
2027

2028
2029

2030
2031
2032
2033
2034

2035
2036
2037
2038
2039
2040
2041
2042
2043
2044

2045
2046
2047
2048
2049
2050
2051
2052







-
+

-
+




-
+

-
+













-
+

-
+





-
+






-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+



-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+






-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+



-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+





-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+


-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+






-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+



-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+






-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+



-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
+




-
+







-
+

-
+




-
+


-
+







-
+

-
+




-
+


-
+













-
+






-
+
















-
+






-
+

-
+




-
+








-
+






-
+






-
+











-
+






-
+






-
+






-
+






-
+






-
+





-
+






-
+

-
+




-
+














-
+






-
+

-
+




-
+









-
+






-
+

-
+




-
+









-
+







      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx-source"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx-source-1.0.93.0.zip">sqlite-netFx-source-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx-source-1.0.94.0.zip">sqlite-netFx-source-1.0.94.0.zip</a>
        <br />
        (4.89 MiB)
        (4.93 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This ZIP archive contains all current source code for System.Data.SQLite
        1.0.93.0 (3.8.5) combined into a single archive file.
        1.0.94.0 (3.8.6) combined into a single archive file.
        <br />
        (sha1: 4b6b7f42a27bfa2221480e7ed7cca4ac4b995726)
        (sha1: a254d5c89176b60d976d41741abddf5eeb6d334f)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Setups for 32-bit Windows (.NET Framework 2.0 SP2)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx20-setup-bundle-x86-2005"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx20-setup-bundle-x86-2005-1.0.93.0.exe">sqlite-netFx20-setup-bundle-x86-2005-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx20-setup-bundle-x86-2005-1.0.94.0.exe">sqlite-netFx20-setup-bundle-x86-2005-1.0.94.0.exe</a>
        <br />
        (5.01 MiB)
        (5.03 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        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.93.0 (3.8.5) package.  The Visual C++ 2005
        the System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2005
        SP1 runtime for x86 is included.  The .NET Framework 2.0 SP2 is
        required.
        <br />
        <big><b>This is the only setup package that is capable of installing the
        design-time components for Visual Studio 2005.</b></big>
        <br />
        (sha1: 76de1cf3056ada1b582d0591a1882a74be3af25c)
        (sha1: 89e8ff720473f51b96a8f550e17f6a01eae62584)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx20-setup-x86-2005"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx20-setup-x86-2005-1.0.93.0.exe">sqlite-netFx20-setup-x86-2005-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx20-setup-x86-2005-1.0.94.0.exe">sqlite-netFx20-setup-x86-2005-1.0.94.0.exe</a>
        <br />
        (5.00 MiB)
        (5.03 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package will install all the necessary runtime components and
        dependencies for the x86 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2005 SP1 runtime for x86 is included.
        dependencies for the x86 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2005 SP1 runtime for x86 is included.
        The .NET Framework 2.0 SP2 is required.
        <br />
        (sha1: 0c44f4c217c9a202bc46379bc0c0c2cbfb47a3d8)
        (sha1: cc4d95119bd85bf663f22148780e6664dad1ac54)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Setups for 64-bit Windows (.NET Framework 2.0 SP2)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx20-setup-bundle-x64-2005"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx20-setup-bundle-x64-2005-1.0.93.0.exe">sqlite-netFx20-setup-bundle-x64-2005-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx20-setup-bundle-x64-2005-1.0.94.0.exe">sqlite-netFx20-setup-bundle-x64-2005-1.0.94.0.exe</a>
        <br />
        (5.60 MiB)
        (5.63 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        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.93.0 (3.8.5) package.  The Visual C++ 2005
        the System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2005
        SP1 runtime for x64 is included.  The .NET Framework 2.0 SP2 is
        required.
        <br />
        (sha1: 1bf2e8fdbc521af5000379bc52a3b6e13d27cbc3)
        (sha1: ceb7df944ad92f3e3bb1af672d25dcad1af7d2d3)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx20-setup-x64-2005"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx20-setup-x64-2005-1.0.93.0.exe">sqlite-netFx20-setup-x64-2005-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx20-setup-x64-2005-1.0.94.0.exe">sqlite-netFx20-setup-x64-2005-1.0.94.0.exe</a>
        <br />
        (5.60 MiB)
        (5.62 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package will install all the necessary runtime components and
        dependencies for the x64 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2005 SP1 runtime for x64 is included.
        dependencies for the x64 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2005 SP1 runtime for x64 is included.
        The .NET Framework 2.0 SP2 is required.
        <br />
        (sha1: e9ad36276264f4c75cb93e148989ecca2b49326c)
        (sha1: fc92081f2ecb291db47152b85cbdda2f514fd349)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Setups for 32-bit Windows (.NET Framework 3.5 SP1)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx35-setup-bundle-x86-2008"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx35-setup-bundle-x86-2008-1.0.93.0.exe">sqlite-netFx35-setup-bundle-x86-2008-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx35-setup-bundle-x86-2008-1.0.94.0.exe">sqlite-netFx35-setup-bundle-x86-2008-1.0.94.0.exe</a>
        <br />
        (7.05 MiB)
        (7.07 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        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.93.0 (3.8.5) package.  The Visual C++ 2008
        the System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2008
        SP1 runtime for x86 is included.  The .NET Framework 3.5 SP1 is
        required.
        <br />
        <big><b>This is the only setup package that is capable of installing the
        design-time components for Visual Studio 2008.</b></big>
        <br />
        (sha1: 3c062488edad63907f080f5eab36c61b0535859b)
        (sha1: 5b2d64b941587589aa09d642bcd871ee3a2bc521)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx35-setup-x86-2008"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx35-setup-x86-2008-1.0.93.0.exe">sqlite-netFx35-setup-x86-2008-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx35-setup-x86-2008-1.0.94.0.exe">sqlite-netFx35-setup-x86-2008-1.0.94.0.exe</a>
        <br />
        (7.04 MiB)
        (7.06 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package will install all the necessary runtime components and
        dependencies for the x86 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2008 SP1 runtime for x86 is included.
        dependencies for the x86 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2008 SP1 runtime for x86 is included.
        The .NET Framework 3.5 SP1 is required.
        <br />
        (sha1: b2d060bda3a8c0e07fa9699d893fa36bb25a252b)
        (sha1: e048348461bbad68670be2167dfe3643eca1e7b7)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Setups for 64-bit Windows (.NET Framework 3.5 SP1)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx35-setup-bundle-x64-2008"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx35-setup-bundle-x64-2008-1.0.93.0.exe">sqlite-netFx35-setup-bundle-x64-2008-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx35-setup-bundle-x64-2008-1.0.94.0.exe">sqlite-netFx35-setup-bundle-x64-2008-1.0.94.0.exe</a>
        <br />
        (7.79 MiB)
        (7.81 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        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.93.0 (3.8.5) package.  The Visual C++ 2008
        the System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2008
        SP1 runtime for x64 is included.  The .NET Framework 3.5 SP1 is
        required.
        <br />
        (sha1: 30df9f5f137daa9e32494bec3a636d03277a4ff9)
        (sha1: b70235477071fc685edb1fc0f5e91ddee61ed632)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx35-setup-x64-2008"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx35-setup-x64-2008-1.0.93.0.exe">sqlite-netFx35-setup-x64-2008-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx35-setup-x64-2008-1.0.94.0.exe">sqlite-netFx35-setup-x64-2008-1.0.94.0.exe</a>
        <br />
        (7.78 MiB)
        (7.80 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package will install all the necessary runtime components and
        dependencies for the x64 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2008 SP1 runtime for x64 is included.
        dependencies for the x64 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2008 SP1 runtime for x64 is included.
        The .NET Framework 3.5 SP1 is required.
        <br />
        (sha1: 007097afb53bf7bbb13dd904f944de558aeae868)
        (sha1: 70f1a2c6543ae2ccf9dc8f267fa6ffc242935b83)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Setups for 32-bit Windows (.NET Framework 4.0)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx40-setup-bundle-x86-2010"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx40-setup-bundle-x86-2010-1.0.93.0.exe">sqlite-netFx40-setup-bundle-x86-2010-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx40-setup-bundle-x86-2010-1.0.94.0.exe">sqlite-netFx40-setup-bundle-x86-2010-1.0.94.0.exe</a>
        <br />
        (12.60 MiB)
        (12.63 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        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.93.0 (3.8.5) package.  The Visual C++ 2010
        the System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2010
        SP1 runtime for x86 is included.  The .NET Framework 4.0 is required.
        <br />
        <big><b>This is the only setup package that is capable of installing the
        design-time components for Visual Studio 2010.</b></big>
        <br />
        (sha1: a2f6f834bb4ada0e484d797087c462cbd97d421b)
        (sha1: 1601fa560359ab7ac0a64fa9fb1a7fbd1d15288b)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx40-setup-x86-2010"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx40-setup-x86-2010-1.0.93.0.exe">sqlite-netFx40-setup-x86-2010-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx40-setup-x86-2010-1.0.94.0.exe">sqlite-netFx40-setup-x86-2010-1.0.94.0.exe</a>
        <br />
        (12.60 MiB)
        (12.62 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package will install all the necessary runtime components and
        dependencies for the x86 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2010 SP1 runtime for x86 is included.
        dependencies for the x86 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2010 SP1 runtime for x86 is included.
        The .NET Framework 4.0 is required.
        <br />
        (sha1: 1ee2101bf267304803bbdcfca6e1524852ecca3a)
        (sha1: 72359dc97731763b9fd1f573b793ee4b03a9fd3e)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Setups for 64-bit Windows (.NET Framework 4.0)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx40-setup-bundle-x64-2010"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx40-setup-bundle-x64-2010-1.0.93.0.exe">sqlite-netFx40-setup-bundle-x64-2010-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx40-setup-bundle-x64-2010-1.0.94.0.exe">sqlite-netFx40-setup-bundle-x64-2010-1.0.94.0.exe</a>
        <br />
        (13.85 MiB)
        (13.88 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        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.93.0 (3.8.5) package.  The Visual C++ 2010
        the System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2010
        SP1 runtime for x64 is included.  The .NET Framework 4.0 is required.
        <br />
        (sha1: 4e0f6bc904d0dda2e5ebe346f710726e64494932)
        (sha1: d1dc39c8fa8deff46d465e0f2ae4a6e8817a9240)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx40-setup-x64-2010"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx40-setup-x64-2010-1.0.93.0.exe">sqlite-netFx40-setup-x64-2010-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx40-setup-x64-2010-1.0.94.0.exe">sqlite-netFx40-setup-x64-2010-1.0.94.0.exe</a>
        <br />
        (13.84 MiB)
        (13.87 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package will install all the necessary runtime components and
        dependencies for the x64 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2010 SP1 runtime for x64 is included.
        dependencies for the x64 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2010 SP1 runtime for x64 is included.
        The .NET Framework 4.0 is required.
        <br />
        (sha1: d85bc4b042136fcea0aac52f8e29bd8849fc15ab)
        (sha1: 943ff19b2715b8b85ef9738ddc71f404d2e4383b)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Setups for 32-bit Windows (.NET Framework 4.5)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx45-setup-bundle-x86-2012"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx45-setup-bundle-x86-2012-1.0.93.0.exe">sqlite-netFx45-setup-bundle-x86-2012-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx45-setup-bundle-x86-2012-1.0.94.0.exe">sqlite-netFx45-setup-bundle-x86-2012-1.0.94.0.exe</a>
        <br />
        (10.04 MiB)
        (10.06 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        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.93.0 (3.8.5) package.  The Visual C++ 2012
        the System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2012
        Update 3 runtime for x86 is included.  The .NET Framework 4.5 is
        required.
        <br />
        <big><b>This is the only setup package that is capable of installing the
        design-time components for Visual Studio 2012.</b></big>
        <br />
        (sha1: 934116fd6dcd9c4071c1e9f4e482e96ffe784b60)
        (sha1: 65958357110ff8388debbc1dea6acc9551d57a54)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx45-setup-x86-2012"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx45-setup-x86-2012-1.0.93.0.exe">sqlite-netFx45-setup-x86-2012-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx45-setup-x86-2012-1.0.94.0.exe">sqlite-netFx45-setup-x86-2012-1.0.94.0.exe</a>
        <br />
        (10.07 MiB)
        (10.09 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package will install all the necessary runtime components and
        dependencies for the x86 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2012 Update 3 runtime for x86 is
        dependencies for the x86 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2012 Update 3 runtime for x86 is
        included.  The .NET Framework 4.5 is required.
        <br />
        (sha1: c599782d1965b5fcb470b1896a255ef688869bf1)
        (sha1: 3542d35277a25e6b90125a9b223bbdb4abc0ebf8)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Setups for 64-bit Windows (.NET Framework 4.5)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx45-setup-bundle-x64-2012"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx45-setup-bundle-x64-2012-1.0.93.0.exe">sqlite-netFx45-setup-bundle-x64-2012-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx45-setup-bundle-x64-2012-1.0.94.0.exe">sqlite-netFx45-setup-bundle-x64-2012-1.0.94.0.exe</a>
        <br />
        (10.69 MiB)
        (10.72 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        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.93.0 (3.8.5) package.  The Visual C++ 2012
        the System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2012
        Update 3 runtime for x64 is included.  The .NET Framework 4.5 is
        required.
        <br />
        (sha1: 00a18ce857f6ea4d37d87993daa0f2f12280848b)
        (sha1: eca04e6cb2ed7ac4aa0f158f5caebbfcb733a0ed)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx45-setup-x64-2012"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx45-setup-x64-2012-1.0.93.0.exe">sqlite-netFx45-setup-x64-2012-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx45-setup-x64-2012-1.0.94.0.exe">sqlite-netFx45-setup-x64-2012-1.0.94.0.exe</a>
        <br />
        (10.74 MiB)
        (10.76 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package will install all the necessary runtime components and
        dependencies for the x64 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2012 Update 3 runtime for x64 is
        dependencies for the x64 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2012 Update 3 runtime for x64 is
        included.  The .NET Framework 4.5 is required.
        <br />
        (sha1: dfee560e80ec811e8ea5c1d56c539a7f446112fe)
        (sha1: 6992e7df36687c9f7d85d1a9d95f086e6ce64e51)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Setups for 32-bit Windows (.NET Framework 4.5.1)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx451-setup-bundle-x86-2013"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx451-setup-bundle-x86-2013-1.0.93.0.exe">sqlite-netFx451-setup-bundle-x86-2013-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx451-setup-bundle-x86-2013-1.0.94.0.exe">sqlite-netFx451-setup-bundle-x86-2013-1.0.94.0.exe</a>
        <br />
        (10.00 MiB)
        (10.02 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        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.93.0 (3.8.5) package.  The Visual C++ 2013
        the System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2013
        Update 2 runtime for x86 is included.  The .NET Framework 4.5.1 is
        required.
        <br />
        <big><b>This is the only setup package that is capable of installing the
        design-time components for Visual Studio 2013.</b></big>
        <br />
        (sha1: 8034fcd2b477bcff54af2b9ccf69472b672825ff)
        (sha1: cb16ee04221cfc6675b2f38af6093966f2d737d6)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx451-setup-x86-2013"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx451-setup-x86-2013-1.0.93.0.exe">sqlite-netFx451-setup-x86-2013-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx451-setup-x86-2013-1.0.94.0.exe">sqlite-netFx451-setup-x86-2013-1.0.94.0.exe</a>
        <br />
        (10.02 MiB)
        (10.05 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package will install all the necessary runtime components and
        dependencies for the x86 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2013 Update 2 runtime for x86 is
        dependencies for the x86 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2013 Update 2 runtime for x86 is
        included.  The .NET Framework 4.5.1 is required.
        <br />
        (sha1: e4e96075a611a1858d767f8995acecb6bbbe16a0)
        (sha1: 134a2cd850f51dafdbde7a1a726f684ae1d3658c)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Setups for 64-bit Windows (.NET Framework 4.5.1)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx451-setup-bundle-x64-2013"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx451-setup-bundle-x64-2013-1.0.93.0.exe">sqlite-netFx451-setup-bundle-x64-2013-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx451-setup-bundle-x64-2013-1.0.94.0.exe">sqlite-netFx451-setup-bundle-x64-2013-1.0.94.0.exe</a>
        <br />
        (10.68 MiB)
        (10.70 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        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.93.0 (3.8.5) package.  The Visual C++ 2013
        the System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2013
        Update 2 runtime for x64 is included.  The .NET Framework 4.5.1 is
        required.
        <br />
        (sha1: 0d28d49ee0296ec29aaa22aaa95da573eb7c31d4)
        (sha1: fc362adb265b01623718dbb5047cef1be7deeba8)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx451-setup-x64-2013"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx451-setup-x64-2013-1.0.93.0.exe">sqlite-netFx451-setup-x64-2013-1.0.93.0.exe</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx451-setup-x64-2013-1.0.94.0.exe">sqlite-netFx451-setup-x64-2013-1.0.94.0.exe</a>
        <br />
        (10.72 MiB)
        (10.75 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package will install all the necessary runtime components and
        dependencies for the x64 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2013 Update 2 runtime for x64 is
        dependencies for the x64 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2013 Update 2 runtime for x64 is
        included.  The .NET Framework 4.5.1 is required.
        <br />
        (sha1: fbcea471b5f85d02e34974c711302f0102614a75)
        (sha1: 777e319d04e4e647d84f4b1fa72a2d4f1b0a5654)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for 32-bit Windows (.NET Framework 2.0 SP2)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx20-binary-bundle-Win32-2005"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx20-binary-bundle-Win32-2005-1.0.93.0.zip">sqlite-netFx20-binary-bundle-Win32-2005-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx20-binary-bundle-Win32-2005-1.0.94.0.zip">sqlite-netFx20-binary-bundle-Win32-2005-1.0.94.0.zip</a>
        <br />
        (1.43 MiB)
        (1.45 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x86 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) 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.94.0
        (3.8.6) package.  The Visual C++ 2005 SP1 runtime for x86 and the .NET
        Framework 2.0 SP2 are required.
        <br />
        (sha1: 0c731b8de5f8645bad76510627904e30c2e2a04d)
        (sha1: a3eeae418f2c3632fb844f0dd6ef00c732fb9f1b)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx20-binary-Win32-2005"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx20-binary-Win32-2005-1.0.93.0.zip">sqlite-netFx20-binary-Win32-2005-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx20-binary-Win32-2005-1.0.94.0.zip">sqlite-netFx20-binary-Win32-2005-1.0.94.0.zip</a>
        <br />
        (1.42 MiB)
        (1.44 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x86 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2005 SP1
        runtime for x86 and the .NET Framework 2.0 SP2 are required.
        <br />
        (sha1: b1ea6dde44e3bb19fc140c565d366e29270ff963)
        (sha1: 4cddb7dbd5f8ccc2f852f652172a957748117837)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for 64-bit Windows (.NET Framework 2.0 SP2)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx20-binary-bundle-x64-2005"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx20-binary-bundle-x64-2005-1.0.93.0.zip">sqlite-netFx20-binary-bundle-x64-2005-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx20-binary-bundle-x64-2005-1.0.94.0.zip">sqlite-netFx20-binary-bundle-x64-2005-1.0.94.0.zip</a>
        <br />
        (1.64 MiB)
        (1.67 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x64 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) 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.94.0
        (3.8.6) package.  The Visual C++ 2005 SP1 runtime for x64 and the .NET
        Framework 2.0 SP2 are required.
        <br />
        (sha1: a01bdb7eefb4e2b85fe7fb9f347a5989f838e07a)
        (sha1: 6e01f5aaa463fdee2f57e0b3ababcd6b268358ba)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx20-binary-x64-2005"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx20-binary-x64-2005-1.0.93.0.zip">sqlite-netFx20-binary-x64-2005-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx20-binary-x64-2005-1.0.94.0.zip">sqlite-netFx20-binary-x64-2005-1.0.94.0.zip</a>
        <br />
        (1.64 MiB)
        (1.66 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x64 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2005 SP1
        runtime for x64 and the .NET Framework 2.0 SP2 are required.
        <br />
        (sha1: 68b34d8f3ff90657b229d5655cb90233aa391ad1)
        (sha1: a32305642a60249a7cb82c770c66a44dbae7acaf)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for 32-bit Windows (.NET Framework 3.5 SP1)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx35-binary-bundle-Win32-2008"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx35-binary-bundle-Win32-2008-1.0.93.0.zip">sqlite-netFx35-binary-bundle-Win32-2008-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx35-binary-bundle-Win32-2008-1.0.94.0.zip">sqlite-netFx35-binary-bundle-Win32-2008-1.0.94.0.zip</a>
        <br />
        (1.87 MiB)
        (1.90 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x86 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) 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.94.0
        (3.8.6) package.  The Visual C++ 2008 SP1 runtime for x86 and the .NET
        Framework 3.5 SP1 are required.
        <br />
        (sha1: 639d669a183863aa27545772532cf206b9aeea8c)
        (sha1: 485dee22ab1d1787c52f795091275fcaeb15d45b)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx35-binary-Win32-2008"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx35-binary-Win32-2008-1.0.93.0.zip">sqlite-netFx35-binary-Win32-2008-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx35-binary-Win32-2008-1.0.94.0.zip">sqlite-netFx35-binary-Win32-2008-1.0.94.0.zip</a>
        <br />
        (1.86 MiB)
        (1.89 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x86 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2008 SP1
        runtime for x86 and the .NET Framework 3.5 SP1 are required.
        <br />
        (sha1: 3fcc21d5df79de1a86b746dc08238ca9e7bfa3ba)
        (sha1: f5214a85fe76ca4d8053497ffdb05c3c6fa8180e)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for 64-bit Windows (.NET Framework 3.5 SP1)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx35-binary-bundle-x64-2008"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx35-binary-bundle-x64-2008-1.0.93.0.zip">sqlite-netFx35-binary-bundle-x64-2008-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx35-binary-bundle-x64-2008-1.0.94.0.zip">sqlite-netFx35-binary-bundle-x64-2008-1.0.94.0.zip</a>
        <br />
        (1.95 MiB)
        (1.97 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x64 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) 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.94.0
        (3.8.6) package.  The Visual C++ 2008 SP1 runtime for x64 and the .NET
        Framework 3.5 SP1 are required.
        <br />
        (sha1: 5d1649422a199ca22bb4eade80a393b6e9b2238d)
        (sha1: 82e1de1b46be92d23b6dc29b3c0447ccd421dc47)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx35-binary-x64-2008"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx35-binary-x64-2008-1.0.93.0.zip">sqlite-netFx35-binary-x64-2008-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx35-binary-x64-2008-1.0.94.0.zip">sqlite-netFx35-binary-x64-2008-1.0.94.0.zip</a>
        <br />
        (1.94 MiB)
        (1.96 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x64 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2008 SP1
        runtime for x64 and the .NET Framework 3.5 SP1 are required.
        <br />
        (sha1: eb31581d8c489d77aa2ac402b4f1aec8bc2181bf)
        (sha1: 289e22ac2c1f14a26dd94a6e336c18648c7ffcd7)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for 32-bit Windows (.NET Framework 4.0)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx40-binary-bundle-Win32-2010"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx40-binary-bundle-Win32-2010-1.0.93.0.zip">sqlite-netFx40-binary-bundle-Win32-2010-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx40-binary-bundle-Win32-2010-1.0.94.0.zip">sqlite-netFx40-binary-bundle-Win32-2010-1.0.94.0.zip</a>
        <br />
        (2.09 MiB)
        (2.11 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x86 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) 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.94.0
        (3.8.6) package.  The Visual C++ 2010 SP1 runtime for x86 and the .NET
        Framework 4.0 are required.
        <br />
        (sha1: 4cfad756f761eeae7309ef16c2ee6c2145cc7eaf)
        (sha1: 25fa18172761109d3f686eab5c82eea06a790a50)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx40-binary-Win32-2010"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx40-binary-Win32-2010-1.0.93.0.zip">sqlite-netFx40-binary-Win32-2010-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx40-binary-Win32-2010-1.0.94.0.zip">sqlite-netFx40-binary-Win32-2010-1.0.94.0.zip</a>
        <br />
        (2.08 MiB)
        (2.10 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x86 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2010 SP1
        runtime for x86 and the .NET Framework 4.0 are required.
        <br />
        (sha1: f858693a5951162a66e08cccceabaf82abce6928)
        (sha1: d85d22231a01653a02ae55a534453f34a73a46ac)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for 64-bit Windows (.NET Framework 4.0)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx40-binary-bundle-x64-2010"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx40-binary-bundle-x64-2010-1.0.93.0.zip">sqlite-netFx40-binary-bundle-x64-2010-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx40-binary-bundle-x64-2010-1.0.94.0.zip">sqlite-netFx40-binary-bundle-x64-2010-1.0.94.0.zip</a>
        <br />
        (2.11 MiB)
        (2.13 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x64 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) 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.94.0
        (3.8.6) package.  The Visual C++ 2010 SP1 runtime for x64 and the .NET
        Framework 4.0 are required.
        <br />
        (sha1: bca8c7c22aa3494df2019f67547f76c8089a1302)
        (sha1: 0a7133390991f8498a4c0a61e60b8fedceba82c2)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx40-binary-x64-2010"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx40-binary-x64-2010-1.0.93.0.zip">sqlite-netFx40-binary-x64-2010-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx40-binary-x64-2010-1.0.94.0.zip">sqlite-netFx40-binary-x64-2010-1.0.94.0.zip</a>
        <br />
        (2.10 MiB)
        (2.12 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x64 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2010 SP1
        runtime for x64 and the .NET Framework 4.0 are required.
        <br />
        (sha1: aeb85d56b3b2c76e33dee86976a753f97e45474c)
        (sha1: 1fa5f3f917bf4a8a200b971958fa275a6ee58dbf)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for 32-bit Windows (.NET Framework 4.5)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx45-binary-bundle-Win32-2012"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx45-binary-bundle-Win32-2012-1.0.93.0.zip">sqlite-netFx45-binary-bundle-Win32-2012-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx45-binary-bundle-Win32-2012-1.0.94.0.zip">sqlite-netFx45-binary-bundle-Win32-2012-1.0.94.0.zip</a>
        <br />
        (2.01 MiB)
        (2.03 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x86 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2012 Update 3 runtime for x86 and
        the binaries for the x86 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2012 Update 3 runtime for x86 and
        the .NET Framework 4.5 are required.
        <br />
        (sha1: e42431a3f0343716440cda90cdf65c5349794980)
        (sha1: cd49e148e4784b8d626272692ce823aaa7fd12c7)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx45-binary-Win32-2012"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx45-binary-Win32-2012-1.0.93.0.zip">sqlite-netFx45-binary-Win32-2012-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx45-binary-Win32-2012-1.0.94.0.zip">sqlite-netFx45-binary-Win32-2012-1.0.94.0.zip</a>
        <br />
        (2.06 MiB)
        (2.08 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x86 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2012
        Update 3 runtime for x86 and the .NET Framework 4.5 are required.
        <br />
        (sha1: a75734504cb5679a8ca537e0511e7d259a9fb680)
        (sha1: 2e6d6723511bc89dd6480cb2809a4ddd90c8e75b)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for 64-bit Windows (.NET Framework 4.5)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx45-binary-bundle-x64-2012"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx45-binary-bundle-x64-2012-1.0.93.0.zip">sqlite-netFx45-binary-bundle-x64-2012-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx45-binary-bundle-x64-2012-1.0.94.0.zip">sqlite-netFx45-binary-bundle-x64-2012-1.0.94.0.zip</a>
        <br />
        (2.04 MiB)
        (2.07 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x64 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2012 Update 3 runtime for x64 and
        the binaries for the x64 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2012 Update 3 runtime for x64 and
        the .NET Framework 4.5 are required.
        <br />
        (sha1: b4f9e8d528385168df8b6796f51e06f09bef2fa7)
        (sha1: d318739a15a0b4a8f5e7c73abf7a88fe6089ed50)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx45-binary-x64-2012"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx45-binary-x64-2012-1.0.93.0.zip">sqlite-netFx45-binary-x64-2012-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx45-binary-x64-2012-1.0.94.0.zip">sqlite-netFx45-binary-x64-2012-1.0.94.0.zip</a>
        <br />
        (2.11 MiB)
        (2.13 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x64 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2012
        Update 3 runtime for x64 and the .NET Framework 4.5 are required.
        <br />
        (sha1: d52b2c51d75da660052adf5ff7c1d84ee017f9d9)
        (sha1: 6a58d349ba550da6c84af4b6eaad67460246c432)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for 32-bit Windows (.NET Framework 4.5.1)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx451-binary-bundle-Win32-2013"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx451-binary-bundle-Win32-2013-1.0.93.0.zip">sqlite-netFx451-binary-bundle-Win32-2013-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx451-binary-bundle-Win32-2013-1.0.94.0.zip">sqlite-netFx451-binary-bundle-Win32-2013-1.0.94.0.zip</a>
        <br />
        (2.02 MiB)
        (2.04 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x86 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) 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.94.0
        (3.8.6) package.  The Visual C++ 2013 Update 2 runtime for x86 and the
        .NET Framework 4.5.1 are required.
        <br />
        (sha1: 0138445b142e34c32dceaafbd663517d7d9f1aa7)
        (sha1: 008a80c434ba46a911560c4e380f281f8a41de25)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx451-binary-Win32-2013"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx451-binary-Win32-2013-1.0.93.0.zip">sqlite-netFx451-binary-Win32-2013-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx451-binary-Win32-2013-1.0.94.0.zip">sqlite-netFx451-binary-Win32-2013-1.0.94.0.zip</a>
        <br />
        (2.06 MiB)
        (2.09 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x86 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2013
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2013
        Update 2 runtime for x86 and the .NET Framework 4.5.1 are required.
        <br />
        (sha1: c44767700432cd86ff7e6248adfcaaad7ad7a5a2)
        (sha1: c191fa2828ea2048ac1fca1d1a55d07241332c39)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for 64-bit Windows (.NET Framework 4.5.1)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx451-binary-bundle-x64-2013"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx451-binary-bundle-x64-2013-1.0.93.0.zip">sqlite-netFx451-binary-bundle-x64-2013-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx451-binary-bundle-x64-2013-1.0.94.0.zip">sqlite-netFx451-binary-bundle-x64-2013-1.0.94.0.zip</a>
        <br />
        (2.05 MiB)
        (2.07 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x64 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) 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.94.0
        (3.8.6) package.  The Visual C++ 2013 Update 2 runtime for x64 and the
        .NET Framework 4.5.1 are required.
        <br />
        (sha1: bfc8295d96a88d31bd1e61801031e1a0a0d2aa78)
        (sha1: fa7c3c065696fd143cf8e03c7416c32b9d8680c0)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx451-binary-x64-2013"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx451-binary-x64-2013-1.0.93.0.zip">sqlite-netFx451-binary-x64-2013-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx451-binary-x64-2013-1.0.94.0.zip">sqlite-netFx451-binary-x64-2013-1.0.94.0.zip</a>
        <br />
        (2.11 MiB)
        (2.13 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x64 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2013
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2013
        Update 2 runtime for x64 and the .NET Framework 4.5.1 are required.
        <br />
        (sha1: 913fafa8edad9933232f74edf46958b8fbd3cbeb)
        (sha1: 16f9e6fc071c71f165a0ca632f9ecf3f591ab36f)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 2.0 SP2)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx20-static-binary-bundle-Win32-2005"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.93.0.zip">sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.94.0.zip">sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.94.0.zip</a>
        <br />
        (1.63 MiB)
        (1.66 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x86 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2005 SP1 runtime for x86 is statically
        the binaries for the x86 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2005 SP1 runtime for x86 is statically
        linked.  The .NET Framework 2.0 SP2 is required.
        <br />
        (sha1: 2f211b90e3aa92a67d4b2a3a0e0749192c2a0e99)
        (sha1: a123898324386801e4921f1e58613e73a813b66c)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx20-static-binary-Win32-2005"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx20-static-binary-Win32-2005-1.0.93.0.zip">sqlite-netFx20-static-binary-Win32-2005-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx20-static-binary-Win32-2005-1.0.94.0.zip">sqlite-netFx20-static-binary-Win32-2005-1.0.94.0.zip</a>
        <br />
        (1.63 MiB)
        (1.65 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x86 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2005 SP1
        runtime for x86 is statically linked.  The .NET Framework 2.0 SP2 is
        required.
        <br />
        (sha1: c1e0c169cf63f0f7aedc7ee67bb56ed59b7a2cf8)
        (sha1: 01084c4da3fe0af8da195c7d97ea43a1845a991d)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 2.0 SP2)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx20-static-binary-bundle-x64-2005"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx20-static-binary-bundle-x64-2005-1.0.93.0.zip">sqlite-netFx20-static-binary-bundle-x64-2005-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx20-static-binary-bundle-x64-2005-1.0.94.0.zip">sqlite-netFx20-static-binary-bundle-x64-2005-1.0.94.0.zip</a>
        <br />
        (1.80 MiB)
        (1.83 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x64 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2005 SP1 runtime for x64 is statically
        the binaries for the x64 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2005 SP1 runtime for x64 is statically
        linked.  The .NET Framework 2.0 SP2 is required.
        <br />
        (sha1: b43181632c84766f5561d06a933f95d701804dde)
        (sha1: 5f2f84a6fd28d9e72640c51b34f086059ca066fe)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx20-static-binary-x64-2005"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx20-static-binary-x64-2005-1.0.93.0.zip">sqlite-netFx20-static-binary-x64-2005-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx20-static-binary-x64-2005-1.0.94.0.zip">sqlite-netFx20-static-binary-x64-2005-1.0.94.0.zip</a>
        <br />
        (1.79 MiB)
        (1.82 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x64 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2005 SP1
        runtime for x64 is statically linked.  The .NET Framework 2.0 SP2 is
        required.
        <br />
        (sha1: fd0369db4ec8c10e44789922211dff11aff21bb0)
        (sha1: 29b318c93ec6e17adcb591722ff0ce8ec4f59bf3)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 3.5 SP1)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx35-static-binary-bundle-Win32-2008"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.93.0.zip">sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.94.0.zip">sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.94.0.zip</a>
        <br />
        (2.09 MiB)
        (2.11 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x86 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2008 SP1 runtime for x86 is statically
        the binaries for the x86 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2008 SP1 runtime for x86 is statically
        linked.  The .NET Framework 3.5 SP1 is required.
        <br />
        (sha1: 8525b8ef6fc3821beeae6170dce62143657aef01)
        (sha1: 748fabb93f43e7185709da98df8d3f998c3637c3)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx35-static-binary-Win32-2008"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx35-static-binary-Win32-2008-1.0.93.0.zip">sqlite-netFx35-static-binary-Win32-2008-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx35-static-binary-Win32-2008-1.0.94.0.zip">sqlite-netFx35-static-binary-Win32-2008-1.0.94.0.zip</a>
        <br />
        (2.08 MiB)
        (2.10 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x86 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2008 SP1
        runtime for x86 is statically linked.  The .NET Framework 3.5 SP1 is
        required.
        <br />
        (sha1: 69d6ae9b50f97bb9af116e0dbe2f9a9c6d2b17b8)
        (sha1: bf8880b545d178059ed26bbdad5bae4dc09e1a54)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 3.5 SP1)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx35-static-binary-bundle-x64-2008"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx35-static-binary-bundle-x64-2008-1.0.93.0.zip">sqlite-netFx35-static-binary-bundle-x64-2008-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx35-static-binary-bundle-x64-2008-1.0.94.0.zip">sqlite-netFx35-static-binary-bundle-x64-2008-1.0.94.0.zip</a>
        <br />
        (2.12 MiB)
        (2.15 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x64 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2008 SP1 runtime for x64 is statically
        the binaries for the x64 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2008 SP1 runtime for x64 is statically
        linked.  The .NET Framework 3.5 SP1 is required.
        <br />
        (sha1: d8f1482d4b47d6d491c90e80113fcad4fb93d762)
        (sha1: 147f5a3c723ca783f1ad2240a8f2a0992cff4518)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx35-static-binary-x64-2008"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx35-static-binary-x64-2008-1.0.93.0.zip">sqlite-netFx35-static-binary-x64-2008-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx35-static-binary-x64-2008-1.0.94.0.zip">sqlite-netFx35-static-binary-x64-2008-1.0.94.0.zip</a>
        <br />
        (2.11 MiB)
        (2.14 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x64 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2008 SP1
        runtime for x64 is statically linked.  The .NET Framework 3.5 SP1 is
        required.
        <br />
        (sha1: 0fd0e3f607bf9242a254c28828bc65d0e2276be9)
        (sha1: 0f5d2c06a80f9e094ebde30fe69f95382b5ab0cc)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 4.0)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx40-static-binary-bundle-Win32-2010"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.93.0.zip">sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.94.0.zip">sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.94.0.zip</a>
        <br />
        (2.30 MiB)
        (2.33 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x86 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2010 SP1 runtime for x86 is statically
        the binaries for the x86 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2010 SP1 runtime for x86 is statically
        linked.  The .NET Framework 4.0 is required.
        <br />
        (sha1: dce0e8859f4defeb872dc71c17ebd6c769845309)
        (sha1: 8325346e10a2a6891d82ffee1bca8764a8bd4f8b)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx40-static-binary-Win32-2010"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx40-static-binary-Win32-2010-1.0.93.0.zip">sqlite-netFx40-static-binary-Win32-2010-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx40-static-binary-Win32-2010-1.0.94.0.zip">sqlite-netFx40-static-binary-Win32-2010-1.0.94.0.zip</a>
        <br />
        (2.30 MiB)
        (2.32 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x86 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2010 SP1
        runtime for x86 is statically linked.  The .NET Framework 4.0 is
        required.
        <br />
        (sha1: f9b7bd228a3d0985a94daeabf6fd2eddf90e15cb)
        (sha1: de271068c924fcfa1eec65e9825be0a5f96b86ef)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 4.0)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx40-static-binary-bundle-x64-2010"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx40-static-binary-bundle-x64-2010-1.0.93.0.zip">sqlite-netFx40-static-binary-bundle-x64-2010-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx40-static-binary-bundle-x64-2010-1.0.94.0.zip">sqlite-netFx40-static-binary-bundle-x64-2010-1.0.94.0.zip</a>
        <br />
        (2.30 MiB)
        (2.33 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x64 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2010 SP1 runtime for x64 is statically
        the binaries for the x64 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2010 SP1 runtime for x64 is statically
        linked.  The .NET Framework 4.0 is required.
        <br />
        (sha1: ea2586f27430d8395b531c43e10495790cd3cefc)
        (sha1: 81806773701d8956ae2fd4b743e02cf297156ddc)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx40-static-binary-x64-2010"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx40-static-binary-x64-2010-1.0.93.0.zip">sqlite-netFx40-static-binary-x64-2010-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx40-static-binary-x64-2010-1.0.94.0.zip">sqlite-netFx40-static-binary-x64-2010-1.0.94.0.zip</a>
        <br />
        (2.30 MiB)
        (2.32 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x64 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2010 SP1
        runtime for x64 is statically linked.  The .NET Framework 4.0 is
        required.
        <br />
        (sha1: 525dd05053c3d11e5224142506eca9ee0569b131)
        (sha1: 9b1a9c7b1519ff60ffde1d91189bf4be38e0066f)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 4.5)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx45-static-binary-bundle-Win32-2012"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.93.0.zip">sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.94.0.zip">sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.94.0.zip</a>
        <br />
        (2.34 MiB)
        (2.36 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x86 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2012 Update 3 runtime for x86 is
        the binaries for the x86 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2012 Update 3 runtime for x86 is
        statically linked.  The .NET Framework 4.5 is required.
        <br />
        (sha1: 5faf703ea1a37a337dc25c4f57c9c5c4f05949dd)
        (sha1: ce23efad4f01d80ed6db8a2c65d1733b3e03023f)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx45-static-binary-Win32-2012"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx45-static-binary-Win32-2012-1.0.93.0.zip">sqlite-netFx45-static-binary-Win32-2012-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx45-static-binary-Win32-2012-1.0.94.0.zip">sqlite-netFx45-static-binary-Win32-2012-1.0.94.0.zip</a>
        <br />
        (2.39 MiB)
        (2.41 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x86 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2012
        Update 3 runtime for x86 is statically linked.  The .NET Framework 4.5
        is required.
        <br />
        (sha1: 61199f87437954c662e15108a50983562aecfaec)
        (sha1: 8d3280f616aac5fdd1ef7e8a5cc2491869140684)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 4.5)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx45-static-binary-bundle-x64-2012"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx45-static-binary-bundle-x64-2012-1.0.93.0.zip">sqlite-netFx45-static-binary-bundle-x64-2012-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx45-static-binary-bundle-x64-2012-1.0.94.0.zip">sqlite-netFx45-static-binary-bundle-x64-2012-1.0.94.0.zip</a>
        <br />
        (2.30 MiB)
        (2.32 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x64 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2012 Update 3 runtime for x64 is
        the binaries for the x64 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2012 Update 3 runtime for x64 is
        statically linked.  The .NET Framework 4.5 is required.
        <br />
        (sha1: 4e828eb7c23c03e95a58ca96b90258559bb731fe)
        (sha1: db76fa14234762a0ed594c0a9c7d17b7326f566b)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx45-static-binary-x64-2012"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx45-static-binary-x64-2012-1.0.93.0.zip">sqlite-netFx45-static-binary-x64-2012-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx45-static-binary-x64-2012-1.0.94.0.zip">sqlite-netFx45-static-binary-x64-2012-1.0.94.0.zip</a>
        <br />
        (2.37 MiB)
        (2.39 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x64 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2012
        Update 3 runtime for x64 is statically linked.  The .NET Framework 4.5
        is required.
        <br />
        (sha1: afbbf6f28b8fdfb2943bbe6081d930b9e8db1867)
        (sha1: f9022ca9a3d1f1b6098e18170fbd94bca8467215)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 4.5.1)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx451-static-binary-bundle-Win32-2013"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx451-static-binary-bundle-Win32-2013-1.0.93.0.zip">sqlite-netFx451-static-binary-bundle-Win32-2013-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx451-static-binary-bundle-Win32-2013-1.0.94.0.zip">sqlite-netFx451-static-binary-bundle-Win32-2013-1.0.94.0.zip</a>
        <br />
        (2.37 MiB)
        (2.39 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x86 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2013 Update 2 runtime for x86 is
        the binaries for the x86 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2013 Update 2 runtime for x86 is
        statically linked.  The .NET Framework 4.5.1 is required.
        <br />
        (sha1: 4ccb18179fd0eacf0577fab94a22781d767b631b)
        (sha1: 919eb67a3c4fdbf098df3d99eb57bd975bd1802b)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx451-static-binary-Win32-2013"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx451-static-binary-Win32-2013-1.0.93.0.zip">sqlite-netFx451-static-binary-Win32-2013-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx451-static-binary-Win32-2013-1.0.94.0.zip">sqlite-netFx451-static-binary-Win32-2013-1.0.94.0.zip</a>
        <br />
        (2.41 MiB)
        (2.43 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x86 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2013
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2013
        Update 2 runtime for x86 is statically linked.  The .NET Framework 4.5.1
        is required.
        <br />
        (sha1: 17925fdd41fe11fe0bf0a14dedd2f2e9d8e21b7d)
        (sha1: 135060b1096ec4ad75e4c9e545ebfc238ba174d9)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 4.5.1)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx451-static-binary-bundle-x64-2013"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx451-static-binary-bundle-x64-2013-1.0.93.0.zip">sqlite-netFx451-static-binary-bundle-x64-2013-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx451-static-binary-bundle-x64-2013-1.0.94.0.zip">sqlite-netFx451-static-binary-bundle-x64-2013-1.0.94.0.zip</a>
        <br />
        (2.34 MiB)
        (2.36 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x64 version of the System.Data.SQLite 1.0.93.0
        (3.8.5) package.  The Visual C++ 2013 Update 2 runtime for x64 is
        the binaries for the x64 version of the System.Data.SQLite 1.0.94.0
        (3.8.6) package.  The Visual C++ 2013 Update 2 runtime for x64 is
        statically linked.  The .NET Framework 4.5.1 is required.
        <br />
        (sha1: c9b6a4f444abb13545fb4c6759121b9adedd16c4)
        (sha1: cd2f859c940b3982c261259fba118b485a42c424)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx451-static-binary-x64-2013"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx451-static-binary-x64-2013-1.0.93.0.zip">sqlite-netFx451-static-binary-x64-2013-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx451-static-binary-x64-2013-1.0.94.0.zip">sqlite-netFx451-static-binary-x64-2013-1.0.94.0.zip</a>
        <br />
        (2.40 MiB)
        (2.43 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x64 version of the
        System.Data.SQLite 1.0.93.0 (3.8.5) package.  The Visual C++ 2013
        System.Data.SQLite 1.0.94.0 (3.8.6) package.  The Visual C++ 2013
        Update 2 runtime for x64 is statically linked.  The .NET Framework 4.5.1
        is required.
        <br />
        (sha1: d12646f976f3da508c65b75dd209fad7376480a4)
        (sha1: 3eb9b68f6bdf36bfc52d6f2c81c94880c1197089)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for Windows CE (.NET Compact Framework)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx35-binary-PocketPC-ARM-2008"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.93.0.zip">sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.94.0.zip">sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.94.0.zip</a>
        <br />
        (1.06 MiB)
        (1.07 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the PocketPC version
        of the System.Data.SQLite 1.0.93.0 (3.8.5) package.  The included native
        of the System.Data.SQLite 1.0.94.0 (3.8.6) 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.
        <br />
        (sha1: 607ced9c65aae92e36f03f0d84f9973c3d8ac721)
        (sha1: 031cfad397957432cc20f63f78c94f453669a411)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx39-binary-WinCE-ARM-2012"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx39-binary-WinCE-ARM-2012-1.0.93.0.zip">sqlite-netFx39-binary-WinCE-ARM-2012-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx39-binary-WinCE-ARM-2012-1.0.94.0.zip">sqlite-netFx39-binary-WinCE-ARM-2012-1.0.94.0.zip</a>
        <br />
        (1.17 MiB)
        (1.18 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the Windows Embedded
        Compact 2013 (ARM) version of the System.Data.SQLite 1.0.93.0 (3.8.5)
        Compact 2013 (ARM) version of the System.Data.SQLite 1.0.94.0 (3.8.6)
        package.  The .NET Compact Framework 3.9 is required.
        <br />
        (sha1: 6cfa5cd7dd3c13cf2c770c065771d870837a90d9)
        (sha1: 80879214fc0009dd253edfd1f2bfdbd56c023aea)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx39-binary-WinCE-x86-2012"></a>
        <a href="/downloads/1.0.93.0/sqlite-netFx39-binary-WinCE-x86-2012-1.0.93.0.zip">sqlite-netFx39-binary-WinCE-x86-2012-1.0.93.0.zip</a>
        <a href="/downloads/1.0.94.0/sqlite-netFx39-binary-WinCE-x86-2012-1.0.94.0.zip">sqlite-netFx39-binary-WinCE-x86-2012-1.0.94.0.zip</a>
        <br />
        (1.21 MiB)
        (1.22 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the Windows Embedded
        Compact 2013 (x86) version of the System.Data.SQLite 1.0.93.0 (3.8.5)
        Compact 2013 (x86) version of the System.Data.SQLite 1.0.94.0 (3.8.6)
        package.  The .NET Compact Framework 3.9 is required.
        <br />
        (sha1: 3231e952081f34b4ee17342514d75af14724208e)
        (sha1: 99cb3adc76495c153f502dd3f37e7fac7f8eaa8b)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <a name="nuGetPackages"></a>
        <b>Official NuGet Packages</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite/1.0.93.0">System.Data.SQLite.1.0.93.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite/1.0.94.0">System.Data.SQLite.1.0.94.0.nupkg</a>
        <br />
        (0.00 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This NuGet package includes all the binaries for both the x86 and x64
        versions of System.Data.SQLite 1.0.93.0 (3.8.5).  The .NET Framework
        versions of System.Data.SQLite 1.0.94.0 (3.8.6).  The .NET Framework
        3.5 SP1, 4.0, 4.5, or 4.5.1 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.
        <br />
        <big><b>This package depends on the &quot;EntityFramework&quot;
        package.</b></big>
        <br />
        <br />
        <big><b><i>As of version 1.0.92.0, this package will not directly
        contain any of the required binaries.  Instead, this package will
        depend on the &quot;System.Data.SQLite.Core&quot;,
        &quot;System.Data.SQLite.Linq&quot;, and
        &quot;System.Data.SQLite.EF6&quot; packages.</i></b></big>
        <br />
        <br />
        (sha1: 08a0821fa6b6001bc6408f91637d3dad461bb100)
        (sha1: f2b6ab4c789e093b022c4003b3f56e67e2b7e168)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.Core/1.0.93.0">System.Data.SQLite.Core.1.0.93.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.Core/1.0.94.0">System.Data.SQLite.Core.1.0.94.0.nupkg</a>
        <br />
        (4.85 MiB)
        (4.92 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This NuGet package contains all the binaries for both the x86 and x64
        versions of System.Data.SQLite 1.0.93.0 (3.8.5), <big><b>except those
        versions of System.Data.SQLite 1.0.94.0 (3.8.6), <big><b>except those
        needed to support LINQ and Entity Framework 6</b></big>.  The .NET
        Framework 3.5 SP1, 4.0, 4.5, or 4.5.1 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.
        <br />
        <big><b>This package does not depend on any other package.</b></big>
        <br />
        (sha1: fd208192c6dc49e4051e348904ea75bc307f3384)
        (sha1: 1ccad1b567f2d5d86d6f487e3613e605d24b6b07)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.Core.MSIL/1.0.93.0">System.Data.SQLite.Core.MSIL.1.0.93.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.Core.MSIL/1.0.94.0">System.Data.SQLite.Core.MSIL.1.0.94.0.nupkg</a>
        <br />
        (0.68 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This NuGet package contains the managed binaries for System.Data.SQLite
        1.0.93.0.  The .NET Framework 3.5 SP1, 4.0, 4.5, or 4.5.1 is required.
        1.0.94.0.  The .NET Framework 3.5 SP1, 4.0, 4.5, or 4.5.1 is required.
        <br />
        <big><b>This package does not depend on any other package.</b></big>
        <br />
        <br />
        <big><b><i>This NuGet package does not include any code from the native
        SQLite core library and will not work properly without the native
        assembly &quot;SQLite.Interop.dll&quot; compiled for the processor
        architecture of the host process being present in a directory in the
        native library search path.</i></b></big>
        <br />
        <br />
        (sha1: 8543f8c8460ee1898873e1b1384a6ecced819f2b)
        (sha1: 5ab704db605288ded3ac37787303d7074e4988bf)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.EF6/1.0.93.0">System.Data.SQLite.EF6.1.0.93.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.EF6/1.0.94.0">System.Data.SQLite.EF6.1.0.94.0.nupkg</a>
        <br />
        (0.13 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This NuGet package contains just the binaries to support Entity
        Framework 6 using System.Data.SQLite 1.0.93.0 (3.8.5).  The .NET
        Framework 6 using System.Data.SQLite 1.0.94.0 (3.8.6).  The .NET
        Framework 4.0, 4.5, or 4.5.1 is required.
        <br />
        <big><b>This package depends on both the
        &quot;System.Data.SQLite.Core&quot; and &quot;EntityFramework&quot;
        packages.</b></big>
        <br />
        (sha1: e4f5c3e78e87f6da97fc9c8ca1d7ad7d9d4f5fee)
        (sha1: fc4b0046b083a9fc7a294df3af3b9d3918ee88d8)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.Linq/1.0.93.0">System.Data.SQLite.Linq.1.0.93.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.Linq/1.0.94.0">System.Data.SQLite.Linq.1.0.94.0.nupkg</a>
        <br />
        (0.17 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This NuGet package contains just the binaries to support LINQ using
        System.Data.SQLite 1.0.93.0 (3.8.5).  The .NET Framework 3.5 SP1, 4.0,
        System.Data.SQLite 1.0.94.0 (3.8.6).  The .NET Framework 3.5 SP1, 4.0,
        4.5, or 4.5.1 is required.
        <br />
        <big><b>This package depends on the &quot;System.Data.SQLite.Core&quot;
        package.</b></big>
        <br />
        (sha1: ef48466d3b736035834eecee4178a6ed973e9797)
        (sha1: 2dd6fc1b9775e04b04038367c3f91a89e29011da)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.MSIL/1.0.93.0">System.Data.SQLite.MSIL.1.0.93.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.MSIL/1.0.94.0">System.Data.SQLite.MSIL.1.0.94.0.nupkg</a>
        <br />
        (0.98 MiB)
        (0.99 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This NuGet package contains the managed binaries for System.Data.SQLite
        1.0.93.0.  The .NET Framework 3.5 SP1, 4.0, 4.5, or 4.5.1 is required.
        1.0.94.0.  The .NET Framework 3.5 SP1, 4.0, 4.5, or 4.5.1 is required.
        <br />
        <big><b>This is a legacy package; if possible, please use either the
        &quot;System.Data.SQLite&quot; or &quot;System.Data.SQLite.Core&quot;
        package instead.  This package depends on the &quot;EntityFramework&quot;
        package.</b></big>
        <br />
        <br />
        <big><b><i>This NuGet package does not include any code from the native
        SQLite core library and will not work properly without the native
        assembly &quot;SQLite.Interop.dll&quot; compiled for the processor
        architecture of the host process being present in a directory in the
        native library search path.</i></b></big>
        <br />
        <br />
        (sha1: b2a6688d51ba3a847ba1d893a9b0ab554adc7cb8)
        (sha1: ef2ed4cce24235f2a072f5a1ad23de51f5b503f9)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.x86/1.0.93.0">System.Data.SQLite.x86.1.0.93.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.x86/1.0.94.0">System.Data.SQLite.x86.1.0.94.0.nupkg</a>
        <br />
        (2.80 MiB)
        (2.84 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This NuGet package contains all the binaries for the x86 version of
        System.Data.SQLite 1.0.93.0 (3.8.5).  The .NET Framework 3.5 SP1,
        System.Data.SQLite 1.0.94.0 (3.8.6).  The .NET Framework 3.5 SP1,
        4.0, 4.5, or 4.5.1 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.
        <br />
        <big><b>This is a legacy package; if possible, please use either the
        &quot;System.Data.SQLite&quot; or &quot;System.Data.SQLite.Core&quot;
        package instead.  This package depends on the &quot;EntityFramework&quot;
        package.</b></big>
        <br />
        (sha1: 060d2ec16e33437a803ac75ee5c26950cbda62f4)
        (sha1: 5abff17294c93d8a37084fd89501ce14880d1223)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.x64/1.0.93.0">System.Data.SQLite.x64.1.0.93.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.x64/1.0.94.0">System.Data.SQLite.x64.1.0.94.0.nupkg</a>
        <br />
        (3.08 MiB)
        (3.11 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This NuGet package contains all the binaries for the x64 version of
        System.Data.SQLite 1.0.93.0 (3.8.5).  The .NET Framework 3.5 SP1,
        System.Data.SQLite 1.0.94.0 (3.8.6).  The .NET Framework 3.5 SP1,
        4.0, 4.5, or 4.5.1 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.
        <br />
        <big><b>This is a legacy package; if possible, please use either the
        &quot;System.Data.SQLite&quot; or &quot;System.Data.SQLite.Core&quot;
        package instead.  This package depends on the
        &quot;EntityFramework&quot; package.</b></big>
        <br />
        (sha1: 426ac67705599ca93658482efdf15b36ab55ed0d)
        (sha1: fe0cfce19c186e0c675da2c8e2bf086900f7bc78)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <a name="legacyVersions"></a>
        <b>Legacy Versions</b>
Changes to www/news.wiki.
1
2
3
4
5
6

7
8
9
10
11
12
13
1
2
3
4
5

6
7
8
9
10
11
12
13





-
+







<title>News</title>

<b>Version History</b>

<p>
    <b>1.0.94.0 - September XX, 2014</b>
    <b>1.0.94.0 - September 9, 2014</b>
</p>
<ul>
    <li>Updated to [http://www.sqlite.org/releaselog/3_8_6.html|SQLite 3.8.6].</li>
    <li>Updated to [http://www.nuget.org/packages/EntityFramework/6.1.1|Entity Framework 6.1.1].</li>
    <li>Refactor and simplify NuGet packages in order to support per-solution SQLite interop assembly files.&nbsp;<b>** Potentially Incompatible Change **</b></li>
    <li>Add RefreshFlags method to the SQLiteDataReader class to forcibly refresh its connection flags.</li>
    <li>Improve automatic detection and handling of the Entity Framework 6 assembly by the design-time components installer. Pursuant to [e634e330a6].&nbsp;<b>** Potentially Incompatible Change **</b></li>