com.unity.ide.visualstudio@2.0.20

## [2.0.20] - 2023-06-27

Integration:

- Internal API refactoring.

## [2.0.19] - 2023-06-14

Integration:

- Add support for Visual Studio Code.

Project generation:

- Add support for Sdk Style poject generation.
- Fix an issue related to missing properties with 2021.3.
This commit is contained in:
Unity Technologies
2023-06-27 00:00:00 +00:00
parent ebe8973267
commit d1e4dd05ad
24 changed files with 1390 additions and 625 deletions

View File

@@ -1,5 +1,25 @@
# Code Editor Package for Visual Studio
## [2.0.20] - 2023-06-27
Integration:
- Internal API refactoring.
## [2.0.19] - 2023-06-14
Integration:
- Add support for Visual Studio Code.
Project generation:
- Add support for Sdk Style poject generation.
- Fix an issue related to missing properties with 2021.3.
## [2.0.18] - 2023-03-17
Integration:
@@ -10,7 +30,6 @@ Project generation:
- Add extra compiler options for analyzers and source generators.
## [2.0.17] - 2022-12-06
Integration:
@@ -24,7 +43,6 @@ Project generation:
- Update supported C# versions.
- Performance improvements.
## [2.0.16] - 2022-06-08
Integration: