Skip to content

Commit 4bb74a2

Browse files
committed
Minor edits to changelog
1 parent 1769d0e commit 4bb74a2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Packages/com.unity.ide.visualstudio/CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Project generation:
1616
- Add `visualstudiotoolsforunity.vstuc` entry to `extensions.json` when needed.
1717
- You can prevent the package from patching those configuration files by creating a `.vscode/.vstupatchdisable` file.
1818

19-
2019
## [2.0.20] - 2023-06-27
2120

2221
Integration:
@@ -148,7 +147,7 @@ Documentation:
148147

149148
Integration:
150149

151-
- Remove com.unity.nuget.newtonsoft-json dependency in favor of the built-in JsonUtility for the VS Test Runner.
150+
- Remove `com.unity.nuget.newtonsoft-json` dependency in favor of the built-in JsonUtility for the VS Test Runner.
152151

153152
## [2.0.6] - 2021-01-20
154153

@@ -186,7 +185,7 @@ Integration:
186185
Project generation:
187186

188187
- Added C#8 language support.
189-
- Added UnityProjectGeneratorVersion property.
188+
- Added `UnityProjectGeneratorVersion` property.
190189
- Local and Embedded packages are now selected by default for generation.
191190
- Added support for asmdef root namespace.
192191

@@ -208,7 +207,7 @@ Integration:
208207
## [2.0.1] - 2020-03-19
209208

210209
- When Visual Studio installation is compatible with C# 8.0, setup the language version to not prompt the user with unsupported constructs. (So far Unity only supports C# 7.3).
211-
- Use Unity's TypeCache to improve project generation speed.
210+
- Use Unity's `TypeCache` to improve project generation speed.
212211
- Properly check for a managed assembly before displaying a warning regarding legacy PDB usage.
213212
- Add support for selective project generation (embedded, local, registry, git, builtin, player).
214213

@@ -258,8 +257,8 @@ Integration:
258257

259258
## [1.0.4] - 2019-04-12
260259

261-
- Fixing null reference issue for callbacks to AssetPostProcessor.
262-
- Ensure Path.GetFullPath does not get an empty string.
260+
- Fixing null reference issue for callbacks to `AssetPostProcessor`.
261+
- Ensure `Path.GetFullPath` does not get an empty string.
263262

264263
## [1.0.3] - 2019-01-01
265264

0 commit comments

Comments
 (0)