Update Changelog für Electron.NET 23.6.1
parent
b339485fdc
commit
a82e714ef8
@ -1,16 +1,18 @@
|
|||||||
{
|
{
|
||||||
"version": "0.1.0",
|
"version": "2.0.0",
|
||||||
"command": "dotnet",
|
"command": "dotnet",
|
||||||
"isShellCommand": true,
|
"args": [],
|
||||||
"args": [],
|
"tasks": [
|
||||||
"tasks": [
|
{
|
||||||
{
|
"label": "build",
|
||||||
"taskName": "build",
|
"type": "shell",
|
||||||
"args": [
|
"command": "dotnet",
|
||||||
"${workspaceRoot}/ElectronNET.CLI/ElectronNET.CLI.csproj"
|
"args": ["build", "${workspaceRoot}/ElectronNET.CLI/ElectronNET.CLI.csproj"],
|
||||||
],
|
"problemMatcher": "$msCompile",
|
||||||
"isBuildCommand": true,
|
"group": {
|
||||||
"problemMatcher": "$msCompile"
|
"_id": "build",
|
||||||
}
|
"isDefault": false
|
||||||
]
|
}
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue