com.unity.ide.visualstudio@2.0.9

## [2.0.9] - 2021-05-04

Project generation:

Added support for CLI.

Integration:

Improved performance when discovering Visual Studio installations.
Warn when legacy assemblies are present in the project.
Warn when the package version is not up-to-date.
This commit is contained in:
Unity Technologies
2021-05-04 00:00:00 +00:00
parent 06b02acf9c
commit b0f2251c48
14 changed files with 347 additions and 54 deletions

View File

@@ -1,22 +1,34 @@
# Code Editor Package for Visual Studio
## [2.0.9] - 2021-05-04
Project generation:
Added support for CLI.
Integration:
Improved performance when discovering Visual Studio installations.
Warn when legacy assemblies are present in the project.
Warn when the package version is not up-to-date.
## [2.0.8] - 2021-04-09
Project generation:
Improved generation performance (especially with DOTS enabled projects).
Improved stability.
Updated Analyzers lookup strategy.
Fixed .vsconfig file not generated when using "regenerate all".
- Improved generation performance (especially with DOTS enabled projects).
- Improved stability.
- Updated Analyzers lookup strategy.
- Fixed .vsconfig file not generated when using "regenerate all".
Integration
Integration:
Improved automation plugins.
- Improved automation plugins.
Documentation
Open sourced automation plugins.
Documentation:
- Open sourced automation plugins.
## [2.0.7] - 2021-02-02
@@ -24,7 +36,6 @@ Integration:
- Remove com.unity.nuget.newtonsoft-json dependency in favor of the built-in JsonUtility for the VS Test Runner.
## [2.0.6] - 2021-01-20
Project generation: