mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #418] [MERGED] Shell API adapted to Electron 9.0.0 #1171
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/418
Author: @konstantingross
Created: 5/26/2020
Status: ✅ Merged
Merged: 5/27/2020
Merged by: @GregorBiswanger
Base:
master← Head:master📝 Commits (7)
58ab180Missing semicolon0329530Shell.ShowItemInFolder API fix for Electron 9.0.0c6d67a9Log disconnect reason641864b* Shell.OpenPath API fix for Electron 9.0.0ce4ef03Update ShortcutLinkOperation.csc5c822aUpdate Shell.csb08222bUpdated NuGet Package version📊 Changes
10 files changed (+106 additions, -161 deletions)
View changed files
➖
ElectronNET.API/Entities/Error.cs(+0 -16)📝
ElectronNET.API/Entities/OpenExternalOptions.cs(+9 -3)📝
ElectronNET.API/Entities/ShortcutDetails.cs(+9 -9)📝
ElectronNET.API/Entities/ShortcutLinkOperation.cs(+12 -7)📝
ElectronNET.API/Shell.cs(+45 -92)📝
ElectronNET.Host/api/shell.js(+11 -13)📝
ElectronNET.Host/api/shell.js.map(+1 -1)📝
ElectronNET.Host/api/shell.ts(+16 -17)📝
ElectronNET.Host/main.js(+2 -2)📝
buildReleaseNuGetPackages.cmd(+1 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.