System.Data.SQLite

Check-in [027dc961f9]
Login

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

Overview
Comment:Web page updates for the new NuGet package.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 027dc961f9b602809d41df3cc022b182c290208a
User & Date: mistachkin 2014-02-16 20:07:54.157
Context
2014-02-16
20:26
Fix web page typo. check-in: 76e3d971b1 user: mistachkin tags: trunk
20:07
Web page updates for the new NuGet package. check-in: 027dc961f9 user: mistachkin tags: trunk
20:00
NuGet packaging enhancements and fixes. check-in: 2ad0917b68 user: mistachkin tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to www/downloads.wiki.
1863
1864
1865
1866
1867
1868
1869





















1870
1871
1872
1873
1874
1875
1876
        .NET Framework used by the associated managed assembly is statically
        linked.
        <br />
        (sha1: 2041b7c871e143fd17860887f50f4bf6616f286d)
      </td>
    </tr>






















    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.MSIL/1.0.91.0">System.Data.SQLite.MSIL.1.0.91.0.nupkg</a>
        <br />
        (0.96 MiB)
      </td>







>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







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
        .NET Framework used by the associated managed assembly is statically
        linked.
        <br />
        (sha1: 2041b7c871e143fd17860887f50f4bf6616f286d)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.Core/1.0.91.0">System.Data.SQLite.Core.1.0.91.0.nupkg</a>
        <br />
        (4.78 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.91.0 (3.8.3.1), <big><b>except those
        needed for LINQ and Entity Framework 6 support</b></big>.  The .NET
        Framework 3.5 SP1, 4.0, 4.5, or 4.5.1 is required.  For the included
        native binaries, the version of the Visual C++ runtime corresponding to
        the .NET Framework used by the associated managed assembly is statically
        linked.
        <br />
        (sha1: 885ab9ba23264dae156bb95bab54193c38d7cf03)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.MSIL/1.0.91.0">System.Data.SQLite.MSIL.1.0.91.0.nupkg</a>
        <br />
        (0.96 MiB)
      </td>
Changes to www/faq.wiki.
228
229
230
231
232
233
234







235
236
237
238
239
240
241
  <ul>
    <li>
      <a href="http://www.nuget.org/packages/System.Data.SQLite">
      System.Data.SQLite</a>: The SQLite database engine for both x86 and x64
      along with the ADO.NET provider.
    </li>








    <li>
      <a href="http://www.nuget.org/packages/System.Data.SQLite.x86">
      System.Data.SQLite.x86</a>: The SQLite database engine combined with a
      complete ADO.NET provider all rolled into a single mixed-mode assembly for
      x86.
    </li>








>
>
>
>
>
>
>







228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
  <ul>
    <li>
      <a href="http://www.nuget.org/packages/System.Data.SQLite">
      System.Data.SQLite</a>: The SQLite database engine for both x86 and x64
      along with the ADO.NET provider.
    </li>

    <li>
      <a href="http://www.nuget.org/packages/System.Data.SQLite.Core">
      System.Data.SQLite</a>: The SQLite database engine for both x86 and x64
      along with the ADO.NET provider, without support for LINQ and/or Entity
      Framework 6.
    </li>

    <li>
      <a href="http://www.nuget.org/packages/System.Data.SQLite.x86">
      System.Data.SQLite.x86</a>: The SQLite database engine combined with a
      complete ADO.NET provider all rolled into a single mixed-mode assembly for
      x86.
    </li>