This repository was archived by the owner on Jun 24, 2022. It is now read-only.
Releases: Roblox/visualstudio
Releases · Roblox/visualstudio
v2.0.1: Merge pull request #11 from zirkov/bugfix/chef-mixlib-deprecation
Add modify action and drop support for Chef 12
- Add the
:modifyaction to VS2017 resource/provider - Major version update as the support for Chef 12 is dropped in a previous commit
use_inline_resourcesis removed as it is default in Chef 13+- Add the auto-detection of install vs modify
- Add helper methods to check for installed VS 2017 versions
- Add the logic to choose an action to
installrecipe
v1.2.6: Add test kitchen with test policy and dummy tests (#8)
* Added .kitchen.yml, test/recipes and test/policyfiles * Fixed version in metadata.rb to match CHANGELOG and github versions
Installer options and acceptable return codes
Merge pull request #7 from zirkov/master Installer options and acceptable return codes
Allow for overriding install dir on a per-edition basis
Merge pull request #5 from mattcl/install-dir Allow for overriding the install dir on a per-edition level
Remove Chef::shell_out as it was deprecated replaced with mixin
Merge pull request #4 from Brantone/master Remove Chef::shell_out as it was deprecated replaced with mixin