Skip to content

Commit a82e714

Browse files
Update Changelog für Electron.NET 23.6.1
1 parent b339485 commit a82e714

File tree

2 files changed

+34
-18
lines changed

2 files changed

+34
-18
lines changed

.vscode/tasks.json

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
2-
"version": "0.1.0",
3-
"command": "dotnet",
4-
"isShellCommand": true,
5-
"args": [],
6-
"tasks": [
7-
{
8-
"taskName": "build",
9-
"args": [
10-
"${workspaceRoot}/ElectronNET.CLI/ElectronNET.CLI.csproj"
11-
],
12-
"isBuildCommand": true,
13-
"problemMatcher": "$msCompile"
14-
}
15-
]
16-
}
2+
"version": "2.0.0",
3+
"command": "dotnet",
4+
"args": [],
5+
"tasks": [
6+
{
7+
"label": "build",
8+
"type": "shell",
9+
"command": "dotnet",
10+
"args": ["build", "${workspaceRoot}/ElectronNET.CLI/ElectronNET.CLI.csproj"],
11+
"problemMatcher": "$msCompile",
12+
"group": {
13+
"_id": "build",
14+
"isDefault": false
15+
}
16+
}
17+
]
18+
}

Changelog.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Not released
22

3+
# 23.6.2
4+
5+
# Released
6+
7+
# 23.6.1
8+
9+
ElectronNET.CLI:
10+
11+
* New Feature: Upgrade to .NET 6 support
12+
13+
ElectronNET.API:
14+
15+
* New Feature: Native Electron 23.2.0 support, but not all new API features included (we search contributors)
16+
* New Feature: Upgrade to .NET 6 support
17+
* New Feature: Changed Web-Socket .NET Library to [SocketIOClient](https://github.com/doghappy/socket.io-client-csharp)
18+
* Breaking Changes: We removed deprecated API events/methods from ElectronNET.API [(More Details)](https://www.electronjs.org/docs/latest/breaking-changes)
19+
320
# 13.5.1
421

522
ElectronNET.CLI:
@@ -25,9 +42,6 @@ ElectronNET.API:
2542
* Fixed bug: Fix splash screen interaction causing crashes, ghost dragging, and resizable behavior #540 (thanks [MiniguyBrendan](https://github.com/MiniguyBrendan)) [\#540](https://github.com/ElectronNET/Electron.NET/pull/540)
2643
* Fixed bug: Vibrancy serialization fix (thanks [tantumalice](https://github.com/tantumalice)) [\#573](https://github.com/ElectronNET/Electron.NET/pull/573)
2744

28-
29-
# Released
30-
3145
# 11.5.1
3246

3347
ElectronNET.CLI:

0 commit comments

Comments
 (0)