diff --git a/nuget/.gitignore b/nuget/.gitignore
new file mode 100644
index 00000000..b991e00e
--- /dev/null
+++ b/nuget/.gitignore
@@ -0,0 +1,2 @@
+lib/
+*.nupkg
\ No newline at end of file
diff --git a/nuget/ConsoleTools.nuspec b/nuget/ConsoleTools.nuspec
new file mode 100644
index 00000000..fbaf9b6c
--- /dev/null
+++ b/nuget/ConsoleTools.nuspec
@@ -0,0 +1,15 @@
+
+
+
+ ConsoleTools
+ 0.0.1
+ Dust in the Wind
+ Dust in the Wind
+ https://github.com/lastunicorn/ConsoleTools
+ false
+ A set of tools and "controls" for the .net Console.
+ First release
+ Copyright 2017 Dust in the Wind
+ console cli prompter menu progressbar spinner table read write
+
+
\ No newline at end of file
diff --git a/source/ConsoleTools/ConsoleTools.csproj b/source/ConsoleTools/ConsoleTools.csproj
index da2594ab..a2ee3eec 100644
--- a/source/ConsoleTools/ConsoleTools.csproj
+++ b/source/ConsoleTools/ConsoleTools.csproj
@@ -28,6 +28,7 @@
TRACE
prompt
4
+ bin\Release\DustInTheWind.ConsoleTools.xml
@@ -108,7 +109,6 @@
-