[PR #417] [MERGED] Shell.OpenItem API fix for Electron 9.0.0 #1165

Open
opened 2026-01-29 16:57:58 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

  • 76dcdc4 Shell.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.

## 📋 Pull Request Information **Original PR:** https://github.com/ElectronNET/Electron.NET/pull/417 **Author:** [@konstantingross](https://github.com/konstantingross) **Created:** 5/25/2020 **Status:** ✅ Merged **Merged:** 5/25/2020 **Merged by:** [@GregorBiswanger](https://github.com/GregorBiswanger) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`76dcdc4`](https://github.com/ElectronNET/Electron.NET/commit/76dcdc4137d70bf50e6897cdbb51d92633ef7f45) Shell.OpenItem API fix for Electron 9.0.0 ### 📊 Changes **4 files changed** (+15 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This fixes Shell.OpenItem which referred to an outdated API structure of Electron 8.?.?. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:57:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1165