diff --git a/.paket/Paket.Restore.targets b/.paket/Paket.Restore.targets
index be250c8..df16b3a 100644
--- a/.paket/Paket.Restore.targets
+++ b/.paket/Paket.Restore.targets
@@ -5,11 +5,6 @@
$(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
- $(MSBuildVersion)
- 15.0.0
- false
- true
true
$(MSBuildThisFileDirectory)
@@ -78,47 +73,37 @@
-
-
-
-
+
true
$(NoWarn);NU1603;NU1604;NU1605;NU1608
- false
- true
-
-
-
-
-
-
- $([System.IO.File]::ReadAllText('$(PaketRestoreCacheFile)'))
-
-
-
-
-
-
- $([System.Text.RegularExpressions.Regex]::Split(`%(Identity)`, `": "`)[0].Replace(`"`, ``).Replace(` `, ``))
- $([System.Text.RegularExpressions.Regex]::Split(`%(Identity)`, `": "`)[1].Replace(`"`, ``).Replace(` `, ``))
-
-
-
-
- %(PaketRestoreCachedKeyValue.Value)
- %(PaketRestoreCachedKeyValue.Value)
+
+
+ /usr/bin/shasum "$(PaketRestoreCacheFile)" | /usr/bin/awk '{ print $1 }'
+ /usr/bin/shasum "$(PaketLockFilePath)" | /usr/bin/awk '{ print $1 }'
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $([System.IO.File]::ReadAllText('$(PaketRestoreCacheFile)'))
+ $([System.IO.File]::ReadAllText('$(PaketLockFilePath)'))
true
- false
+ false
true
@@ -131,10 +116,7 @@
-
-
-
@@ -144,7 +126,7 @@
-
+
$(PaketIntermediateOutputPath)\$(MSBuildProjectFile).paket.references.cached
@@ -181,7 +163,6 @@
-
@@ -243,6 +224,8 @@
false
+ $(MSBuildVersion)
+ 15.8.0
@@ -269,12 +252,10 @@
- <_NuspecFiles Include="$(AdjustedNuspecOutputPath)\*.$(PackageVersion.Split(`+`)[0]).nuspec"/>
+ <_NuspecFiles Include="$(AdjustedNuspecOutputPath)\*.$(PackageVersion).nuspec"/>
-
-
-
+
diff --git a/src/Client/ReleaseNotes.fs b/src/Client/ReleaseNotes.fs
index 3858f08..de5e43f 100644
--- a/src/Client/ReleaseNotes.fs
+++ b/src/Client/ReleaseNotes.fs
@@ -1,13 +1,13 @@
module internal ReleaseNotes
-let Version = "1.4.18"
+let Version = "1.4.19"
let IsPrerelease = false
let Notes = """
# Release Notes
-## 1.4.18 - 2019-07-28
+## 1.4.19 - 2019-07-28
* Update deps
* Use --self-contained for Firmware
* Hook into view