Skip to content

Commit f213efc

Browse files
committed
Fix version number
1 parent 94949a9 commit f213efc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- run: npm ci
1919
- run: npm install -g gulp ovsx
20-
- run: gulp 'vsix:release:package'
20+
- run: gulp 'vsix:release:package:platform-neutral'
2121

2222
- name: Get package version
2323
run: node -e "console.log('VERSION=' + require('./package.json').version)" >> $GITHUB_ENV

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": "muhammad-sammy",
4-
"version": "1.24.17",
4+
"version": "1.24.0",
55
"description": "C# support for vscode-compatible editors (powered by OmniSharp and NetCoreDbg).",
66
"displayName": "C#",
77
"author": "Muhammad Sammy",

0 commit comments

Comments
 (0)