diff --git a/Dockerfile b/Dockerfile index 7df46be..58716ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM microsoft/dotnet:2.2.1-runtime +FROM microsoft/dotnet:2.2.0-runtime COPY /deploy . # Install Python. diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1a73799..6af9e57 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## 1.1.7 - 2019-03-16 +## 1.1.9 - 2019-03-16 * Upgrade Raspbian ## 1.1.0 - 2019-01-20 diff --git a/global.json b/global.json index 9974c52..0e77ab0 100644 --- a/global.json +++ b/global.json @@ -1 +1 @@ -{ "sdk": { "version": "2.2.105" } } \ No newline at end of file +{ "sdk": { "version": "2.2.100" } } \ No newline at end of file diff --git a/src/Client/ReleaseNotes.fs b/src/Client/ReleaseNotes.fs index 81c3112..5123e3c 100644 --- a/src/Client/ReleaseNotes.fs +++ b/src/Client/ReleaseNotes.fs @@ -1,13 +1,13 @@ module internal ReleaseNotes -let Version = "1.1.7" +let Version = "1.1.9" let IsPrerelease = false let Notes = """ # Release Notes -## 1.1.7 - 2019-03-16 +## 1.1.9 - 2019-03-16 * Upgrade Raspbian ## 1.1.0 - 2019-01-20