Skip to content

Releases: zeroc-ice/ice-builder-visualstudio

Ice Builder for Visual Studio 6.0.3

30 Nov 10:14
Compare
Choose a tag to compare
  • Add support for Visual Studio 2022.

Ice Builder for Visual Studio 6.0.2

10 Feb 11:56
Compare
Choose a tag to compare
  • 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

20 Jan 12:03
Compare
Choose a tag to compare
  • 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

05 Jun 21:18
Compare
Choose a tag to compare
  • Add Support for Visual Studio 2019
  • Drop Visual Studio 2012 and Visual Studio 2013 support

Ice Builder for Visual Studio 5.0.3

13 Feb 21:16
Compare
Choose a tag to compare
  • Add Slice syntax highlighting
  • Only checkout projects in TFS when they are being modified

Ice Builder for Visual Studio 5.0.2

12 Feb 22:21
Compare
Choose a tag to compare
  • 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

09 Feb 08:55
Compare
Choose a tag to compare

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

06 Feb 10:57
Compare
Choose a tag to compare

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

22 Jan 18:58
7cb228f
Compare
Choose a tag to compare

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

19 Jul 19:21
Compare
Choose a tag to compare

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.