System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation

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

Changes In Branch preRelease Excluding Merge-Ins

This is equivalent to a diff from e76de45fff to b0bbe56716

2022-06-02
01:50
Final updates for release 1.0.116.0. check-in: 5c8e83567e user: mistachkin tags: trunk, release, release-1.0.116.0
01:48
Update the download pages. Closed-Leaf check-in: b0bbe56716 user: mistachkin tags: preRelease
00:48
Yet another documentation update. check-in: c1676f12a9 user: mistachkin tags: preRelease
2022-06-01
15:54
Update version history docs. check-in: b7dc5b7705 user: mistachkin tags: preRelease
14:28
Minor changes to get things compiling for the .NET Compact Framework again. check-in: e76de45fff user: mistachkin tags: trunk
2022-05-27
18:29
Update Eagle in externals to the beta 50 release. check-in: 4a8522f2ab user: mistachkin tags: trunk

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.116.0 - May XX, 2022 <font color="red">(release scheduled)</font></b></p>
    <p><b>1.0.116.0 - June 1, 2022</b></p>
    <ul>
      <li>Updated to <a href="https://www.sqlite.org/releaselog/3_38_5.html">SQLite 3.38.5</a>.</li>
      <li>More flexible connection pooling via the new ISQLiteConnectionPool2 interface.</li>
      <li>Add SQLite_StrongConnectionPool environment variable to prevent pooled connections from being garbage collected.</li>
      <li>Improvements to object disposal handling for database connections.</li>
    </ul>
    <p><b>1.0.115.5 - November 2, 2021</b></p>

Changes to Doc/SQLite.NET.chm.

cannot compute difference between binary files

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.116.0 - May XX, 2022 <font color="red">(release scheduled)</font><br />
Version 1.0.116.0 - June 1, 2022<br />
Using <a href="https://www.sqlite.org/releaselog/3_38_5.html">SQLite 3.38.5</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="https://system.data.sqlite.org/">https://system.data.sqlite.org/</a><br />
Legacy versions:&nbsp;<a href="https://sourceforge.net/projects/sqlite-dotnet2/">https://sourceforge.net/projects/sqlite-dotnet2/</a><br />
<br />
The current development version can be downloaded from <a href="https://system.data.sqlite.org/index.html/timeline?y=ci">
https://system.data.sqlite.org/index.html/timeline?y=ci</a>
204
205
206
207
208
209
210
211

212
213
214
215
216
217
218
204
205
206
207
208
209
210

211
212
213
214
215
216
217
218







-
+







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.116.0 - May XX, 2022 <font color="red">(release scheduled)</font></b>
    <b>1.0.116.0 - June 1, 2022</b>
</p>
<ul>
    <li>Updated to <a href="https://www.sqlite.org/releaselog/3_38_5.html">SQLite 3.38.5</a>.</li>
    <li>More flexible connection pooling via the new ISQLiteConnectionPool2 interface.</li>
    <li>Add SQLite_StrongConnectionPool environment variable to prevent pooled connections from being garbage collected.</li>
    <li>Improvements to object disposal handling for database connections.</li>
</ul>

Changes to www/downloads-unsup.wiki.

93
94
95
96
97
98
99
100

101
102

103
104
105
106
107
108

109
110
111
112
113
114
115
116
117
118
119
120
121

122
123
124
125
126
127
128
129

130
131

132
133
134
135
136
137


138
139
140

141
142
143
144
145
146
147
148
149
150
151
152
153
154

155
156

157
158
159
160
161
162

163
164
165
166

167
168
169
170
171
172
173
174

175
176

177
178
179
180
181
182


183
184
185

186
187
188
189
190
191
192
193
194
195
196
197
198
199

200
201

202
203
204
205
206
207

208
209
210
211
212
213
214
215
216
217
218
219
220

221
222
223
224
225
226
227
228

229
230

231
232
233
234
235
236


237
238
239

240
241
242
243
244
245
246
247
248
249
250
251
252
253

254
255

256
257
258
259
260
261

262
263
264
265

266
267
268
269
270
271
272
273

274
275

276
277
278
279
280
281


282
283
284

285
286
287
288
289
290
291
292
293
294
295
296
297
298

299
300

301
302
303
304
305
306

307
308
309
310
311
312
313
314
315
316
317
318

319
320
321
322
323
324
325
326

327
328

329
330
331
332
333
334


335
336
337

338
339
340
341
342
343
344
345
346
347
348
349
350
351

352
353

354
355
356
357
358
359

360
361
362

363
364
365
366
367
368
369
370

371
372

373
374
375
376
377
378


379
380
381

382
383
384
385
386
387
388
389
390
391
392
393
394
395

396
397

398
399
400
401
402
403

404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422

423
424
425
426
427
428
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
93
94
95
96
97
98
99

100
101

102
103
104
105
106
107

108
109
110
111
112
113
114
115
116
117
118
119
120

121
122
123
124
125
126
127
128

129
130

131
132
133
134
135


136
137
138
139

140
141
142
143
144
145
146
147
148
149
150
151
152
153

154
155

156
157
158
159
160
161

162
163
164
165

166
167
168
169
170
171
172
173

174
175

176
177
178
179
180


181
182
183
184

185
186
187
188
189
190
191
192
193
194
195
196
197
198

199
200

201
202
203
204
205
206

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

220
221
222
223
224
225
226
227

228
229

230
231
232
233
234


235
236
237
238

239
240
241
242
243
244
245
246
247
248
249
250
251
252

253
254

255
256
257
258
259
260

261
262
263
264

265
266
267
268
269
270
271
272

273
274

275
276
277
278
279


280
281
282
283

284
285
286
287
288
289
290
291
292
293
294
295
296
297

298
299

300
301
302
303
304
305

306
307
308
309
310
311
312
313
314
315
316
317

318
319
320
321
322
323
324
325

326
327

328
329
330
331
332


333
334
335
336

337
338
339
340
341
342
343
344
345
346
347
348
349
350

351
352

353
354
355
356
357
358

359
360
361

362
363
364
365
366
367
368
369

370
371

372
373
374
375
376


377
378
379
380

381
382
383
384
385
386
387
388
389
390
391
392
393
394

395
396

397
398
399
400
401
402

403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421

422
423
424
425
426
427
428
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







-
+

-
+





-
+












-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+



-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+












-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+



-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+











-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+


-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+


















-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+



-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+


















-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+



-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+












-
+







-
+

-
+




-
-
+
+


-
+













-
+

-
+





-
+



-
+







-
+

-
+




-
-
+
+


