From 762c9785de4d050aead66ca22406fbfea5291880 Mon Sep 17 00:00:00 2001 From: Matt Warren Date: Mon, 30 Sep 2019 16:12:54 -0700 Subject: [PATCH] Add nuspec for Core, a package with no System.Data dependencies --- nuget/IQToolkit.Access.nuspec | 1 + nuget/IQToolkit.Common.nuspec | 14 ++++++------- nuget/IQToolkit.Core.nuspec | 32 ++++++++++++++++++++++++++++++ nuget/IQToolkit.MySqlClient.nuspec | 1 + nuget/IQToolkit.SQLite.nuspec | 1 + nuget/IQToolkit.SqlClient.nuspec | 5 +++-- nuget/IQToolkit.SqlServerCe.nuspec | 1 + nuget/pack.cmd | 1 + 8 files changed, 47 insertions(+), 9 deletions(-) create mode 100644 nuget/IQToolkit.Core.nuspec diff --git a/nuget/IQToolkit.Access.nuspec b/nuget/IQToolkit.Access.nuspec index 524e759..06a2f2b 100644 --- a/nuget/IQToolkit.Access.nuspec +++ b/nuget/IQToolkit.Access.nuspec @@ -11,6 +11,7 @@ IQToolkit ORM for MS Access + diff --git a/nuget/IQToolkit.Common.nuspec b/nuget/IQToolkit.Common.nuspec index de11bc6..171cab5 100644 --- a/nuget/IQToolkit.Common.nuspec +++ b/nuget/IQToolkit.Common.nuspec @@ -8,16 +8,16 @@ Matt Warren https://github.com/mattwar/iqtoolkit false - IQToolkit ORM for System.Data database providers (core API and shared libraries). + +IQToolkit ORM for System.Data database providers. + + + - - - - - - + + \ No newline at end of file diff --git a/nuget/IQToolkit.Core.nuspec b/nuget/IQToolkit.Core.nuspec new file mode 100644 index 0000000..5c81cfc --- /dev/null +++ b/nuget/IQToolkit.Core.nuspec @@ -0,0 +1,32 @@ + + + + IQToolkit.Core + 2.0.0.0 + IQToolkit ORM Core + Matt Warren + Matt Warren + https://github.com/mattwar/iqtoolkit + false + +IQToolkit ORM + Core API + +Targets: + netstandard1.6 + +Contains: + IQToolkit.dll + IQToolkit.Data.dll + + + + + + + + + + + + \ No newline at end of file diff --git a/nuget/IQToolkit.MySqlClient.nuspec b/nuget/IQToolkit.MySqlClient.nuspec index 1b31089..5ac4925 100644 --- a/nuget/IQToolkit.MySqlClient.nuspec +++ b/nuget/IQToolkit.MySqlClient.nuspec @@ -11,6 +11,7 @@ IQToolkit ORM for MySql Client + diff --git a/nuget/IQToolkit.SQLite.nuspec b/nuget/IQToolkit.SQLite.nuspec index 2272b3e..dfe4580 100644 --- a/nuget/IQToolkit.SQLite.nuspec +++ b/nuget/IQToolkit.SQLite.nuspec @@ -11,6 +11,7 @@ IQToolkit ORM for SQLite (System.Data.SQLite) + diff --git a/nuget/IQToolkit.SqlClient.nuspec b/nuget/IQToolkit.SqlClient.nuspec index a585ddc..5b674e2 100644 --- a/nuget/IQToolkit.SqlClient.nuspec +++ b/nuget/IQToolkit.SqlClient.nuspec @@ -11,11 +11,12 @@ IQToolkit ORM for MS SQL Server (SqlClient) + - - + + \ No newline at end of file diff --git a/nuget/IQToolkit.SqlServerCe.nuspec b/nuget/IQToolkit.SqlServerCe.nuspec index f319a1e..a3ec219 100644 --- a/nuget/IQToolkit.SqlServerCe.nuspec +++ b/nuget/IQToolkit.SqlServerCe.nuspec @@ -11,6 +11,7 @@ IQToolkit ORM for MS SQL Server Compact Edition (Microsoft.SqlServer.Compact) + diff --git a/nuget/pack.cmd b/nuget/pack.cmd index f5c1794..5b53314 100644 --- a/nuget/pack.cmd +++ b/nuget/pack.cmd @@ -1,3 +1,4 @@ +nuget pack IQToolkit.Core.nuspec -OutputDirectory "..\bin\release\nupkgs" nuget pack IQToolkit.Common.nuspec -OutputDirectory "..\bin\release\nupkgs" nuget pack IQToolkit.Access.nuspec -OutputDirectory "..\bin\release\nupkgs" nuget pack IQToolkit.MySqlClient.nuspec -OutputDirectory "..\bin\release\nupkgs"