Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Releases: pragmatrix/BuildOnSave

Removed VS2015 Support.

08 May 20:02

Choose a tag to compare

BuildOnSave causes an error when installed in VS2015 (#59), so I decided to restrict the version range to support Visual Studio edition beginning with 2017 and upwards only (#60).

Visual Studio 2019 Support

30 Mar 17:04
89f03d5

Choose a tag to compare

Experimental Support for Visual Studio 2019, closes #55 and #56.

Preliminary support for Xamarin.iOS projects.

03 Nov 20:29

Choose a tag to compare

Fixes #50, there is a catch though, the connection to the build server can only be established after a manual rebuild.

Fixes a crash when a project had no direct dependencies.

02 Nov 08:06

Choose a tag to compare

Support builds that use $(Solution*) properties.

01 Nov 20:22

Choose a tag to compare

Fixes #53.

Support .NET Core and C++ Projects

16 Sep 17:20

Choose a tag to compare

This release supports .NET Core and C++ projects with the new project based build system. Fixes #46.

Bug fixes

22 May 18:09

Choose a tag to compare

Bug fixes Pre-release
Pre-release

Fixes #42, #44 and probably #47. Note that this release is only capable to build .NET projects. C++ and other project types are not supported yet. See #46 for more information.

Simplification Attempt

02 Jan 17:01

Choose a tag to compare

Pre-release

Future version of BuildOnSave will only build the projects of the changed files and "affected projects". This is a first version that supports this strategy. Also see #38.

Simplification fixes

23 Jan 17:15

Choose a tag to compare

Simplification fixes Pre-release
Pre-release

This release fixes two bugs in the simplification branch, #42 and #44.

Improved Stability

15 Dec 11:53

Choose a tag to compare

Improved Stability Pre-release
Pre-release

Two bugs were fixed: #40 #39. Also error handling has been improved a lot by tracking exceptions and printing them to BuildOnSave's output pane.