-
+







      </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.115.5/sqlite-netFx20-setup-bundle-x86-2005-1.0.115.5.exe">sqlite-netFx20-setup-bundle-x86-2005-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx20-setup-bundle-x86-2005-1.0.116.0.exe">sqlite-netFx20-setup-bundle-x86-2005-1.0.116.0.exe</a>
        <br />
        (6.19 MiB)
        (6.24 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.115.5 (pre-3.37.0) package.  The Visual C++ 2005
        the System.Data.SQLite 1.0.116.0 (3.38.5) 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.
        <br />
        <br />
        However, if you do not require the design-time components, please
        consider downloading the associated &quot;Precompiled Binaries&quot;
        instead.</b></big>
        <br />
        <br />
        (sha1: da7e84a62c91102a908e74568bc0a4cd84f7686b)
        (sha1: 1e898441f50b0951ab43123c00e2560dc95bf730)
      </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.115.5/sqlite-netFx20-setup-x86-2005-1.0.115.5.exe">sqlite-netFx20-setup-x86-2005-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx20-setup-x86-2005-1.0.116.0.exe">sqlite-netFx20-setup-x86-2005-1.0.116.0.exe</a>
        <br />
        (6.18 MiB)
        (6.23 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2005 SP1 runtime for x86 is included.
        dependencies for the x86 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2005 SP1 runtime for x86 is included.
        The .NET Framework 2.0 SP2 is required.
        <br />
        (sha1: f948b0cf7df9cd50779564fe1a1524f9e822f85b)
        (sha1: 8a2812c68448a937de33be634ccae9637cdc09e8)
      </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.115.5/sqlite-netFx20-setup-bundle-x64-2005-1.0.115.5.exe">sqlite-netFx20-setup-bundle-x64-2005-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx20-setup-bundle-x64-2005-1.0.116.0.exe">sqlite-netFx20-setup-bundle-x64-2005-1.0.116.0.exe</a>
        <br />
        (6.85 MiB)
        (6.90 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.115.5 (pre-3.37.0) package.  The Visual C++ 2005
        the System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2005
        SP1 runtime for x64 is included.  The .NET Framework 2.0 SP2 is
        required.
        <br />
        (sha1: c4e4c270db7e3bbfedfaf1382635c3a5be91c561)
        (sha1: 70376d883b3dfa015eedf8d60076f520c3553ee5)
      </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.115.5/sqlite-netFx20-setup-x64-2005-1.0.115.5.exe">sqlite-netFx20-setup-x64-2005-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx20-setup-x64-2005-1.0.116.0.exe">sqlite-netFx20-setup-x64-2005-1.0.116.0.exe</a>
        <br />
        (6.83 MiB)
        (6.89 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2005 SP1 runtime for x64 is included.
        dependencies for the x64 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2005 SP1 runtime for x64 is included.
        The .NET Framework 2.0 SP2 is required.
        <br />
        (sha1: d3a483b85d51f0a22f1ed9a5327b1d6d8c924415)
        (sha1: c0cc71f34d2d51c20d0ba7d334ddccd6cb72dad5)
      </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.115.5/sqlite-netFx35-setup-bundle-x86-2008-1.0.115.5.exe">sqlite-netFx35-setup-bundle-x86-2008-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx35-setup-bundle-x86-2008-1.0.116.0.exe">sqlite-netFx35-setup-bundle-x86-2008-1.0.116.0.exe</a>
        <br />
        (8.22 MiB)
        (8.27 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.115.5 (pre-3.37.0) package.  The Visual C++ 2008
        the System.Data.SQLite 1.0.116.0 (3.38.5) 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.
        <br />
        <br />
        However, if you do not require the design-time components, please
        consider downloading the associated &quot;Precompiled Binaries&quot;
        instead.</b></big>
        <br />
        <br />
        (sha1: f63cf624fd250032fd4e2c7c037aef28425c983f)
        (sha1: 2555709fd6a847aaa23413176691e163e72a406d)
      </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.115.5/sqlite-netFx35-setup-x86-2008-1.0.115.5.exe">sqlite-netFx35-setup-x86-2008-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx35-setup-x86-2008-1.0.116.0.exe">sqlite-netFx35-setup-x86-2008-1.0.116.0.exe</a>
        <br />
        (8.21 MiB)
        (8.26 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2008 SP1 runtime for x86 is included.
        dependencies for the x86 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2008 SP1 runtime for x86 is included.
        The .NET Framework 3.5 SP1 is required.
        <br />
        (sha1: 3cb28cbe2134c4d6cf69cd833f1e867da6df2fff)
        (sha1: 2a3a3a6b18ead58c5858c44f3da360f958d5c478)
      </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.115.5/sqlite-netFx35-setup-bundle-x64-2008-1.0.115.5.exe">sqlite-netFx35-setup-bundle-x64-2008-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx35-setup-bundle-x64-2008-1.0.116.0.exe">sqlite-netFx35-setup-bundle-x64-2008-1.0.116.0.exe</a>
        <br />
        (9.00 MiB)
        (9.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 x64 version of
        the System.Data.SQLite 1.0.115.5 (pre-3.37.0) package.  The Visual C++ 2008
        the System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2008
        SP1 runtime for x64 is included.  The .NET Framework 3.5 SP1 is
        required.
        <br />
        (sha1: ae84146723a8fef7166cf17ada90fcb41bcb15e0)
        (sha1: f88a9549084ea1a295032512b32c937c9ce8e8e5)
      </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.115.5/sqlite-netFx35-setup-x64-2008-1.0.115.5.exe">sqlite-netFx35-setup-x64-2008-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx35-setup-x64-2008-1.0.116.0.exe">sqlite-netFx35-setup-x64-2008-1.0.116.0.exe</a>
        <br />
        (8.99 MiB)
        (9.04 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2008 SP1 runtime for x64 is included.
        dependencies for the x64 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2008 SP1 runtime for x64 is included.
        The .NET Framework 3.5 SP1 is required.
        <br />
        (sha1: f042c679f89b15e9975a51974fabd6a019c22ebe)
        (sha1: 7b1effa4bea7ab858d416cd88836d6883399bde3)
      </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.115.5/sqlite-netFx40-setup-bundle-x86-2010-1.0.115.5.exe">sqlite-netFx40-setup-bundle-x86-2010-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx40-setup-bundle-x86-2010-1.0.116.0.exe">sqlite-netFx40-setup-bundle-x86-2010-1.0.116.0.exe</a>
        <br />
        (13.82 MiB)
        (13.87 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.115.5 (pre-3.37.0) package.  The Visual C++ 2010
        the System.Data.SQLite 1.0.116.0 (3.38.5) 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.
        <br />
        <br />
        However, if you do not require the design-time components, please
        consider downloading the associated &quot;Precompiled Binaries&quot;
        instead.</b></big>
        <br />
        <br />
        (sha1: c3eecfd1a3cf15f21abc37266659b04a11ceddd3)
        (sha1: f1f001066b086459f60751ea7c8ebd40d385be50)
      </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.115.5/sqlite-netFx40-setup-x86-2010-1.0.115.5.exe">sqlite-netFx40-setup-x86-2010-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx40-setup-x86-2010-1.0.116.0.exe">sqlite-netFx40-setup-x86-2010-1.0.116.0.exe</a>
        <br />
        (13.80 MiB)
        (13.85 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2010 SP1 runtime for x86 is included.
        dependencies for the x86 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2010 SP1 runtime for x86 is included.
        The .NET Framework 4.0 is required.
        <br />
        (sha1: 9f198017e3c884971102e4c248a480fe43aaecba)
        (sha1: 6495d01a487ed83d44459edd553d80be874aae48)
      </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.115.5/sqlite-netFx40-setup-bundle-x64-2010-1.0.115.5.exe">sqlite-netFx40-setup-bundle-x64-2010-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx40-setup-bundle-x64-2010-1.0.116.0.exe">sqlite-netFx40-setup-bundle-x64-2010-1.0.116.0.exe</a>
        <br />
        (15.09 MiB)
        (15.14 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.115.5 (pre-3.37.0) package.  The Visual C++ 2010
        the System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2010
        SP1 runtime for x64 is included.  The .NET Framework 4.0 is required.
        <br />
        (sha1: 19672f898416a61a6d47df20dc34f54ff547628f)
        (sha1: b84d0d95847191dd71f1ac79c0957fe2f9323916)
      </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.115.5/sqlite-netFx40-setup-x64-2010-1.0.115.5.exe">sqlite-netFx40-setup-x64-2010-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx40-setup-x64-2010-1.0.116.0.exe">sqlite-netFx40-setup-x64-2010-1.0.116.0.exe</a>
        <br />
        (15.08 MiB)
        (15.13 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2010 SP1 runtime for x64 is included.
        dependencies for the x64 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2010 SP1 runtime for x64 is included.
        The .NET Framework 4.0 is required.
        <br />
        (sha1: 3afce3f7517999e9d177bd97cb07d4771909fd29)
        (sha1: 624aeabb616ebd6710194bee6167475ff691d4bc)
      </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.115.5/sqlite-netFx45-setup-bundle-x86-2012-1.0.115.5.exe">sqlite-netFx45-setup-bundle-x86-2012-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx45-setup-bundle-x86-2012-1.0.116.0.exe">sqlite-netFx45-setup-bundle-x86-2012-1.0.116.0.exe</a>
        <br />
        (11.22 MiB)
        (11.27 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.115.5 (pre-3.37.0) package.  The Visual C++ 2012
        the System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2012
        Update 4 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.
        <br />
        <br />
        However, if you do not require the design-time components, please
        consider downloading the associated &quot;Precompiled Binaries&quot;
        instead.</b></big>
        <br />
        <br />
        <big><b>Using Entity Framework 6 design-time support may require
        installing the Visual Studio 2012 &quot;flavor&quot; of the
        <a href="https://www.microsoft.com/en-us/download/details.aspx?id=40762">
        Entity Framework 6 Tools for Visual Studio 2012 &amp; 2013</a>.</b></big>
        <br />
        <br />
        (sha1: eaf2692ca34b5a1d168e0c907f83b5233a601cca)
        (sha1: c36bcf97d6c08203ff52bc82d39a7d1e29600c05)
      </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.115.5/sqlite-netFx45-setup-x86-2012-1.0.115.5.exe">sqlite-netFx45-setup-x86-2012-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx45-setup-x86-2012-1.0.116.0.exe">sqlite-netFx45-setup-x86-2012-1.0.116.0.exe</a>
        <br />
        (11.26 MiB)
        (11.31 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2012 Update 4 runtime for x86 is
        dependencies for the x86 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2012 Update 4 runtime for x86 is
        included.  The .NET Framework 4.5 is required.
        <br />
        (sha1: ed387bce6ddc207002317f9555abb416a914ceae)
        (sha1: 6206c0d0de89dea371d897312770f4445eb03e70)
      </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.115.5/sqlite-netFx45-setup-bundle-x64-2012-1.0.115.5.exe">sqlite-netFx45-setup-bundle-x64-2012-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx45-setup-bundle-x64-2012-1.0.116.0.exe">sqlite-netFx45-setup-bundle-x64-2012-1.0.116.0.exe</a>
        <br />
        (11.90 MiB)
        (11.95 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.115.5 (pre-3.37.0) package.  The Visual C++ 2012
        the System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2012
        Update 4 runtime for x64 is included.  The .NET Framework 4.5 is
        required.
        <br />
        (sha1: 7c7d4c5482524740fd98b02b949080ee2302722c)
        (sha1: d12d9de482eccb11f7eeb1ee4c00cab8bade8f56)
      </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.115.5/sqlite-netFx45-setup-x64-2012-1.0.115.5.exe">sqlite-netFx45-setup-x64-2012-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx45-setup-x64-2012-1.0.116.0.exe">sqlite-netFx45-setup-x64-2012-1.0.116.0.exe</a>
        <br />
        (11.97 MiB)
        (12.02 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2012 Update 4 runtime for x64 is
        dependencies for the x64 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2012 Update 4 runtime for x64 is
        included.  The .NET Framework 4.5 is required.
        <br />
        (sha1: 83b31f75ceb54f6dfdccfece8d3af29354152a66)
        (sha1: 065cba518115478b6f9b4be7f0563141584209eb)
      </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.115.5/sqlite-netFx451-setup-bundle-x86-2013-1.0.115.5.exe">sqlite-netFx451-setup-bundle-x86-2013-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx451-setup-bundle-x86-2013-1.0.116.0.exe">sqlite-netFx451-setup-bundle-x86-2013-1.0.116.0.exe</a>
        <br />
        (11.18 MiB)
        (11.23 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.115.5 (pre-3.37.0) package.  The Visual C++ 2013
        the System.Data.SQLite 1.0.116.0 (3.38.5) 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.
        <br />
        <br />
        However, if you do not require the design-time components, please
        consider downloading the associated &quot;Precompiled Binaries&quot;
        instead.</b></big>
        <br />
        <br />
        <big><b>Using Entity Framework 6 design-time support may require
        installing the Visual Studio 2013 &quot;flavor&quot; of the
        <a href="https://www.microsoft.com/en-us/download/details.aspx?id=40762">
        Entity Framework 6 Tools for Visual Studio 2012 &amp; 2013</a>.</b></big>
        <br />
        <br />
        (sha1: 93f85be6e248a839cefbcb262c79e30b7b2ce16f)
        (sha1: b81df43e1ea2da06762f22239b2e6b37dbf78031)
      </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.115.5/sqlite-netFx451-setup-x86-2013-1.0.115.5.exe">sqlite-netFx451-setup-x86-2013-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx451-setup-x86-2013-1.0.116.0.exe">sqlite-netFx451-setup-x86-2013-1.0.116.0.exe</a>
        <br />
        (11.22 MiB)
        (11.27 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2013 Update 2 runtime for x86 is
        dependencies for the x86 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2013 Update 2 runtime for x86 is
        included.  The .NET Framework 4.5.1 is required.
        <br />
        (sha1: 28305ac832f7564ef9bdd9a206d01e18c4026b02)
        (sha1: 1b5ec0a6cea86f0e8b21db400cd38e369a3b431d)
      </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.115.5/sqlite-netFx451-setup-bundle-x64-2013-1.0.115.5.exe">sqlite-netFx451-setup-bundle-x64-2013-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx451-setup-bundle-x64-2013-1.0.116.0.exe">sqlite-netFx451-setup-bundle-x64-2013-1.0.116.0.exe</a>
        <br />
        (11.89 MiB)
        (11.94 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.115.5 (pre-3.37.0) package.  The Visual C++ 2013
        the System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2013
        Update 2 runtime for x64 is included.  The .NET Framework 4.5.1 is
        required.
        <br />
        (sha1: 6a6be19150e8757ec0ef323ed781bb1b736f244c)
        (sha1: 3c4ec9d47faf15e6a889fd4f3e45a14eda042223)
      </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.115.5/sqlite-netFx451-setup-x64-2013-1.0.115.5.exe">sqlite-netFx451-setup-x64-2013-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx451-setup-x64-2013-1.0.116.0.exe">sqlite-netFx451-setup-x64-2013-1.0.116.0.exe</a>
        <br />
        (11.96 MiB)
        (12.01 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2013 Update 2 runtime for x64 is
        dependencies for the x64 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2013 Update 2 runtime for x64 is
        included.  The .NET Framework 4.5.1 is required.
        <br />
        (sha1: df2240e4e4cabc8566c8679630d0bb47691649fd)
        (sha1: 14e600d6f152378009ce1a54ac31d099995d42da)
      </td>
    </tr>

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

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx46-setup-bundle-x86-2015"></a>
        <a href="/downloads/1.0.115.5/sqlite-netFx46-setup-bundle-x86-2015-1.0.115.5.exe">sqlite-netFx46-setup-bundle-x86-2015-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx46-setup-bundle-x86-2015-1.0.116.0.exe">sqlite-netFx46-setup-bundle-x86-2015-1.0.116.0.exe</a>
        <br />
        (17.81 MiB)
        (17.86 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.115.5 (pre-3.37.0) package.  The Visual C++ 2015
        the System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2015
        Update 3 runtime for x86 is included.  The .NET Framework 4.6 is
        required.
        <br />
        <big><b>This is the only setup package that is capable of installing the
        design-time components for Visual Studio 2015.
        <br />
        <br />
        However, if you do not require the design-time components, please
        consider downloading the associated &quot;Precompiled Binaries&quot;
        instead.</b></big>
        <br />
        <br />
        (sha1: 53a31914cabb65a55cc53abf38fd39f036b12108)
        (sha1: 27ecca2445a540561ebf594de198a87e7c885f1f)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx46-setup-x86-2015"></a>
        <a href="/downloads/1.0.115.5/sqlite-netFx46-setup-x86-2015-1.0.115.5.exe">sqlite-netFx46-setup-x86-2015-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx46-setup-x86-2015-1.0.116.0.exe">sqlite-netFx46-setup-x86-2015-1.0.116.0.exe</a>
        <br />
        (17.98 MiB)
        (18.04 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2015 Update 3 runtime for x86 is
        dependencies for the x86 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2015 Update 3 runtime for x86 is
        included.  The .NET Framework 4.6 is required.
        <br />
        (sha1: cb42fdab3969ba0ea313c6b81916e3bee534c717)
        (sha1: 3cae7f993fc0a2ea5fd2ce78918c504513fff67a)
      </td>
    </tr>

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

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx46-setup-bundle-x64-2015"></a>
        <a href="/downloads/1.0.115.5/sqlite-netFx46-setup-bundle-x64-2015-1.0.115.5.exe">sqlite-netFx46-setup-bundle-x64-2015-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx46-setup-bundle-x64-2015-1.0.116.0.exe">sqlite-netFx46-setup-bundle-x64-2015-1.0.116.0.exe</a>
        <br />
        (18.66 MiB)
        (18.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.115.5 (pre-3.37.0) package.  The Visual C++ 2015
        the System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2015
        Update 3 runtime for x64 is included.  The .NET Framework 4.6 is
        required.
        <br />
        (sha1: 1b23469bae11cb27e87797b913a516a5443bbe21)
        (sha1: 712b0569ca1874b8f0ed9c94222558fd2e023134)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx46-setup-x64-2015"></a>
        <a href="/downloads/1.0.115.5/sqlite-netFx46-setup-x64-2015-1.0.115.5.exe">sqlite-netFx46-setup-x64-2015-1.0.115.5.exe</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx46-setup-x64-2015-1.0.116.0.exe">sqlite-netFx46-setup-x64-2015-1.0.116.0.exe</a>
        <br />
        (18.92 MiB)
        (18.97 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2015 Update 3 runtime for x64 is
        dependencies for the x64 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2015 Update 3 runtime for x64 is
        included.  The .NET Framework 4.6 is required.
        <br />
        (sha1: 445890897843d09ddf0b68ab09839b0bcb3946fc)
        (sha1: 8ecd2b7d5a212ca0e802d5b1c1b58d9d55658def)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <a name="legacyVersions"></a>
        <b>Legacy Versions</b>

Changes to www/downloads.wiki.

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
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







-
+

-
+




-
+

-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+


-
+













-
+

-
+




-
+



-
+













-
+






-
+



-
+













-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
-
+
+


-
+







-
+

-
+




-
+



-
+













-
+

-
+




-
+




-
+







-
+

-
+




-
+


-
+







-
+

-
+




-
+


-
+







      </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.115.5/sqlite-netFx-source-1.0.115.5.zip">sqlite-netFx-source-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx-source-1.0.116.0.zip">sqlite-netFx-source-1.0.116.0.zip</a>
        <br />
        (7.66 MiB)
        (7.73 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This ZIP archive contains all current source code for System.Data.SQLite
        1.0.115.5 (pre-3.37.0) combined into a single archive file.
        1.0.116.0 (3.38.5) combined into a single archive file.
        <br />
        (sha1: 9c099d37ae92f60fb02c2eac8f8a2e21aad39db3)
        (sha1: 43a572b98e16d43a2dfa97951b917b8dbe3f8c37)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx-full-source"></a>
        <a href="/downloads/1.0.115.5/sqlite-netFx-full-source-1.0.115.5.zip">sqlite-netFx-full-source-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx-full-source-1.0.116.0.zip">sqlite-netFx-full-source-1.0.116.0.zip</a>
        <br />
        (16.64 MiB)
        (16.86 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This ZIP archive contains all current source code for System.Data.SQLite
        1.0.115.5 (pre-3.37.0) and the extra files needed to run the unit test suite,
        1.0.116.0 (3.38.5) and the extra files needed to run the unit test suite,
        combined into a single archive file.
        <br />
        (sha1: 3de75308602adf7e6be600fd82a0f2008d8cd04d)
        (sha1: 06f9a43ae05bab1241e5221b07f9bdd525aeadd5)
      </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.115.5/sqlite-netFx20-binary-bundle-Win32-2005-1.0.115.5.zip">sqlite-netFx20-binary-bundle-Win32-2005-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx20-binary-bundle-Win32-2005-1.0.116.0.zip">sqlite-netFx20-binary-bundle-Win32-2005-1.0.116.0.zip</a>
        <br />
        (2.08 MiB)
        (2.10 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2005 SP1 runtime for x86 and the .NET
        the binaries for the x86 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2005 SP1 runtime for x86 and the .NET
        Framework 2.0 SP2 are required.
        <br />
        (sha1: 937303d27d8ae8d28dc2bbd3fcd18f0faea2c1f1)
        (sha1: 4429399189792e9ba75c7c98514e9a72f35c5de6)
      </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.115.5/sqlite-netFx20-binary-Win32-2005-1.0.115.5.zip">sqlite-netFx20-binary-Win32-2005-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx20-binary-Win32-2005-1.0.116.0.zip">sqlite-netFx20-binary-Win32-2005-1.0.116.0.zip</a>
        <br />
        (2.07 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.115.5 (pre-3.37.0) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2005 SP1
        runtime for x86 and the .NET Framework 2.0 SP2 are required.
        <br />
        (sha1: cf2ff6a2c744ecce179e3fdc00c06ed4543b6921)
        (sha1: f6eb7dc87bc0e953a1d8bff712a9d848e69c5c29)
      </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.115.5/sqlite-netFx20-binary-bundle-x64-2005-1.0.115.5.zip">sqlite-netFx20-binary-bundle-x64-2005-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx20-binary-bundle-x64-2005-1.0.116.0.zip">sqlite-netFx20-binary-bundle-x64-2005-1.0.116.0.zip</a>
        <br />
        (2.38 MiB)
        (2.41 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2005 SP1 runtime for x64 and the .NET
        the binaries for the x64 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2005 SP1 runtime for x64 and the .NET
        Framework 2.0 SP2 are required.
        <br />
        (sha1: 8b849990da3fcb6cce8c9abd7c7647a9f7862f32)
        (sha1: d675673f07d0a450c897b1dc2cb696396bdab8b8)
      </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.115.5/sqlite-netFx20-binary-x64-2005-1.0.115.5.zip">sqlite-netFx20-binary-x64-2005-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx20-binary-x64-2005-1.0.116.0.zip">sqlite-netFx20-binary-x64-2005-1.0.116.0.zip</a>
        <br />
        (2.37 MiB)
        (2.40 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.115.5 (pre-3.37.0) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2005 SP1
        runtime for x64 and the .NET Framework 2.0 SP2 are required.
        <br />
        (sha1: 6ace25b224dfdf7771987d5db3333353fd702a6f)
        (sha1: a31694e5edf0a39f027b2449ca89d567ef681ad1)
      </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.115.5/sqlite-netFx35-binary-bundle-Win32-2008-1.0.115.5.zip">sqlite-netFx35-binary-bundle-Win32-2008-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx35-binary-bundle-Win32-2008-1.0.116.0.zip">sqlite-netFx35-binary-bundle-Win32-2008-1.0.116.0.zip</a>
        <br />
        (2.52 MiB)
        (2.55 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2008 SP1 runtime for x86 and the .NET
        the binaries for the x86 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2008 SP1 runtime for x86 and the .NET
        Framework 3.5 SP1 are required.
        <br />
        (sha1: 65aad09468c0492137307ac87594db33833b3d59)
        (sha1: 9428a6e03cf567b4174b9ed41a25c9635ce2102c)
      </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.115.5/sqlite-netFx35-binary-Win32-2008-1.0.115.5.zip">sqlite-netFx35-binary-Win32-2008-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx35-binary-Win32-2008-1.0.116.0.zip">sqlite-netFx35-binary-Win32-2008-1.0.116.0.zip</a>
        <br />
        (2.51 MiB)
        (2.54 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.115.5 (pre-3.37.0) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2008 SP1
        runtime for x86 and the .NET Framework 3.5 SP1 are required.
        <br />
        (sha1: 90a9e1d6a5e3294d4902c8a26de5364290626e6e)
        (sha1: 30dd8a6377b8b4f5b054fafda4d7c5bada5bf864)
      </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.115.5/sqlite-netFx35-binary-bundle-x64-2008-1.0.115.5.zip">sqlite-netFx35-binary-bundle-x64-2008-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx35-binary-bundle-x64-2008-1.0.116.0.zip">sqlite-netFx35-binary-bundle-x64-2008-1.0.116.0.zip</a>
        <br />
        (2.66 MiB)
        (2.68 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2008 SP1 runtime for x64 and the .NET
        the binaries for the x64 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2008 SP1 runtime for x64 and the .NET
        Framework 3.5 SP1 are required.
        <br />
        (sha1: 3d20a29c1883ab86e54024c735c69d4ff3b1aa52)
        (sha1: f41734187b6fe008610c469f5b7906694287b968)
      </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.115.5/sqlite-netFx35-binary-x64-2008-1.0.115.5.zip">sqlite-netFx35-binary-x64-2008-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx35-binary-x64-2008-1.0.116.0.zip">sqlite-netFx35-binary-x64-2008-1.0.116.0.zip</a>
        <br />
        (2.65 MiB)
        (2.67 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.115.5 (pre-3.37.0) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2008 SP1
        runtime for x64 and the .NET Framework 3.5 SP1 are required.
        <br />
        (sha1: bf87793c060e07bc4e84cff677db7691d64160d1)
        (sha1: 688f1d505e0292e61f37d7ec1ac5f25bbe1aa632)
      </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.115.5/sqlite-netFx40-binary-bundle-Win32-2010-1.0.115.5.zip">sqlite-netFx40-binary-bundle-Win32-2010-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx40-binary-bundle-Win32-2010-1.0.116.0.zip">sqlite-netFx40-binary-bundle-Win32-2010-1.0.116.0.zip</a>
        <br />
        (2.78 MiB)
        (2.80 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2010 SP1 runtime for x86 and the .NET
        the binaries for the x86 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2010 SP1 runtime for x86 and the .NET
        Framework 4.0 are required.
        <br />
        (sha1: c26f410032afc84fb92421682a26c0e0e6698434)
        (sha1: 982115aa282ff76ae3f5295eeee3799b3d3e9e60)
      </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.115.5/sqlite-netFx40-binary-Win32-2010-1.0.115.5.zip">sqlite-netFx40-binary-Win32-2010-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx40-binary-Win32-2010-1.0.116.0.zip">sqlite-netFx40-binary-Win32-2010-1.0.116.0.zip</a>
        <br />
        (2.77 MiB)
        (2.79 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.115.5 (pre-3.37.0) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2010 SP1
        runtime for x86 and the .NET Framework 4.0 are required.
        <br />
        (sha1: d3f3752d831dff30ba2fc87ba0e8b03899fe4654)
        (sha1: bb29d06415295f2d74864347e73455354ede9b6b)
      </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.115.5/sqlite-netFx40-binary-bundle-x64-2010-1.0.115.5.zip">sqlite-netFx40-binary-bundle-x64-2010-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx40-binary-bundle-x64-2010-1.0.116.0.zip">sqlite-netFx40-binary-bundle-x64-2010-1.0.116.0.zip</a>
        <br />
        (2.83 MiB)
        (2.85 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2010 SP1 runtime for x64 and the .NET
        the binaries for the x64 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2010 SP1 runtime for x64 and the .NET
        Framework 4.0 are required.
        <br />
        (sha1: 3e6a062c6a8bf89113f89fa62f9e77c4606e5d7f)
        (sha1: a2a580d77bb7b972965d8afcc6aeac43c130ebb0)
      </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.115.5/sqlite-netFx40-binary-x64-2010-1.0.115.5.zip">sqlite-netFx40-binary-x64-2010-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx40-binary-x64-2010-1.0.116.0.zip">sqlite-netFx40-binary-x64-2010-1.0.116.0.zip</a>
        <br />
        (2.82 MiB)
        (2.84 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.115.5 (pre-3.37.0) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2010 SP1
        runtime for x64 and the .NET Framework 4.0 are required.
        <br />
        (sha1: 57d05381150ff8de18bfad6a5fda8a162ec766c3)
        (sha1: 5aa05f8dcdc0ec239b57e81b11305953403a9528)
      </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.115.5/sqlite-netFx45-binary-bundle-Win32-2012-1.0.115.5.zip">sqlite-netFx45-binary-bundle-Win32-2012-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx45-binary-bundle-Win32-2012-1.0.116.0.zip">sqlite-netFx45-binary-bundle-Win32-2012-1.0.116.0.zip</a>
        <br />
        (2.66 MiB)
        (2.68 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2012 Update 4 runtime for x86 and
        the binaries for the x86 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2012 Update 4 runtime for x86 and
        the .NET Framework 4.5 are required.
        <br />
        (sha1: c3328b0a1fdd6b8eda7c764c9c6dcd46862b40e9)
        (sha1: 40d26e4db01d5bff53473d400869eea5279f652d)
      </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.115.5/sqlite-netFx45-binary-Win32-2012-1.0.115.5.zip">sqlite-netFx45-binary-Win32-2012-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx45-binary-Win32-2012-1.0.116.0.zip">sqlite-netFx45-binary-Win32-2012-1.0.116.0.zip</a>
        <br />
        (2.71 MiB)
        (2.74 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.115.5 (pre-3.37.0) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2012
        Update 4 runtime for x86 and the .NET Framework 4.5 are required.
        <br />
        (sha1: 0b1717b6d31a46e84416d2e39800990ff3144c3b)
        (sha1: 458e4b4e153c649a6328290604a0306b5731c941)
      </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.115.5/sqlite-netFx45-binary-bundle-x64-2012-1.0.115.5.zip">sqlite-netFx45-binary-bundle-x64-2012-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx45-binary-bundle-x64-2012-1.0.116.0.zip">sqlite-netFx45-binary-bundle-x64-2012-1.0.116.0.zip</a>
        <br />
        (2.71 MiB)
        (2.73 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2012 Update 4 runtime for x64 and
        the binaries for the x64 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2012 Update 4 runtime for x64 and
        the .NET Framework 4.5 are required.
        <br />
        (sha1: 59605e6ecddd307f011b3975f208de83ac885423)
        (sha1: db3c3ee37fa72e6d42c814f08ec57682d6916166)
      </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.115.5/sqlite-netFx45-binary-x64-2012-1.0.115.5.zip">sqlite-netFx45-binary-x64-2012-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx45-binary-x64-2012-1.0.116.0.zip">sqlite-netFx45-binary-x64-2012-1.0.116.0.zip</a>
        <br />
        (2.82 MiB)
        (2.84 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.115.5 (pre-3.37.0) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2012
        Update 4 runtime for x64 and the .NET Framework 4.5 are required.
        <br />
        (sha1: 6dbc810fd714cf5c1195d8fb9cebbed4b20b6b86)
        (sha1: ab3c815732844217fa746989898f310dff3a6f74)
      </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.115.5/sqlite-netFx451-binary-bundle-Win32-2013-1.0.115.5.zip">sqlite-netFx451-binary-bundle-Win32-2013-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx451-binary-bundle-Win32-2013-1.0.116.0.zip">sqlite-netFx451-binary-bundle-Win32-2013-1.0.116.0.zip</a>
        <br />
        (2.66 MiB)
        (2.69 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2013 Update 2 runtime for x86 and the
        the binaries for the x86 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2013 Update 2 runtime for x86 and the
        .NET Framework 4.5.1 are required.
        <br />
        (sha1: 61a4d33f1020cdb17e2f2b64fd2b0f48865377d8)
        (sha1: ae54e4915b4d6de86c2fc0d2a730dcd2cd810260)
      </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.115.5/sqlite-netFx451-binary-Win32-2013-1.0.115.5.zip">sqlite-netFx451-binary-Win32-2013-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx451-binary-Win32-2013-1.0.116.0.zip">sqlite-netFx451-binary-Win32-2013-1.0.116.0.zip</a>
        <br />
        (2.72 MiB)
        (2.75 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.115.5 (pre-3.37.0) package.  The Visual C++ 2013
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2013
        Update 2 runtime for x86 and the .NET Framework 4.5.1 are required.
        <br />
        (sha1: 3ed99f335cf89b4fbe799cbac7efe0229829c9af)
        (sha1: 8b0ebe23fb8ce29881f47952cc6ffe85bc983fb1)
      </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.115.5/sqlite-netFx451-binary-bundle-x64-2013-1.0.115.5.zip">sqlite-netFx451-binary-bundle-x64-2013-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx451-binary-bundle-x64-2013-1.0.116.0.zip">sqlite-netFx451-binary-bundle-x64-2013-1.0.116.0.zip</a>
        <br />
        (2.72 MiB)
        (2.73 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2013 Update 2 runtime for x64 and the
        the binaries for the x64 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2013 Update 2 runtime for x64 and the
        .NET Framework 4.5.1 are required.
        <br />
        (sha1: 55b0eeefc25476b5f50a7905bb59558c1122cdcb)
        (sha1: c09430135b6c5b86262e8a3f3e146b9ed69f1bef)
      </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.115.5/sqlite-netFx451-binary-x64-2013-1.0.115.5.zip">sqlite-netFx451-binary-x64-2013-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx451-binary-x64-2013-1.0.116.0.zip">sqlite-netFx451-binary-x64-2013-1.0.116.0.zip</a>
        <br />
        (2.82 MiB)
        (2.84 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.115.5 (pre-3.37.0) package.  The Visual C++ 2013
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2013
        Update 2 runtime for x64 and the .NET Framework 4.5.1 are required.
        <br />
        (sha1: a312a7485c7ad254cf523ff6a3182bf6b0431f4a)
        (sha1: f6a7b297f0343c479bbb7a0540e0376ce354c1cc)
      </td>
    </tr>

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

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx46-binary-bundle-Win32-2015"></a>
        <a href="/downloads/1.0.115.5/sqlite-netFx46-binary-bundle-Win32-2015-1.0.115.5.zip">sqlite-netFx46-binary-bundle-Win32-2015-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx46-binary-bundle-Win32-2015-1.0.116.0.zip">sqlite-netFx46-binary-bundle-Win32-2015-1.0.116.0.zip</a>
        <br />
        (3.35 MiB)
        (3.38 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2015 Update 3 runtime for x86 and the
        the binaries for the x86 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2015 Update 3 runtime for x86 and the
        .NET Framework 4.6 are required.
        <br />
        (sha1: 8d85090dbd9c52b061601b1c6c528f63e946c0c2)
        (sha1: 8f2cae14b3f1ca8ae4af1a6bdc0e60d585e23b37)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx46-binary-Win32-2015"></a>
        <a href="/downloads/1.0.115.5/sqlite-netFx46-binary-Win32-2015-1.0.115.5.zip">sqlite-netFx46-binary-Win32-2015-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx46-binary-Win32-2015-1.0.116.0.zip">sqlite-netFx46-binary-Win32-2015-1.0.116.0.zip</a>
        <br />
        (3.57 MiB)
        (3.61 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.115.5 (pre-3.37.0) package.  The Visual C++ 2015
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2015
        Update 3 runtime for x86 and the .NET Framework 4.6 are required.
        <br />
        (sha1: 3544afa525e8d794f224de03ce74d05180e90b16)
        (sha1: 8a9c9a9c30502c49036d46e32e8046a4d1a8370b)
      </td>
    </tr>

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

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx46-binary-bundle-x64-2015"></a>
        <a href="/downloads/1.0.115.5/sqlite-netFx46-binary-bundle-x64-2015-1.0.115.5.zip">sqlite-netFx46-binary-bundle-x64-2015-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx46-binary-bundle-x64-2015-1.0.116.0.zip">sqlite-netFx46-binary-bundle-x64-2015-1.0.116.0.zip</a>
        <br />
        (3.39 MiB)
        (3.43 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2015 Update 3 runtime for x64 and the
        the binaries for the x64 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2015 Update 3 runtime for x64 and the
        .NET Framework 4.6 are required.
        <br />
        (sha1: 6a09a9c4139571623f63a3655e090c50fb5d4633)
        (sha1: d35f6679ca6fbb14b48e8a9f4e6db83839d32381)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx46-binary-x64-2015"></a>
        <a href="/downloads/1.0.115.5/sqlite-netFx46-binary-x64-2015-1.0.115.5.zip">sqlite-netFx46-binary-x64-2015-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx46-binary-x64-2015-1.0.116.0.zip">sqlite-netFx46-binary-x64-2015-1.0.116.0.zip</a>
        <br />
        (3.73 MiB)
        (3.76 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.115.5 (pre-3.37.0) package.  The Visual C++ 2015
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2015
        Update 3 runtime for x64 and the .NET Framework 4.6 are required.
        <br />
        (sha1: 132adb2951f834e2df69aa1f7a81b0b33ec9467d)
        (sha1: ad416a1adcb2f77919a61b94d7c843eaaee9090b)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for Mono on POSIX (.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-Mono-2013"></a>
        <a href="/downloads/1.0.115.5/sqlite-netFx451-binary-Mono-2013-1.0.115.5.zip">sqlite-netFx451-binary-Mono-2013-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx451-binary-Mono-2013-1.0.116.0.zip">sqlite-netFx451-binary-Mono-2013-1.0.116.0.zip</a>
        <br />
        (1.30 MiB)
        (1.31 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the managed binaries for the Mono
        version of the System.Data.SQLite 1.0.115.5 (pre-3.37.0) package.  The
        version of the System.Data.SQLite 1.0.116.0 (3.38.5) package.  The
        <a href="https://www.mono-project.com/">Mono runtime</a> (4.2.3.4 or
        higher) is required.
        <br />
        (sha1: 1e6e5f9ff3b13c76e9c9970491e851483b604b7b)
        (sha1: 1fedb6482b9dac447193349c0203b356df08b85c)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for the .NET Standard 2.0 (.NET Core 2.0)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netStandard20-binary"></a>
        <a href="/downloads/1.0.115.5/sqlite-netStandard20-binary-1.0.115.5.zip">sqlite-netStandard20-binary-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netStandard20-binary-1.0.116.0.zip">sqlite-netStandard20-binary-1.0.116.0.zip</a>
        <br />
        (0.30 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the managed binaries for the .NET
        Standard 2.0 version of the System.Data.SQLite 1.0.115.5 (pre-3.37.0)
        Standard 2.0 version of the System.Data.SQLite 1.0.116.0 (3.38.5)
        package.  The <a href="https://dotnet.github.io/">.NET Core</a>
        runtime (2.0 or higher) is required.
        <br />
        (sha1: b8498e7be9ec86efa8ec410062b92f7fe8fd62f8)
        (sha1: dcc54f8390e685a65b718305411c6916a54befda)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for the .NET Standard 2.1 (.NET Core 3.0)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netStandard21-binary"></a>
        <a href="/downloads/1.0.115.5/sqlite-netStandard21-binary-1.0.115.5.zip">sqlite-netStandard21-binary-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netStandard21-binary-1.0.116.0.zip">sqlite-netStandard21-binary-1.0.116.0.zip</a>
        <br />
        (0.67 MiB)
        (0.68 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the managed binaries for the .NET
        Standard 2.1 version of the System.Data.SQLite 1.0.115.5 (pre-3.37.0)
        Standard 2.1 version of the System.Data.SQLite 1.0.116.0 (3.38.5)
        package.  The <a href="https://dotnet.github.io/">.NET Core</a>
        runtime (3.0 or higher) is required.
        <br />
        (sha1: ee236a0fcd370a46ba3e55bfbfbb9ebc348eb75c)
        (sha1: e2b4ebbecb733d241ed1aab653b1517432840d9b)
      </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.115.5/sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.115.5.zip">sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.116.0.zip">sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.116.0.zip</a>
        <br />
        (2.27 MiB)
        (2.29 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2005 SP1 runtime for x86 is statically
        the binaries for the x86 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2005 SP1 runtime for x86 is statically
        linked.  The .NET Framework 2.0 SP2 is required.
        <br />
        (sha1: 03f440dbe3b59ab6690259f32fc8c3e15a2e9bda)
        (sha1: 878dbdaeac7b636b9e1a44939f87cef9c7afe145)
      </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.115.5/sqlite-netFx20-static-binary-Win32-2005-1.0.115.5.zip">sqlite-netFx20-static-binary-Win32-2005-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx20-static-binary-Win32-2005-1.0.116.0.zip">sqlite-netFx20-static-binary-Win32-2005-1.0.116.0.zip</a>
        <br />
        (2.26 MiB)
        (2.28 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.115.5 (pre-3.37.0) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2005 SP1
        runtime for x86 is statically linked.  The .NET Framework 2.0 SP2 is
        required.
        <br />
        (sha1: 7f582c82fcd3d4a070e157f63c50f40b4e218e17)
        (sha1: ecffcf7d6c3ab616d3ce75ddb78b98fb9cd930b2)
      </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.115.5/sqlite-netFx20-static-binary-bundle-x64-2005-1.0.115.5.zip">sqlite-netFx20-static-binary-bundle-x64-2005-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx20-static-binary-bundle-x64-2005-1.0.116.0.zip">sqlite-netFx20-static-binary-bundle-x64-2005-1.0.116.0.zip</a>
        <br />
        (2.51 MiB)
        (2.55 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2005 SP1 runtime for x64 is statically
        the binaries for the x64 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2005 SP1 runtime for x64 is statically
        linked.  The .NET Framework 2.0 SP2 is required.
        <br />
        (sha1: ef81464f08a06e90ef6062f1af73d7e728c1d372)
        (sha1: 76402b71aafde70ebb0cdc54b3decb3bad0dd847)
      </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.115.5/sqlite-netFx20-static-binary-x64-2005-1.0.115.5.zip">sqlite-netFx20-static-binary-x64-2005-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx20-static-binary-x64-2005-1.0.116.0.zip">sqlite-netFx20-static-binary-x64-2005-1.0.116.0.zip</a>
        <br />
        (2.51 MiB)
        (2.54 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.115.5 (pre-3.37.0) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2005 SP1
        runtime for x64 is statically linked.  The .NET Framework 2.0 SP2 is
        required.
        <br />
        (sha1: a1abd92251c8b0645475ad6da1b6cef2258cbca1)
        (sha1: c805142a7f52906591bd2ea5876410fa3e06e876)
      </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.115.5/sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.115.5.zip">sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.116.0.zip">sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.116.0.zip</a>
        <br />
        (2.72 MiB)
        (2.74 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2008 SP1 runtime for x86 is statically
        the binaries for the x86 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2008 SP1 runtime for x86 is statically
        linked.  The .NET Framework 3.5 SP1 is required.
        <br />
        (sha1: 9921824cd832e4e7ad6c5090778ed3fe5d941603)
        (sha1: f5fa6e12470658827744890aeb30bfdc153a2e39)
      </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.115.5/sqlite-netFx35-static-binary-Win32-2008-1.0.115.5.zip">sqlite-netFx35-static-binary-Win32-2008-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx35-static-binary-Win32-2008-1.0.116.0.zip">sqlite-netFx35-static-binary-Win32-2008-1.0.116.0.zip</a>
        <br />
        (2.71 MiB)
        (2.74 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.115.5 (pre-3.37.0) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2008 SP1
        runtime for x86 is statically linked.  The .NET Framework 3.5 SP1 is
        required.
        <br />
        (sha1: 33cc0a7a61fd8e97da95869e0bf6ed1a78112749)
        (sha1: ca82c0b45e23cad1cec4c6db21914b8f1c9414a1)
      </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.115.5/sqlite-netFx35-static-binary-bundle-x64-2008-1.0.115.5.zip">sqlite-netFx35-static-binary-bundle-x64-2008-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx35-static-binary-bundle-x64-2008-1.0.116.0.zip">sqlite-netFx35-static-binary-bundle-x64-2008-1.0.116.0.zip</a>
        <br />
        (2.82 MiB)
        (2.84 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2008 SP1 runtime for x64 is statically
        the binaries for the x64 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2008 SP1 runtime for x64 is statically
        linked.  The .NET Framework 3.5 SP1 is required.
        <br />
        (sha1: 7a5f27d499cc35d84085986914755733baf22510)
        (sha1: 758fe236c8895463dc941c776935a2daf7de786f)
      </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.115.5/sqlite-netFx35-static-binary-x64-2008-1.0.115.5.zip">sqlite-netFx35-static-binary-x64-2008-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx35-static-binary-x64-2008-1.0.116.0.zip">sqlite-netFx35-static-binary-x64-2008-1.0.116.0.zip</a>
        <br />
        (2.80 MiB)
        (2.83 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.115.5 (pre-3.37.0) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2008 SP1
        runtime for x64 is statically linked.  The .NET Framework 3.5 SP1 is
        required.
        <br />
        (sha1: 4c3f2514fc2dcf0cb010b68f4a7744ac255a088e)
        (sha1: 1b342898177c0923942c77c55f5c679056de5cb6)
      </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.115.5/sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.115.5.zip">sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.116.0.zip">sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.116.0.zip</a>
        <br />
        (2.98 MiB)
        (3.00 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2010 SP1 runtime for x86 is statically
        the binaries for the x86 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2010 SP1 runtime for x86 is statically
        linked.  The .NET Framework 4.0 is required.
        <br />
        (sha1: 9b8bdf4e1ad149a05201272f6cfd502906234167)
        (sha1: 38b8cf6c6f448d21b21a1e8a9385b12e2fb60674)
      </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.115.5/sqlite-netFx40-static-binary-Win32-2010-1.0.115.5.zip">sqlite-netFx40-static-binary-Win32-2010-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx40-static-binary-Win32-2010-1.0.116.0.zip">sqlite-netFx40-static-binary-Win32-2010-1.0.116.0.zip</a>
        <br />
        (2.97 MiB)
        (2.99 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.115.5 (pre-3.37.0) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2010 SP1
        runtime for x86 is statically linked.  The .NET Framework 4.0 is
        required.
        <br />
        (sha1: 6bf010c2896fc35cff2c7f63e67472db69454c8f)
        (sha1: 6105674c939d3bfd356b70de126670941055e62a)
      </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.115.5/sqlite-netFx40-static-binary-bundle-x64-2010-1.0.115.5.zip">sqlite-netFx40-static-binary-bundle-x64-2010-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx40-static-binary-bundle-x64-2010-1.0.116.0.zip">sqlite-netFx40-static-binary-bundle-x64-2010-1.0.116.0.zip</a>
        <br />
        (3.00 MiB)
        (3.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 x64 version of the System.Data.SQLite 1.0.115.5
        (pre-3.37.0) package.  The Visual C++ 2010 SP1 runtime for x64 is statically
        the binaries for the x64 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2010 SP1 runtime for x64 is statically
        linked.  The .NET Framework 4.0 is required.
        <br />
        (sha1: 48d0540fe83dce06c9ee0b65afaa39941dbe8e33)
        (sha1: a3c03b43fcc7340c38ac97ac5cb85b59c9232f0d)
      </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.115.5/sqlite-netFx40-static-binary-x64-2010-1.0.115.5.zip">sqlite-netFx40-static-binary-x64-2010-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx40-static-binary-x64-2010-1.0.116.0.zip">sqlite-netFx40-static-binary-x64-2010-1.0.116.0.zip</a>
        <br />
        (2.99 MiB)
        (3.02 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.115.5 (pre-3.37.0) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2010 SP1
        runtime for x64 is statically linked.  The .NET Framework 4.0 is
        required.
        <br />
        (sha1: 4f7d94c4869631e0f25364597224161a038578e1)
        (sha1: a8cb5ac2d2e78bfc7f59b4432e4ee0b3319de6d2)
      </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.115.5/sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.115.5.zip">sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.116.0.zip">sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.116.0.zip</a>
        <br />
        (2.98 MiB)
        (3.00 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2012 Update 4 runtime for x86 is
        the binaries for the x86 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2012 Update 4 runtime for x86 is
        statically linked.  The .NET Framework 4.5 is required.
        <br />
        (sha1: 9b2988c3fd4680857baee4aee233f644b18eaec0)
        (sha1: 7aca34c0d99adee792d4e20680641ffd207076e8)
      </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.115.5/sqlite-netFx45-static-binary-Win32-2012-1.0.115.5.zip">sqlite-netFx45-static-binary-Win32-2012-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx45-static-binary-Win32-2012-1.0.116.0.zip">sqlite-netFx45-static-binary-Win32-2012-1.0.116.0.zip</a>
        <br />
        (3.04 MiB)
        (3.06 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.115.5 (pre-3.37.0) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2012
        Update 4 runtime for x86 is statically linked.  The .NET Framework 4.5
        is required.
        <br />
        (sha1: c63c005cd2b046398ff48654c95751fb5b5447e2)
        (sha1: b611ee857217c2201b90f5913935795f74266788)
      </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.115.5/sqlite-netFx45-static-binary-bundle-x64-2012-1.0.115.5.zip">sqlite-netFx45-static-binary-bundle-x64-2012-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx45-static-binary-bundle-x64-2012-1.0.116.0.zip">sqlite-netFx45-static-binary-bundle-x64-2012-1.0.116.0.zip</a>
        <br />
        (2.97 MiB)
        (3.00 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2012 Update 4 runtime for x64 is
        the binaries for the x64 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2012 Update 4 runtime for x64 is
        statically linked.  The .NET Framework 4.5 is required.
        <br />
        (sha1: 1aa3e7bbf4d60ae7c68097124fb5c4668bc62885)
        (sha1: 72d5c278b466c9721d524ecfda7cd6ffcb419823)
      </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.115.5/sqlite-netFx45-static-binary-x64-2012-1.0.115.5.zip">sqlite-netFx45-static-binary-x64-2012-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx45-static-binary-x64-2012-1.0.116.0.zip">sqlite-netFx45-static-binary-x64-2012-1.0.116.0.zip</a>
        <br />
        (3.08 MiB)
        (3.11 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.115.5 (pre-3.37.0) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2012
        Update 4 runtime for x64 is statically linked.  The .NET Framework 4.5
        is required.
        <br />
        (sha1: 92df841e2b03e469bdd08876b0bad7db2bcff639)
        (sha1: 3122e9257de8f86d7308e99b716486f476581931)
      </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.115.5/sqlite-netFx451-static-binary-bundle-Win32-2013-1.0.115.5.zip">sqlite-netFx451-static-binary-bundle-Win32-2013-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx451-static-binary-bundle-Win32-2013-1.0.116.0.zip">sqlite-netFx451-static-binary-bundle-Win32-2013-1.0.116.0.zip</a>
        <br />
        (3.01 MiB)
        (3.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.115.5
        (pre-3.37.0) package.  The Visual C++ 2013 Update 2 runtime for x86 is
        the binaries for the x86 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2013 Update 2 runtime for x86 is
        statically linked.  The .NET Framework 4.5.1 is required.
        <br />
        (sha1: 09b1d54ea11c62a20f4497e36ddbdc73d51c1ddc)
        (sha1: 132bbcd528500347c75155d09bdbcb065ae4572a)
      </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.115.5/sqlite-netFx451-static-binary-Win32-2013-1.0.115.5.zip">sqlite-netFx451-static-binary-Win32-2013-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx451-static-binary-Win32-2013-1.0.116.0.zip">sqlite-netFx451-static-binary-Win32-2013-1.0.116.0.zip</a>
        <br />
        (3.07 MiB)
        (3.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.115.5 (pre-3.37.0) package.  The Visual C++ 2013
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2013
        Update 2 runtime for x86 is statically linked.  The .NET Framework 4.5.1
        is required.
        <br />
        (sha1: e9e108b8f332ba52efa4060817e69280b6e7db9c)
        (sha1: 81494ce512c2d256414d2c84ddeae13e7ad349da)
      </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.115.5/sqlite-netFx451-static-binary-bundle-x64-2013-1.0.115.5.zip">sqlite-netFx451-static-binary-bundle-x64-2013-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx451-static-binary-bundle-x64-2013-1.0.116.0.zip">sqlite-netFx451-static-binary-bundle-x64-2013-1.0.116.0.zip</a>
        <br />
        (3.01 MiB)
        (3.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 x64 version of the System.Data.SQLite 1.0.115.5
        (pre-3.37.0) package.  The Visual C++ 2013 Update 2 runtime for x64 is
        the binaries for the x64 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2013 Update 2 runtime for x64 is
        statically linked.  The .NET Framework 4.5.1 is required.
        <br />
        (sha1: 07ad3cd58a810af052eaf52078819ef751520db6)
        (sha1: dcaa4f059a7b737b403f9a9e4d1535378e56f761)
      </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.115.5/sqlite-netFx451-static-binary-x64-2013-1.0.115.5.zip">sqlite-netFx451-static-binary-x64-2013-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx451-static-binary-x64-2013-1.0.116.0.zip">sqlite-netFx451-static-binary-x64-2013-1.0.116.0.zip</a>
        <br />
        (3.12 MiB)
        (3.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.115.5 (pre-3.37.0) package.  The Visual C++ 2013
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2013
        Update 2 runtime for x64 is statically linked.  The .NET Framework 4.5.1
        is required.
        <br />
        (sha1: 30f5e7a72f5e3263a89b9d38cd00496accf9cab7)
        (sha1: 4cc54850f4465506792dc58fc51f9023d8291253)
      </td>
    </tr>

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

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx46-static-binary-bundle-Win32-2015"></a>
        <a href="/downloads/1.0.115.5/sqlite-netFx46-static-binary-bundle-Win32-2015-1.0.115.5.zip">sqlite-netFx46-static-binary-bundle-Win32-2015-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx46-static-binary-bundle-Win32-2015-1.0.116.0.zip">sqlite-netFx46-static-binary-bundle-Win32-2015-1.0.116.0.zip</a>
        <br />
        (3.88 MiB)
        (3.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.115.5
        (pre-3.37.0) package.  The Visual C++ 2015 Update 3 runtime for x86 is
        the binaries for the x86 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2015 Update 3 runtime for x86 is
        statically linked.  The .NET Framework 4.6 is required.
        <br />
        (sha1: 8f0b39416596a0ca28b717aeacdd222b7a1ea384)
        (sha1: 51f84f27e5c2095a299f93e3ff2b11c220f1bb73)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx46-static-binary-Win32-2015"></a>
        <a href="/downloads/1.0.115.5/sqlite-netFx46-static-binary-Win32-2015-1.0.115.5.zip">sqlite-netFx46-static-binary-Win32-2015-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx46-static-binary-Win32-2015-1.0.116.0.zip">sqlite-netFx46-static-binary-Win32-2015-1.0.116.0.zip</a>
        <br />
        (4.10 MiB)
        (4.13 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.115.5 (pre-3.37.0) package.  The Visual C++ 2015
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2015
        Update 3 runtime for x86 is statically linked.  The .NET Framework 4.6
        is required.
        <br />
        (sha1: e2a650b1b6aa79aa488152a3eea3d0908c89246c)
        (sha1: e77697d07981b0dafa786a5380067ff0188b1d4b)
      </td>
    </tr>

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

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx46-static-binary-bundle-x64-2015"></a>
        <a href="/downloads/1.0.115.5/sqlite-netFx46-static-binary-bundle-x64-2015-1.0.115.5.zip">sqlite-netFx46-static-binary-bundle-x64-2015-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx46-static-binary-bundle-x64-2015-1.0.116.0.zip">sqlite-netFx46-static-binary-bundle-x64-2015-1.0.116.0.zip</a>
        <br />
        (3.88 MiB)
        (3.91 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.115.5
        (pre-3.37.0) package.  The Visual C++ 2015 Update 3 runtime for x64 is
        the binaries for the x64 version of the System.Data.SQLite 1.0.116.0
        (3.38.5) package.  The Visual C++ 2015 Update 3 runtime for x64 is
        statically linked.  The .NET Framework 4.6 is required.
        <br />
        (sha1: ac20834fb14bf850b8ca3504c827fe5dc0f2eae3)
        (sha1: e2fdf4603ee40bd21b58b5023d7b396c51242bfd)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a name="sqlite-netFx46-static-binary-x64-2015"></a>
        <a href="/downloads/1.0.115.5/sqlite-netFx46-static-binary-x64-2015-1.0.115.5.zip">sqlite-netFx46-static-binary-x64-2015-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx46-static-binary-x64-2015-1.0.116.0.zip">sqlite-netFx46-static-binary-x64-2015-1.0.116.0.zip</a>
        <br />
        (4.21 MiB)
        (4.25 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.115.5 (pre-3.37.0) package.  The Visual C++ 2015
        System.Data.SQLite 1.0.116.0 (3.38.5) package.  The Visual C++ 2015
        Update 3 runtime for x64 is statically linked.  The .NET Framework 4.6
        is required.
        <br />
        (sha1: fb8b442bf3ad1619bf4ea7e08da3e83176caab36)
        (sha1: 5f98686f1786dbd11df30b8872cc5efbf44cada1)
      </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.115.5/sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.115.5.zip">sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.116.0.zip">sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.116.0.zip</a>
        <br />
        (1.61 MiB)
        (1.63 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.115.5 (pre-3.37.0) package.  The included native
        of the System.Data.SQLite 1.0.116.0 (3.38.5) 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: 63ebfbf0c5b93709254da8e13648a3e36ced90af)
        (sha1: 2eedccf917c3f1d6b6b4ee4fff39361e1915a8b2)
      </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.115.5/sqlite-netFx39-binary-WinCE-ARM-2012-1.0.115.5.zip">sqlite-netFx39-binary-WinCE-ARM-2012-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx39-binary-WinCE-ARM-2012-1.0.116.0.zip">sqlite-netFx39-binary-WinCE-ARM-2012-1.0.116.0.zip</a>
        <br />
        (1.78 MiB)
        (1.81 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.115.5 (pre-3.37.0)
        Compact 2013 (ARM) version of the System.Data.SQLite 1.0.116.0 (3.38.5)
        package.  The .NET Compact Framework 3.9 is required.
        <br />
        (sha1: ffaf2d639c9ab02f76a17f600bc01be25344f563)
        (sha1: 261a73280dbdba909b791262a1bbb4360032b850)
      </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.115.5/sqlite-netFx39-binary-WinCE-x86-2012-1.0.115.5.zip">sqlite-netFx39-binary-WinCE-x86-2012-1.0.115.5.zip</a>
        <a href="/downloads/1.0.116.0/sqlite-netFx39-binary-WinCE-x86-2012-1.0.116.0.zip">sqlite-netFx39-binary-WinCE-x86-2012-1.0.116.0.zip</a>
        <br />
        (1.83 MiB)
        (1.85 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.115.5 (pre-3.37.0)
        Compact 2013 (x86) version of the System.Data.SQLite 1.0.116.0 (3.38.5)
        package.  The .NET Compact Framework 3.9 is required.
        <br />
        (sha1: 523d4841d5d5d5b25da9d94e8d7864dd814591d8)
        (sha1: ae037b7f33c80ac4d4ebd05518524fd8c26db320)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <a name="nuGetPackages"></a>
        <b>Official NuGet Packages <font color="red">(Release Pending)</font></b>
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
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







-
+






-
+




















-
+






-
+






-
+












-
+






-
+

-
+




-
+












-
+






-
+

-
+




-
+






-
+






-
+






-
+




-
+






-
+






-
+







        below may be used for comparison purposes.
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.115.5/System.Data.SQLite.1.0.115.5.nupkg">System.Data.SQLite.1.0.115.5.nupkg</a>
        <a href="/downloads/1.0.116.0/System.Data.SQLite.1.0.116.0.nupkg">System.Data.SQLite.1.0.116.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.115.5 (pre-3.37.0).  The .NET Framework
        versions of System.Data.SQLite 1.0.116.0 (3.38.5).  The .NET Framework
        3.5 SP1, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, or 4.7.2
        -OR- .NET Core 2.0 is required.  For the included Windows native
        binaries, the version of the Visual C++ runtime corresponding to the
        .NET Framework used by the associated managed assembly is statically
        linked.  For the included Linux native binaries, Ubuntu 16.04 LTS
        compatible runtime libraries are required.  For the included macOS
        native binaries, macOS Sierra compatible runtime libraries are required.
        <br />
        <big><b>This package depends on the &quot;EntityFramework&quot;
        package, version 6.0 or higher (indirectly via the
        &quot;System.Data.SQLite.EF6&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: 18f83f736f94ed406cf59e60133ea2a538d5d35a)
        (sha1: cc50046291877036cf8c6ebeb34767c9f8633a55)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.115.5/System.Data.SQLite.Core.1.0.115.5.nupkg">System.Data.SQLite.Core.1.0.115.5.nupkg</a>
        <a href="/downloads/1.0.116.0/System.Data.SQLite.Core.1.0.116.0.nupkg">System.Data.SQLite.Core.1.0.116.0.nupkg</a>
        <br />
        (0.00 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.115.5 (pre-3.37.0), <big><b>except those
        versions of System.Data.SQLite 1.0.116.0 (3.38.5), <big><b>except those
        needed to support LINQ and Entity Framework 6</b></big>.  The .NET
        Framework 3.5 SP1, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7,
        4.7.1, or 4.7.2 is required -OR- .NET Core 2.0 is required.  For the
        included Windows native binaries, the version of the Visual C++ runtime
        corresponding to the .NET Framework used by the associated managed
        assembly is statically linked.  For the included Linux native binaries,
        Ubuntu 16.04 LTS compatible runtime libraries are required.  For the
        included macOS native binaries, macOS Sierra compatible runtime
        libraries are required.
        <br />
        <big><b>This package does not depend on any other package.</b></big>
        <br />
        (sha1: 4843049627ce3872b48fa8de9906936fdb3419db)
        (sha1: e025db26e4695daabaeb777ad4aa888a2554a2b1)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.115.5/System.Data.SQLite.Core.MSIL.1.0.115.5.nupkg">System.Data.SQLite.Core.MSIL.1.0.115.5.nupkg</a>
        <a href="/downloads/1.0.116.0/System.Data.SQLite.Core.MSIL.1.0.116.0.nupkg">System.Data.SQLite.Core.MSIL.1.0.116.0.nupkg</a>
        <br />
        (1.84 MiB)
        (1.89 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This NuGet package contains the managed binaries for System.Data.SQLite
        1.0.115.5.  The .NET Framework 3.5 SP1, 4.0, 4.5, 4.5.1, 4.5.2, 4.6,
        1.0.116.0.  The .NET Framework 3.5 SP1, 4.0, 4.5, 4.5.1, 4.5.2, 4.6,
        4.6.1, 4.6.2, 4.7, 4.7.1, or 4.7.2 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: 7a60a548966e3cdb2304468b55834f73931a84d0)
        (sha1: 524f5b621979d7ab1fad1556826ad5bbced388f8)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.115.5/System.Data.SQLite.EF6.1.0.115.5.nupkg">System.Data.SQLite.EF6.1.0.115.5.nupkg</a>
        <a href="/downloads/1.0.116.0/System.Data.SQLite.EF6.1.0.116.0.nupkg">System.Data.SQLite.EF6.1.0.116.0.nupkg</a>
        <br />
        (0.26 MiB)
        (0.27 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.115.5 (pre-3.37.0).  The .NET
        Framework 6 using System.Data.SQLite 1.0.116.0 (3.38.5).  The .NET
        Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, or
        4.7.2 is required.
        <br />
        <big><b>This package depends on the &quot;EntityFramework&quot;
        package, version 6.0 or higher.</b></big>
        <br />
        (sha1: f5dd9b6bfbcbbdfde52d3d97a73937cab7ff0c15)
        (sha1: 5b2289e946ea2b8816faf561c1d8fda93c8161c5)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.115.5/System.Data.SQLite.Linq.1.0.115.5.nupkg">System.Data.SQLite.Linq.1.0.115.5.nupkg</a>
        <a href="/downloads/1.0.116.0/System.Data.SQLite.Linq.1.0.116.0.nupkg">System.Data.SQLite.Linq.1.0.116.0.nupkg</a>
        <br />
        (0.26 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.115.5 (pre-3.37.0).  The .NET Framework 3.5 SP1, 4.0,
        System.Data.SQLite 1.0.116.0 (3.38.5).  The .NET Framework 3.5 SP1, 4.0,
        4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, or 4.7.2 is required.
        <br />
        <big><b>This package does not depend on any other package.</b></big>
        <br />
        (sha1: 929b80d3fb25e605bdf075e093d0cb41b84ba565)
        (sha1: b1b02037e6dbd360fd5ef6623b90f73923f3e370)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.115.5/System.Data.SQLite.MSIL.1.0.115.5.nupkg">System.Data.SQLite.MSIL.1.0.115.5.nupkg</a>
        <a href="/downloads/1.0.116.0/System.Data.SQLite.MSIL.1.0.116.0.nupkg">System.Data.SQLite.MSIL.1.0.116.0.nupkg</a>
        <br />
        (0.00 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This NuGet package contains the managed binaries for System.Data.SQLite
        1.0.115.5.  The .NET Framework 3.5 SP1, 4.0, 4.5, 4.5.1, 4.5.2, 4.6,
        1.0.116.0.  The .NET Framework 3.5 SP1, 4.0, 4.5, 4.5.1, 4.5.2, 4.6,
        4.6.1, 4.6.2, 4.7, 4.7.1, or 4.7.2 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.</b></big>
        <br />
        <br />
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
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







-
+






-
+

-
+




-
+









-
+






-
+

-
+




-
+









-
+






-
+

-
+




-
+











-
+






-
+

-
+




-
+











-
+







        <big><b><i>As of version 1.0.95.0, this package will not directly
        contain any of the required binaries. Instead, this package will
        depend on the &quot;System.Data.SQLite.Core.MSIL&quot;,
        &quot;System.Data.SQLite.Linq&quot;, and
        &quot;System.Data.SQLite.EF6&quot; packages.</i></b></big>
        <br />
        <br />
        (sha1: eab5abe990f92a29cbe927cfb5ae3ad763244fab)
        (sha1: 1a55f85654afd77818f14841d7f068b12a5befa0)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.115.5/System.Data.SQLite.x86.1.0.115.5.nupkg">System.Data.SQLite.x86.1.0.115.5.nupkg</a>
        <a href="/downloads/1.0.116.0/System.Data.SQLite.x86.1.0.116.0.nupkg">System.Data.SQLite.x86.1.0.116.0.nupkg</a>
        <br />
        (4.58 MiB)
        (4.64 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.115.5 (pre-3.37.0).  The .NET Framework 3.5 SP1,
        System.Data.SQLite 1.0.116.0 (3.38.5).  The .NET Framework 3.5 SP1,
        4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, or 4.7.2 is
        required.  For the included native binaries, the version of the Visual
        C++ runtime corresponding to the .NET Framework used by the associated
        managed assembly is statically linked.
        <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.</b></big>
        <br />
        (sha1: eeb4a80a4c4257903ccba4ce028d19d508ed2113)
        (sha1: da6fefc0fe07c0126b09f14c2d23898c336f65cb)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.115.5/System.Data.SQLite.x64.1.0.115.5.nupkg">System.Data.SQLite.x64.1.0.115.5.nupkg</a>
        <a href="/downloads/1.0.116.0/System.Data.SQLite.x64.1.0.116.0.nupkg">System.Data.SQLite.x64.1.0.116.0.nupkg</a>
        <br />
        (5.18 MiB)
        (5.24 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.115.5 (pre-3.37.0).  The .NET Framework 3.5 SP1,
        System.Data.SQLite 1.0.116.0 (3.38.5).  The .NET Framework 3.5 SP1,
        4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, or 4.7.2 is
        required.  For the included native binaries, the version of the Visual
        C++ runtime corresponding to the .NET Framework used by the associated
        managed assembly is statically linked.
        <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.</b></big>
        <br />
        (sha1: 085ff9c0419d737a657c191adcbaea7a4b46918d)
        (sha1: 1b92c09e11a88c959fe9ae504c4e4ce24f919cf1)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.115.5/Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5.nupkg">Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5.nupkg</a>
        <a href="/downloads/1.0.116.0/Stub.System.Data.SQLite.Core.NetFramework.1.0.116.0.nupkg">Stub.System.Data.SQLite.Core.NetFramework.1.0.116.0.nupkg</a>
        <br />
        (9.38 MiB)
        (9.50 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.115.5 (pre-3.37.0), <big><b>except those
        versions of System.Data.SQLite 1.0.116.0 (3.38.5), <big><b>except those
        needed to support LINQ and Entity Framework 6</b></big>.  The .NET
        Framework 3.5 SP1, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7,
        4.7.1, or 4.7.2 is required.  For the included Windows native binaries,
        the version of the Visual C++ runtime corresponding to the .NET
        Framework used by the associated managed assembly is statically linked.
        For the included Linux native binaries, Ubuntu 16.04 LTS compatible
        runtime libraries are required.  For the included macOS native binaries,
        macOS Sierra compatible runtime libraries are required.
        <br />
        <big><b>This package does not depend on any other package.</b></big>
        <br />
        (sha1: d3fd87671d248706808a2d469d2933394d6b0d21)
        (sha1: e7f9138c80fc3c23e1e085a33edb12b288814a79)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.115.5/Stub.System.Data.SQLite.Core.NetStandard.1.0.115.5.nupkg">Stub.System.Data.SQLite.Core.NetStandard.1.0.115.5.nupkg</a>
        <a href="/downloads/1.0.116.0/Stub.System.Data.SQLite.Core.NetStandard.1.0.116.0.nupkg">Stub.System.Data.SQLite.Core.NetStandard.1.0.116.0.nupkg</a>
        <br />
        (3.98 MiB)
        (4.03 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.115.5 (pre-3.37.0), <big><b>except those
        versions of System.Data.SQLite 1.0.116.0 (3.38.5), <big><b>except those
        needed to support LINQ and Entity Framework 6</b></big>.  The .NET Core
        runtime 2.0, 2.1, 2.2, 3.0, or 3.1 is required.  For the included
        Windows native binaries, the version of the Visual C++ runtime
        corresponding to the .NET Framework used by the associated managed
        assembly is statically linked.  For the included Linux native binaries,
        Ubuntu 16.04 LTS compatible runtime libraries are required.  For the
        included macOS native binaries, macOS Sierra compatible runtime
        libraries are required.
        <br />
        <big><b>This package does not depend on any other package.</b></big>
        <br />
        (sha1: 241e62ac70fe25b8b28fab7d99e85ec1e4c5c774)
        (sha1: f58d052d1c0d683fe9c13d5bea52d316a08f0182)
      </td>
    </tr>
  </table>

  <h3 class="pageSubSubHeader">Build Product Names</h3>

  <p>

Changes to www/news.wiki.

51
52
53
54
55
56
57
58

59
60
61
62
63
64
65
51
52
53
54
55
56
57

58
59
60
61
62
63
64
65







-
+







    Access to archived release packages will be granted on a case-by-case basis.
  </li>
</ul>

<div align="center"><h2><b>Version History</b></h2></div>

<p>
    <b>1.0.116.0 - May XX, 2022 <font color="red">(release scheduled)</font></b>
    <b>1.0.116.0 - June 1, 2022</b>
</p>
<ul>
    <li>Updated to [https://www.sqlite.org/releaselog/3_38_5.html|SQLite 3.38.5].</li>
    <li>More flexible connection pooling via the new ISQLiteConnectionPool2 interface.</li>
    <li>Add SQLite_StrongConnectionPool environment variable to prevent pooled connections from being garbage collected.</li>
    <li>Improvements to object disposal handling for database connections.</li>
</ul>

Changes to www/release.wiki.

21
22
23
24
25
26
27





28
29
30
31
32
33
34
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39







+
+
+
+
+







  <li>Open a normal command prompt window with &quot;cmd.exe&quot;.</li>

  <li>Change the current directory to &quot;&lt;root&gt;\Setup&quot;.</li>

  <li>
    Enter the following commands to build all the x86 and x64 binaries:
    <br />
    <br />
    <b>SET LOGDIR=%ROOT%\Setup\Output</b>
    <br />
    <b>IF NOT EXIST &quot;%LOGDIR%&quot; MKDIR &quot;%LOGDIR%&quot;</b>
    <br />
    <br />
    <b>SET BUILD_FULL=1</b>
    <br />
    <b>SET BUILD_DEBUG=1</b>
    <br />
    <b>build_all.bat</b>
  </li>
489
490
491
492
493
494
495
496


497
498
499
500
501
502
503
494
495
496
497
498
499
500

501
502
503
504
505
506
507
508
509







-
+
+








<ol>
  <li>Open a normal command prompt window with &quot;cmd.exe&quot;.</li>

  <li>Change the current directory to &quot;&lt;root&gt;\Setup&quot;.</li>

  <li>
    Enter the following commands to build all the Mono release packages:
    Enter the following commands to build all the .NET Standard 2.0 release
    packages:
    <br />
    <br />
    <b>SET RELEASE_DEBUG=1</b>
    <br />
    <b>release_net_standard_20.bat</b>
  </li>

512
513
514
515
516
517
518
519


520
521
522
523
524
525
526
518
519
520
521
522
523
524

525
526
527
528
529
530
531
532
533







-
+
+








<ol>
  <li>Open a normal command prompt window with &quot;cmd.exe&quot;.</li>

  <li>Change the current directory to &quot;&lt;root&gt;\Setup&quot;.</li>

  <li>
    Enter the following commands to build all the Mono release packages:
    Enter the following commands to build all the .NET Standard 2.1 release
    packages:
    <br />
    <br />
    <b>SET RELEASE_DEBUG=1</b>
    <br />
    <b>release_net_standard_21.bat</b>
  </li>

571
572
573
574
575
576
577




578
579
580
581
582
583
584
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595







+
+
+
+







  <li>Open a normal command prompt window with &quot;cmd.exe&quot;.</li>

  <li>Change the current directory to &quot;&lt;root&gt;\Setup&quot;.</li>

  <li>
    Enter the following command to build all the NuGet packages:
    <br />
    <br />
    <b>SET NO_NUGET_XPLATFORM=1</b>
    <br />
    <b>SET NUGET_LEGACY_ONLY=1</b>
    <br />
    <b>build_nuget.bat</b>
    <br />
    <br />
    <i>This assumes that the NuGet binary is available somewhere along the
    [https://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].<br />Please refer
    to [https://docs.nuget.org/ | NuGet Documentation] for further details.</i>