-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [2.0.18] - 2023-03-17 Integration: - Performance improvements with `EditorApplication.update` callbacks. Project generation: - Add extra compiler options for analyzers and source generators.
- Loading branch information
Unity Technologies
committed
Mar 17, 2023
1 parent
4893e3b
commit ebe8973
Showing
7 changed files
with
76 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Editor/Plugins/AppleEventIntegration.bundle/Contents/MacOS/AppleEventIntegration
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,22 +2,25 @@ | |
"name": "com.unity.ide.visualstudio", | ||
"displayName": "Visual Studio Editor", | ||
"description": "Code editor integration for supporting Visual Studio as code editor for unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, etc.", | ||
"version": "2.0.17", | ||
"version": "2.0.18", | ||
"unity": "2019.4", | ||
"unityRelease": "25f1", | ||
"dependencies": { | ||
"com.unity.test-framework": "1.1.9" | ||
}, | ||
"relatedPackages": { | ||
"com.unity.ide.visualstudio.tests": "2.0.17" | ||
"com.unity.ide.visualstudio.tests": "2.0.18" | ||
}, | ||
"_upm": { | ||
"changelog": "Integration:\n\n- Performance improvements with `EditorApplication.update` callbacks.\n \nProject generation:\n\n- Add extra compiler options for analyzers and source generators." | ||
}, | ||
"upmCi": { | ||
"footprint": "95a297ed65f40d1df2fe8239f87deab3217a10b0" | ||
"footprint": "1d7ac8985c088423201e27b93ccdc6292ff941c9" | ||
}, | ||
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html", | ||
"repository": { | ||
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.visualstudio.git", | ||
"type": "git", | ||
"revision": "1f126893bfb18ea9661fb15771613e841467073c" | ||
"revision": "9d3c07127cbe1916b8abbfd18f71fb8d9df8008c" | ||
} | ||
} |