Skip to content

Commit 12e397c

Browse files
committed
Update README, CHANGELOG, and version.
1 parent 022cb65 commit 12e397c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Code Editor Package for Visual Studio Code
22

3+
## [1.4.6] - 2023-08-06
4+
5+
- Added ignore IDE0051 to .editorconfig default configuration
6+
37
## [1.4.5] - 2023-08-02
48

59
- Added custom and unity builtin analyzers to csproj #69 - Thanks @mifreundorfer

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.tsk.ide.vscode",
33
"displayName": "TSK VSCode Editor",
44
"description": "Unofficial code editor integration for supporting Visual Studio Code as code editor for Unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, etc.",
5-
"version": "1.4.5",
5+
"version": "1.4.6",
66
"unity": "2021.3",
77
"dependencies": {},
88
"author": {

0 commit comments

Comments
 (0)