From 90bd155bcda4e5908c4d19aa4e226728b0225420 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Sat, 15 Dec 2018 12:03:32 +0100 Subject: [PATCH] Bumping version to 0.16.9 --- RELEASE_NOTES.md | 2 +- src/Client/ReleaseNotes.fs | 4 ++-- src/Server/Server.fs | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cf6e5e8..bcc2e7e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## 0.16.8 - 2018-12-15 +## 0.16.9 - 2018-12-15 * Update to ASP.NET 2.2 ## 0.15.11 - 2018-11-05 diff --git a/src/Client/ReleaseNotes.fs b/src/Client/ReleaseNotes.fs index db6854b..f725e21 100644 --- a/src/Client/ReleaseNotes.fs +++ b/src/Client/ReleaseNotes.fs @@ -1,13 +1,13 @@ module internal ReleaseNotes -let Version = "0.16.8" +let Version = "0.16.9" let IsPrerelease = false let Notes = """ # Release Notes -## 0.16.8 - 2018-12-15 +## 0.16.9 - 2018-12-15 * Update to ASP.NET 2.2 ## 0.15.11 - 2018-11-05 diff --git a/src/Server/Server.fs b/src/Server/Server.fs index 2984219..406738b 100644 --- a/src/Server/Server.fs +++ b/src/Server/Server.fs @@ -146,6 +146,7 @@ let discoverYoutubeLink (youtubeURL:string) = task { startInfo.Arguments <- sprintf " -g \"%s\"" youtubeURL startInfo.UseShellExecute <- false startInfo.RedirectStandardOutput <- true + startInfo.RedirectStandardError <- true startInfo.CreateNoWindow <- true proc.StartInfo <- startInfo