System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 40702c4acb61f38d26117e7fbf47c7ec402fd803
Title: NuGet package does not contain System.Data.SQLite.Linq.dll assembly
Status: Closed Type: Build_Problem
Severity: Important Priority: Immediate
Subsystem: Build_Automation Resolution: Fixed
Last Modified: 2011-10-03 05:30:23
Version Found In: 1.0.75.0
Description:
I downloaded the NuGet package, and only got these files:

packages/System.Data.SQLite.1.0.75.0/ System.Data.SQLite.1.0.75.0.nupkg lib/ net20/ System.Data.SQLite.dll net40/ System.Data.SQLite.dll

I'd expect to get System.Data.SQLite.Linq.dll as well, for both versions.

If there is a difference (?), I would also expect to get the 32bit and 64bit flavors of the packages.


anonymous added on 2011-09-23 05:28:54 UTC:
Sorry, I didn't format it correctly (hoped it would keep newlines/spaces)

packages/System.Data.SQLite.1.0.75.0/
  System.Data.SQLite.1.0.75.0.nupkg
  lib/
    net20/
      System.Data.SQLite.dll
    net40/
      System.Data.SQLite.dll


mistachkin added on 2011-09-23 07:22:55 UTC:
The LINQ and x64 assemblies are not yet supported by the NuGet package.


mistachkin added on 2011-10-03 05:18:35 UTC:
Fixed by check-in [dcff516001]. The 64-bit package is now available at:

http://nuget.org/List/Packages/System.Data.SQLite.x64


mistachkin added on 2011-10-03 05:30:23 UTC:
Also see check-in [4923bf755e]. The LINQ assembly has now been added to the NuGet packages.