diff --git a/FsBlog.nuspec b/FsBlog.nuspec
index d76e782..c2e6057 100644
--- a/FsBlog.nuspec
+++ b/FsBlog.nuspec
@@ -2,7 +2,7 @@
FsBlog
- 1.0.1-alpha
+ 1.0.2-alpha
Matt Ball, Dave Thomas,Tomas Petricek
Matt Ball, Dave Thomas,Tomas Petricek
https://github.com/fsprojects/FsBlog
@@ -30,6 +30,7 @@ This set of tools have been pulled together using some of the following communit
+
-
\ No newline at end of file
+
diff --git a/paket.lock b/paket.lock
index 14b255f..6f91fb3 100644
--- a/paket.lock
+++ b/paket.lock
@@ -17,4 +17,4 @@ NUGET
RazorEngine (3.3.0)
Microsoft.AspNet.Razor (>= 2.0.30506.0)
xunit (1.9.2)
- xunit.runners (1.9.2)
+ xunit.runners (1.9.2)
\ No newline at end of file
diff --git a/tools/paket/paket.bootstrapper.exe b/tools/paket/paket.bootstrapper.exe
new file mode 100644
index 0000000..b391942
Binary files /dev/null and b/tools/paket/paket.bootstrapper.exe differ
diff --git a/tools/paket/paket.targets b/tools/paket/paket.targets
new file mode 100644
index 0000000..22c9f0a
--- /dev/null
+++ b/tools/paket/paket.targets
@@ -0,0 +1,38 @@
+
+
+
+
+ true
+
+ true
+ $(MSBuildThisFileDirectory)
+ $(MSBuildThisFileDirectory)..\
+
+
+
+ $(PaketToolsPath)paket.exe
+ $(PaketToolsPath)paket.bootstrapper.exe
+ "$(PaketExePath)"
+ mono --runtime=v4.0.30319 $(PaketExePath)
+ "$(PaketBootStrapperExePath)"
+ mono --runtime=v4.0.30319 $(PaketBootStrapperExePath)
+
+ $(MSBuildProjectDirectory)\paket.references
+ $(MSBuildProjectFullPath).paket.references
+ $(PaketCommand) restore --references-files "$(PaketReferences)"
+ $(PaketBootStrapperCommand)
+
+ RestorePackages; $(BuildDependsOn);
+
+
+
+
+
+
+
+
+
+
+
+
+