From 942b4b4f9dc98ded1e001b60f895d2e6c6086ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Bj=C3=B6rkstr=C3=B6m?= Date: Mon, 11 Dec 2017 23:52:01 +0200 Subject: [PATCH] Update Cake.Scripting dependencies to 0.2.0 --- CHANGELOG.md | 1 + build/Packages.props | 2 +- test-assets/test-projects/CakeProject/tools/packages.config | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74b48cd5f7..8b6695494d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ All changes to the project will be documented in this file. * Improvements to the Cake bakery resolver to resolve from both OmniSharp options and PATH. (PR: [#1047](https://github.com/OmniSharp/omnisharp-roslyn/pull/1047)) * Ensure that the Cake.Core assembly is not locked on disk when loading the host object type. (PR: [#1044](https://github.com/OmniSharp/omnisharp-roslyn/pull/1044)) * Added internal support for watching for changes by file extension. (PR: [#1053](https://github.com/OmniSharp/omnisharp-roslyn/pull/1053)) +* Updated `Cake.Scripting.Transport` dependencies to 0.2.0 in order to improve performance when working with Cake files. (PR: [#1057](https://github.com/OmniSharp/omnisharp-roslyn/pull/1057)) ## [1.27.2] - 2017-11-10 diff --git a/build/Packages.props b/build/Packages.props index e9d0b5d20a..40cc14d207 100644 --- a/build/Packages.props +++ b/build/Packages.props @@ -2,7 +2,7 @@ - 0.1.0 + 0.2.0 0.3.0 0.3.0 1.1.0 diff --git a/test-assets/test-projects/CakeProject/tools/packages.config b/test-assets/test-projects/CakeProject/tools/packages.config index 497ef2783c..6a10e66318 100644 --- a/test-assets/test-projects/CakeProject/tools/packages.config +++ b/test-assets/test-projects/CakeProject/tools/packages.config @@ -1,4 +1,4 @@ - + \ No newline at end of file