diff --git a/.paket/Paket.Restore.targets b/.paket/Paket.Restore.targets
index 6e9330d9..52f41c60 100644
--- a/.paket/Paket.Restore.targets
+++ b/.paket/Paket.Restore.targets
@@ -17,14 +17,35 @@
native
/Library/Frameworks/Mono.framework/Commands/mono
mono
-
- $(PaketToolsPath)paket
- $(PaketRootPath)paket.exe
- $(PaketToolsPath)paket.exe
- $(PaketToolsPath)paket.exe
- $(PaketToolsPath)paket
- paket
+
+ $(PaketRootPath)paket.bootstrapper.exe
+ $(PaketToolsPath)paket.bootstrapper.exe
+ $([System.IO.Path]::GetDirectoryName("$(PaketBootStrapperExePath)"))\
+
+
+
+
+ $(PaketRootPath)paket.exe
+ $(PaketToolsPath)paket.exe
+ $(PaketToolsPath)paket.exe
+ $(_PaketBootStrapperExeDir)paket.exe
+ paket.exe
+
+
+ $(PaketRootPath)paket
+ $(PaketToolsPath)paket
+ $(PaketToolsPath)paket
+
+
+ $(PaketRootPath)paket.exe
+ $(PaketToolsPath)paket.exe
+
+
+ $(PaketBootStrapperExeDir)paket.exe
+
+
+ paket
<_PaketExeExtension>$([System.IO.Path]::GetExtension("$(PaketExePath)"))
@@ -32,8 +53,7 @@
$(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)"
"$(PaketExePath)"
- $(PaketRootPath)paket.bootstrapper.exe
- $(PaketToolsPath)paket.bootstrapper.exe
+
"$(PaketBootStrapperExePath)"
$(MonoPath) --runtime=v4.0.30319 "$(PaketBootStrapperExePath)"
@@ -42,6 +62,9 @@
true
true
+
+
+ True
@@ -82,7 +105,11 @@
true
-
+
+
true
@@ -163,6 +190,7 @@
runtime
runtime
true
+ true
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 46825519..62a0024f 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,3 +1,7 @@
+### 0.14.0-beta001 - 2019-01-18
+* MINOR: Use Directory.build.props for nuget metadata (https://github.com/TheAngryByrd/MiniScaffold/pull/118)
+* FEATURE: Update CI dotnet versions and TargetFrameworks to latest (https://github.com/TheAngryByrd/MiniScaffold/pull/119)
+
### 0.13.0 - 2019-01-09
* FEATURE: Improved github issue templates (https://github.com/TheAngryByrd/MiniScaffold/pull/115)
* FEATURE: Paket as a dotnet tool (https://github.com/TheAngryByrd/MiniScaffold/pull/114)