From fa652a296af1035644c7f71e989184bc5017be44 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 9 Feb 2018 10:04:21 +0100 Subject: [PATCH] Changelog updates for 5.0.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c7047..b8dcc06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,16 @@ - Fix bogus condition that cause SliceCompile items from outside the project directory to not show up in Visual Studio solution - explorer. + explorer. This affects only .NET Core projects with Visual Studio + 2017. - Fix exclude patterns to account for items using a full path. - Fix typo that prevents C# generated items from being automatically included in the project build. +- Fix Ice 3.6 LocalDebuggerEnvironment settings. + ## Changes in Ice Builder for MSBuild 5.0.1 Initial release, was previously part of Ice Builder for Visual Studio (in [ice-builder-visualstudio](https://github.com/zeroc-ice/ice-builder-visualstudio) repo)