diff --git a/.gitignore b/.gitignore
index a007fea..5196e34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
build/*
+pack/*
diff --git a/SqlDataComparison.nuspec b/SqlDataComparison.nuspec
new file mode 100644
index 0000000..99dc09d
--- /dev/null
+++ b/SqlDataComparison.nuspec
@@ -0,0 +1,47 @@
+
+
+
+ MightyOrm.SqlDataComparison
+ 0.0.0
+ Mike Beaton
+ Mike Beaton
+ false
+ Pure SQL data comparison and reconciliation utility for SQL Server
+
+Example usage:
+
+* EXEC sp_CompareData 'MyTable', 'RemoteDb..TheirTable'
+* EXEC sp_ExportAll 'MyTable', 'RemoteDb..TheirTable'
+* EXEC sp_ExportDeleted 'MyTable', 'RemoteDb..TheirTable'
+* EXEC sp_ExportDeleted 'MyTable', 'RemoteDb..TheirTable', @ids = '43-44'
+
+Supports:
+
+* Column name remapping
+* Columns filter
+* Automatic primary key based or manual join columns spec
+* And more...
+
+ SQL Server;SQL;compare data;data comparison
+ Copyright (c) 2020 Mike Beaton
+ https://github.com/MightyOrm/SqlDataComparison
+ https://github.com/MightyOrm/SqlDataComparison/blob/master/LICENSE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/SqlDataComparison.proj b/SqlDataComparison.proj
index 81a0f15..1b6e8d6 100644
--- a/SqlDataComparison.proj
+++ b/SqlDataComparison.proj
@@ -1,7 +1,8 @@
- SqlDataComparison
+ MightyOrm.SqlDataComparison
+ 1.0.1
build\
Install.sql
InstallMaster.sql
@@ -11,33 +12,14 @@
tests\UninstallTestDbs.sql
src\
tests\
+ contentFiles\any\any\
+ SqlDataComparison
+ pack
+ https://github.com/MightyOrm/SqlDataComparison
publish.license.template
[[LICENSE]]
-
- Mighty.SqlDataComparison
- 1.0.0-alpha3
- Mike Beaton
- SQL Server;SQL;compare data;data comparison
- Pure SQL data comparison and reconciliation utility:
-
-* `sp_comparedata 'MyTable', 'RemoteDb..MyTable'`
-* `sp_exportall 'MyTable', 'RemoteDb..MyTable'`
-* etc.
-
-With support for:
-
-* Column name remapping
-* Columns filter
-* Automatic (primary key based) or manual join columns spec
-
- Copyright (c) 2020 Mike Beaton
- https://github.com/MightyOrm/SqlDataComparison
- https://github.com/MightyOrm/SqlDataComparison/blob/master/LICENSE
- pack
-
-
@@ -52,7 +34,7 @@ With support for:
-
+
@@ -69,7 +51,7 @@ With support for:
-
+
@@ -86,7 +68,7 @@ With support for:
-
+
@@ -103,7 +85,7 @@ With support for:
-
+
@@ -120,7 +102,7 @@ With support for:
-
+
@@ -137,7 +119,7 @@ With support for:
-
+
@@ -150,7 +132,7 @@ With support for:
-
+
@@ -161,7 +143,11 @@ With support for:
-
+
+
+
+
+