diff --git a/CHANGELOG.md b/CHANGELOG.md index d2fc87c8f7..8b82f9fa8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ All changes to the project will be documented in this file. * Added internal support for watching for changes by file extension. (PR: [#1053](https://github.com/OmniSharp/omnisharp-roslyn/pull/1053)) * Watch added/removed .cake-files and update workspace accordingly. (PR: [#1054] (https://github.com/OmniSharp/omnisharp-roslyn/pull/1054)) * Watch added/removed .csx-files and update workspace accordingly. (PR: [#1056] (https://github.com/OmniSharp/omnisharp-roslyn/pull/1056)) +* 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