|
2 | 2 |
|
3 | 3 | This file is used to list changes made in each version of visualstudio. |
4 | 4 |
|
5 | | -## Unreleased |
6 | | - |
7 | | -## 3.0.4 - *2025-09-04* |
8 | | - |
9 | | -## 3.0.3 - *2024-05-03* |
10 | | - |
11 | | -## 3.0.2 - *2024-05-03* |
12 | | - |
13 | | -## 3.0.1 - *2023-12-21* |
14 | | - |
15 | 5 | ## 3.0.0 - *2023-11-06* |
16 | 6 |
|
17 | | -- Update testing |
| 7 | +* Update testing |
18 | 8 |
|
19 | 9 | ## 2.0.2 - *2021-08-31* |
20 | 10 |
|
21 | | -- Standardise files with files in sous-chefs/repo-management |
| 11 | +* Standardise files with files in sous-chefs/repo-management |
22 | 12 |
|
23 | 13 | ## 2.0.1 - *2021-06-01* |
24 | 14 |
|
25 | | -- Various Cookstyle fixes |
| 15 | +* Various Cookstyle fixes |
26 | 16 |
|
27 | 17 | ## 2.0.0 |
28 | 18 |
|
29 | | -- Support Chef 13, drop support for Chef 12. |
30 | | -- Fix VS 2015 Community package name. |
31 | | -- Use ServerRunner instead of SoloRunner for ChefSpec tests. |
32 | | -- Use Windows 2012R2 as target for both ChefSpec and Test Kitchen. |
33 | | -- Use Chef 13 for Test Kitchen since minitest-handler is incompatible with Chef 14. |
34 | | -- Standardize testing environment across repos. (AppVeyor, Kitchen, Rake, etc.) |
35 | | -- Upgrade development dependencies. |
| 19 | +* Support Chef 13, drop support for Chef 12. |
| 20 | +* Fix VS 2015 Community package name. |
| 21 | +* Use ServerRunner instead of SoloRunner for ChefSpec tests. |
| 22 | +* Use Windows 2012R2 as target for both ChefSpec and Test Kitchen. |
| 23 | +* Use Chef 13 for Test Kitchen since minitest-handler is incompatible with Chef 14. |
| 24 | +* Standardize testing environment across repos. (AppVeyor, Kitchen, Rake, etc.) |
| 25 | +* Upgrade development dependencies. |
36 | 26 |
|
37 | 27 | ## 1.2.0 |
38 | 28 |
|
39 | | -- Default to VS 2015 Community Edition |
40 | | -- Add ability to specifiy installed features via install_items attributes. |
41 | | -- Add default_source URLs for VS 2013 and 2015, make source attribute optional. |
42 | | -- Add ability to specifiy download source on a per edition/version basis. |
43 | | -- [GH 58](https://github.com/daptiv/visualstudio/issues/58) Fix enable nuget package restore recipe idempotence. |
44 | | -- [GH 56](https://github.com/daptiv/visualstudio/issues/56) Fix architecture check. |
| 29 | +* Default to VS 2015 Community Edition |
| 30 | +* Add ability to specifiy installed features via install_items attributes. |
| 31 | +* Add default_source URLs for VS 2013 and 2015, make source attribute optional. |
| 32 | +* Add ability to specifiy download source on a per edition/version basis. |
| 33 | +* [GH 58](https://github.com/daptiv/visualstudio/issues/58) Fix enable nuget package restore recipe idempotence. |
| 34 | +* [GH 56](https://github.com/daptiv/visualstudio/issues/56) Fix architecture check. |
45 | 35 |
|
46 | 36 | ## 1.1.0 |
47 | 37 |
|
48 | | -- VS 2010 installation defaults to /q without needing an unattend.ini file. |
49 | | -- VS 2012 Update 5. |
50 | | -- VS 2015 Enterprise edition added. |
51 | | -- Product key is now configurable via a node attribute. |
52 | | -- Replaced Tailor with RuboCop and upgraded development dependencies. |
53 | | -- Fixed "Win32::Registry::Error". |
54 | | -- Added TravisCI build. |
| 38 | +* VS 2010 installation defaults to /q without needing an unattend.ini file. |
| 39 | +* VS 2012 Update 5. |
| 40 | +* VS 2015 Enterprise edition added. |
| 41 | +* Product key is now configurable via a node attribute. |
| 42 | +* Replaced Tailor with RuboCop and upgraded development dependencies. |
| 43 | +* Fixed "Win32::Registry::Error". |
| 44 | +* Added TravisCI build. |
55 | 45 |
|
56 | 46 | ## 1.0.1 |
57 | 47 |
|
58 | | -- Exit code 3010 (reboot required) should not fail Chef run |
59 | | -- Fix install_update minitest failure on VS 2015 |
60 | | -- Fix VisualStudio 2015 installation error (WebSocket4NetV1) on Windows 2012R2 |
61 | | -- Increase VSTO installation timeout from 10m to 30m |
| 48 | +* Exit code 3010 (reboot required) should not fail Chef run |
| 49 | +* Fix install_update minitest failure on VS 2015 |
| 50 | +* Fix VisualStudio 2015 installation error (WebSocket4NetV1) on Windows 2012R2 |
| 51 | +* Increase VSTO installation timeout from 10m to 30m |
62 | 52 |
|
63 | 53 | ## 1.0.0 |
64 | 54 |
|
65 | | -- Initial release to Chef SuperMarket |
| 55 | +* Initial release to Chef SuperMarket |
| 56 | + |
| 57 | +* * * |
66 | 58 |
|
67 | | -- - - |
68 | 59 | Refer to the [Markdown Syntax Guide](https://daringfireball.net/projects/markdown/syntax) for help with standard Markdown, and [Writing on GitHub](https://help.github.com/categories/writing-on-github/) for help with the GitHub dialect of Markdown. |
0 commit comments