Skip to content

Commit d443538

Browse files
authored
Fix package.json version (#6486)
* fix package.json version * update package-lock
1 parent b25eea3 commit d443538

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-dotnettools",
4-
"version": "2.0.0-placeholder",
4+
"version": "42.42.42-placeholder",
55
"description": "Base language support for C#",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",

0 commit comments

Comments
 (0)