mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #417] [MERGED] Shell.OpenItem API fix for Electron 9.0.0 #1165
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/417
Author: @konstantingross
Created: 5/25/2020
Status: ✅ Merged
Merged: 5/25/2020
Merged by: @GregorBiswanger
Base:
master← Head:master📝 Commits (1)
76dcdc4Shell.OpenItem API fix for Electron 9.0.0📊 Changes
4 files changed (+15 additions, -15 deletions)
View changed files
📝
ElectronNET.API/Shell.cs(+7 -7)📝
ElectronNET.Host/api/shell.js(+3 -3)📝
ElectronNET.Host/api/shell.js.map(+1 -1)📝
ElectronNET.Host/api/shell.ts(+4 -4)📄 Description
This fixes Shell.OpenItem which referred to an outdated API structure of Electron 8.?.?.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.