I noticed that the packages listed on NuGet are a bit outdated and not full. So in effort to improve this (and expose a Sqlite provider that I needed) I created a set of nuspec files that I want to share with the community. I have used the IQToolkitEx id, but you can change that easily. One significant change is combining the IQToolkit.dll with the IQToolkit.Data.dll in one nuget package. I have noticed that all query providers need access to those two assemblies and found no reason to separate them. Dependencies are now declared inside of the nuget package so that they can be installed with a single click.
Hey!
I noticed that the packages listed on NuGet are a bit outdated and not full. So in effort to improve this (and expose a Sqlite provider that I needed) I created a set of nuspec files that I want to share with the community. I have used the IQToolkitEx id, but you can change that easily. One significant change is combining the IQToolkit.dll with the IQToolkit.Data.dll in one nuget package. I have noticed that all query providers need access to those two assemblies and found no reason to separate them. Dependencies are now declared inside of the nuget package so that they can be installed with a single click.
Hope you find this useful!