Skip to content

Commit f809cf2

Browse files
Update extension version for 1.15.0-beta6 and fix deprecated category
1 parent 506688b commit f809cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.15.0-beta5",
4+
"version": "1.15.0-beta6",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
@@ -17,7 +17,7 @@
1717
},
1818
"categories": [
1919
"Debuggers",
20-
"Languages",
20+
"Programming Languages",
2121
"Linters",
2222
"Snippets"
2323
],

0 commit comments

Comments
 (0)