Releases: cake-build/cake-vs
Releases · cake-build/cake-vs
v0.4.2
v0.4.1
v0.4.0
v0.3.0
As part of this release we had 14 issues closed.
Breaking changes
Features
- #110 Add support for Visual Studio 2019
- #105 Initial support for overriding the location of cake.exe the TRX uses
- #104 Add solution item template
- #103 Update to new VS2019 SDKs and APIs. Migrate to an AsyncPackage load.
- #79 Add an option to set the "cake.exe" absolute or relative path
Bugs
- #121 Exception when cake.config file doesn't exist
- #97 Unable to add a binding to the Project Open event
Improvements
- #120 Switch to using consistent -- arguments
- #119 Add download commands for additional bootstrapper files
- #118 Add missing preprocessor key words
- #116 Support usage of .Net Tool for Cake
- #101 Update extension to use new VSSDK APIs
Release Video
A short video explaining what is included in this release can be found here:
v0.2.0
As part of this release we had 19 issues closed.
Features
- #67 GH63: Adds Visual Studio 2017 support
- #55 GH54: Add support for drag-and-drop with cake and dll files
- #54 Support drag and drop into scripts
- #47 Add VS Options/Text Editor/Cake node
- #44 (GH-41) Added support for auto-indentation in Cake files.
Bug
- #37 Task parser does not support symbols or numbers in task names
Improvements
- #76 Update to Cake 0.21.1
- #73 Re-target to .NET Framework 4.6 and update NuGet dependencies
- #72 Upgrade to target .NET 4.6 and updated VSSDK packages
- #68 Update Cake dependencies/templates to 0.19.4
- #63 Support Visual Studio 2017
- #51 (GH-52) Rework regex to allow whitespace
- #50 Update Cake to 0.19.4
- #35 Task parser does not recognise nested Cake files
- #29 The extension doesn't support the -experimental flag
- #26 Update extension to use 0.16.1 of Cake
- #12 Template NuGet packages are stored in repository
Documentation
- #27 Document Release Process so everyone in team can follow it