diff --git a/.gitignore b/.gitignore
index e8a3ef1790..31136445e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,6 +51,7 @@ _BuildOutput/*
build/UmbracoCms.AllBinaries*zip
build/UmbracoCms.WebPI*zip
build/UmbracoCms*zip
+build/UmbracoExamine.PDF*zip
build/*.nupkg
src/Umbraco.Tests/config/applications.config
src/Umbraco.Tests/config/trees.config
@@ -121,3 +122,4 @@ src/Umbraco.Web.UI.Client/bower_components/*
#Ignore Rule for output of generated documentation files from Grunt docserve
src/Umbraco.Web.UI.Client/docs/api
src/*.boltdata/
+
diff --git a/build/Build.bat b/build/Build.bat
index 0a81b98550..b960c3dc77 100644
--- a/build/Build.bat
+++ b/build/Build.bat
@@ -49,6 +49,7 @@ ren .\_BuildOutput\WebApp\Xslt\Web.config Web.config.transform
ECHO Packing the NuGet release files
..\src\.nuget\NuGet.exe Pack NuSpecs\UmbracoCms.Core.nuspec -Version %version%
..\src\.nuget\NuGet.exe Pack NuSpecs\UmbracoCms.nuspec -Version %version%
+..\src\.nuget\NuGet.exe Pack NuSpecs\UmbracoExamine.PDF.nuspec
IF ERRORLEVEL 1 GOTO :showerror
diff --git a/build/Build.proj b/build/Build.proj
index d37a9b7bb9..7d027e7c35 100644
--- a/build/Build.proj
+++ b/build/Build.proj
@@ -76,6 +76,7 @@
UmbracoCms$(DECIMAL_BUILD_NUMBER).zip
UmbracoCms.AllBinaries$(DECIMAL_BUILD_NUMBER).zip
UmbracoCms.WebPI$(DECIMAL_BUILD_NUMBER).zip
+ UmbracoExamine.PDF.0.6.0.zip
False
..\..\build\$(BuildFolder)
$(MSBuildProjectDirectory)\$(BuildFolder)
@@ -153,7 +154,7 @@
-
+
@@ -161,6 +162,14 @@
+
+
+
+
+
+
+
+
@@ -223,7 +232,7 @@
-
+
diff --git a/build/NuSpecs/UmbracoExamine.PDF.nuspec b/build/NuSpecs/UmbracoExamine.PDF.nuspec
new file mode 100644
index 0000000000..696b790213
--- /dev/null
+++ b/build/NuSpecs/UmbracoExamine.PDF.nuspec
@@ -0,0 +1,23 @@
+
+
+
+ UmbracoExamine.PDF
+ 0.6.0
+ Umbraco HQ
+ Umbraco HQ
+ http://umbraco.codeplex.com/license
+ http://umbraco.com/
+ http://umbraco.com/media/357769/100px_transparent.png
+ false
+ UmbracoExmine.PDF
+ umbraco
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file