File tree Expand file tree Collapse file tree 7 files changed +33
-32
lines changed Expand file tree Collapse file tree 7 files changed +33
-32
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata >
4- <id >IQToolkit.Data. Access</id >
4+ <id >IQToolkit.Access</id >
55 <version >1.0.0.0</version >
6- <title >IQueryable Toolkit MS ACCESS Query Provider </title >
6+ <title >IQToolkit ORM for MS Access </title >
77 <authors >Matt Warren</authors >
88 <owners >Matt Warren</owners >
99 <projectUrl >https://github.com/mattwar/iqtoolkit</projectUrl >
1010 <requireLicenseAcceptance >false</requireLicenseAcceptance >
11- <description >IQToolkit MS ACCESS </description >
11+ <description >IQToolkit ORM for MS Access </description >
1212 <copyright />
1313 <dependencies >
14- <dependency id =" IQToolkit.Data " version =" 1.0.0.0" />
14+ <dependency id =" IQToolkit.Common " version =" 1.0.0.0" />
1515 </dependencies >
1616 </metadata >
1717 <files >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata >
4- <id >IQToolkit.Data </id >
4+ <id >IQToolkit.Common </id >
55 <version >1.0.0.0</version >
6- <title >IQToolkit for System.Data</title >
6+ <title >IQToolkit ORM for System.Data database providers </title >
77 <authors >Matt Warren</authors >
88 <owners >Matt Warren</owners >
99 <projectUrl >https://github.com/mattwar/iqtoolkit</projectUrl >
1010 <requireLicenseAcceptance >false</requireLicenseAcceptance >
11- <description >IQToolkit IQueryable provider shared libraries.</description >
11+ <description >IQToolkit ORM for System.Data database providers (core API and shared libraries).</description >
12+ <summary ></summary >
1213 <copyright />
1314 </metadata >
1415 <files >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata >
4- <id >IQToolkit.Data. MySqlClient</id >
4+ <id >IQToolkit.MySqlClient</id >
55 <version >1.0.0.0</version >
6- <title >IQueryable Toolkit MySql Client Query Provider </title >
6+ <title >IQToolkit ORM for MySql Client</title >
77 <authors >Matt Warren</authors >
88 <owners >Matt Warren</owners >
99 <projectUrl >https://github.com/mattwar/iqtoolkit</projectUrl >
1010 <requireLicenseAcceptance >false</requireLicenseAcceptance >
11- <description >IQToolkit MySql Client Library </description >
11+ <description >IQToolkit ORM for MySql Client</description >
1212 <copyright />
1313 <dependencies >
14- <dependency id =" IQToolkit.Data " version =" 1.0.0.0" />
15- <dependency id =" MySql.Data" />
14+ <dependency id =" IQToolkit.Common " version =" 1.0.0.0" />
15+ <dependency id =" MySql.Data" version = " 6.9.5 " />
1616 </dependencies >
1717 </metadata >
1818 <files >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata >
4- <id >IQToolkit.Data. SQLite</id >
4+ <id >IQToolkit.SQLite</id >
55 <version >1.0.0.0</version >
6- <title >IQueryable Toolkit SQLite Query Provider </title >
6+ <title >IQToolkit ORM for SQLite </title >
77 <authors >Matt Warren</authors >
88 <owners >Matt Warren</owners >
99 <projectUrl >https://github.com/mattwar/iqtoolkit</projectUrl >
1010 <requireLicenseAcceptance >false</requireLicenseAcceptance >
11- <description >IQToolkit SQLite Library </description >
11+ <description >IQToolkit ORM for SQLite (System.Data.SQLite) </description >
1212 <copyright />
1313 <dependencies >
14- <dependency id =" IQToolkit.Data " version =" 1.0.0.0" />
15- <dependency id =" System.Data.SQLite.Core" />
14+ <dependency id =" IQToolkit.Common " version =" 1.0.0.0" />
15+ <dependency id =" System.Data.SQLite.Core" version = " 1.0.95.0 " />
1616 </dependencies >
1717 </metadata >
1818 <files >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata >
4- <id >IQToolkit.Data. SqlClient</id >
4+ <id >IQToolkit.SqlClient</id >
55 <version >1.0.0.0</version >
6- <title >IQueryable Toolkit MS SQL Client Query Provider </title >
6+ <title >IQToolkit ORM for MS SQL Server (SqlClient) </title >
77 <authors >Matt Warren</authors >
88 <owners >Matt Warren</owners >
99 <projectUrl >https://github.com/mattwar/iqtoolkit</projectUrl >
1010 <requireLicenseAcceptance >false</requireLicenseAcceptance >
11- <description >IQToolkit MS SQL Client Library </description >
11+ <description >IQToolkit ORM for MS SQL Server (SqlClient) </description >
1212 <copyright />
1313 <dependencies >
14- <dependency id =" IQToolkit.Data " version =" 1.0.0.0" />
14+ <dependency id =" IQToolkit.Common " version =" 1.0.0.0" />
1515 </dependencies >
1616 </metadata >
1717 <files >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata >
4- <id >IQToolkit.Data. SqlServerCe</id >
4+ <id >IQToolkit.SqlServerCe</id >
55 <version >1.0.0.0</version >
6- <title >IQueryable Toolkit MS SQL CE Query Provider </title >
6+ <title >IQToolkit ORM for MS SQL Server Compact Edition </title >
77 <authors >Matt Warren</authors >
88 <owners >Matt Warren</owners >
99 <projectUrl >https://github.com/mattwar/iqtoolkit</projectUrl >
1010 <requireLicenseAcceptance >false</requireLicenseAcceptance >
11- <description >IQToolkit MS SQL Server Compact Edition Library </description >
11+ <description >IQToolkit ORM for MS SQL Server Compact Edition (Microsoft.SqlServer.Compact) </description >
1212 <copyright />
1313 <dependencies >
14- <dependency id =" IQToolkit" version =" 1.0.0.0" />
15- <dependency id =" Microsoft.SqlServer.Compact" />
14+ <dependency id =" IQToolkit.Common " version =" 1.0.0.0" />
15+ <dependency id =" Microsoft.SqlServer.Compact" version = " 4.0.8876.1 " />
1616 </dependencies >
1717 </metadata >
1818 <files >
Original file line number Diff line number Diff line change 1- nuget pack IQToolkit.Data .nuspec -OutputDirectory " ..\bin\release\nupkgs"
2- nuget pack IQToolkit.Data. Access.nuspec -OutputDirectory " ..\bin\release\nupkgs"
3- nuget pack IQToolkit.Data. MySqlClient.nuspec -OutputDirectory " ..\bin\release\nupkgs"
4- nuget pack IQToolkit.Data. SqlClient.nuspec -OutputDirectory " ..\bin\release\nupkgs"
5- nuget pack IQToolkit.Data. SQLite.nuspec -OutputDirectory " ..\bin\release\nupkgs"
6- nuget pack IQToolkit.Data. SqlServerCe.nuspec -OutputDirectory " ..\bin\release\nupkgs"
1+ nuget pack IQToolkit.Common .nuspec -OutputDirectory " ..\bin\release\nupkgs"
2+ nuget pack IQToolkit.Access.nuspec -OutputDirectory " ..\bin\release\nupkgs"
3+ nuget pack IQToolkit.MySqlClient.nuspec -OutputDirectory " ..\bin\release\nupkgs"
4+ nuget pack IQToolkit.SqlClient.nuspec -OutputDirectory " ..\bin\release\nupkgs"
5+ nuget pack IQToolkit.SQLite.nuspec -OutputDirectory " ..\bin\release\nupkgs"
6+ nuget pack IQToolkit.SqlServerCe.nuspec -OutputDirectory " ..\bin\release\nupkgs"
77
You can’t perform that action at this time.
0 commit comments