Releases: zeroc-ice/ice-builder-visualstudio
Ice Builder for Visual Studio 6.0.3
Ice Builder for Visual Studio 6.0.2
-
Fixed a bug that causes TFS projects to checkout during the build, even if there are no project modifications.
-
Fixed the handling of Slice file renaming and deletion to ensure that the corresponding generated files are also removed.
Ice Builder for Visual Studio 6.0.1
- Fixed a bug that can result in a Visual Studio crash when upgrading projects from 4.3.10 to 6.0.0
Ice Builder for Visual Studio 6.0.0
- Add Support for Visual Studio 2019
- Drop Visual Studio 2012 and Visual Studio 2013 support
Ice Builder for Visual Studio 5.0.3
- Add Slice syntax highlighting
- Only checkout projects in TFS when they are being modified
Ice Builder for Visual Studio 5.0.2
-
Fixes errors during .NET Core project clean.
-
Fix deletion of SliceCompile dependency items for renamed or removed SliceCompile items #1.
Ice Builder for Visual Studio 5.0.1
This release include several fixes to support .NET Core project system
-
Fixed renaming of SliceCompile items in .NET Core project, that was causing Visual Studio to Freeze while adding the new generated item see dotnet/project-system#3229
-
Non generated items removed by Ice Builder in .NET Core projects that use EnableDefaultItems. SliceCompileSource metadata used to mark generated items was attach to the glob causing all files that originate in the glob to be mark as generated and eventually removed.
Ice Builder for Visual Studio 5.0.0
Ice Builder version 5.0 is a streamlined Ice Builder, with a renewed focus on its core function--compiling Slice files.
All the build logic is now in Ice Builder for MSBuild, a NuGet package (zeroc.icebuilder.msbuild) that you add to your project.
Ice Builder for Visual Studio is just a front-end: a Visual Studio extension that allows you to configure Ice Builder for MSBuild from the Visual Studio IDE.
This release includes other improvements:
- support for .NET Core projects
- a new
C++ Mapping
option for C++ projects - the ability to set Slice compilation options per project and per file (C++ projects)
- a better default
OutputDir
for C++ projects - full support for Visual Studio 2017
Ice Builder for Visual Studio 4.3.10
The main updates in Ice Builder for Visual Studio version 4.3.10 are:
-
Fix issue that cause the Ice Builder property page to not always appear in C++ projects with Visual Studio 2017.
-
Fix issue that cause Slice files to not be recompile on save when automatic build of Slice files was enabled.
Ice Builder for Visual Studio 4.3.9
The main updates in Ice Builder for Visual Studio version 4.3.9 are:
-
Update the builder to ensure that projects in VCS are checkout before being modified.
-
Fixed a bug in PHP and Python target files that still reference property that were removed
in previous versions causing Ice PHP and Python builds failure.