mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-05 21:24:33 +00:00
[PR #649] [CLOSED] new version not works #1242
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/649
Author: @wthks
Created: 12/29/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
916eecfMerge branch 'bug/578'd188baaMerge remote-tracking branch 'MiniguyBrendan/master'1a6d50dSet up CI with Azure Pipelinesf08711eFix variables94b5faaadd publish to nuget468a4fafix package name505a5b2fix NPM installbcbe762Add option to set electron version3b7b592fix name on resource path2f3d2c0print all resource names📊 Changes
138 files changed (+3930 additions, -3489 deletions)
View changed files
➕
.devops/build-nuget.yaml(+83 -0)📝
ElectronNET.API/App.cs(+283 -512)📝
ElectronNET.API/AutoUpdater.cs(+88 -237)📝
ElectronNET.API/BridgeConnector.cs(+515 -18)📝
ElectronNET.API/BridgeSettings.cs(+11 -0)📝
ElectronNET.API/BrowserView.cs(+10 -30)📝
ElectronNET.API/BrowserWindow.cs(+337 -559)📝
ElectronNET.API/Clipboard.cs(+24 -117)📝
ElectronNET.API/CommandLine.cs(+6 -40)📝
ElectronNET.API/Cookies.cs(+23 -27)➕
ElectronNET.API/DesktopCapturer.cs(+38 -0)📝
ElectronNET.API/Dialog.cs(+31 -40)📝
ElectronNET.API/Dock.cs(+22 -80)📝
ElectronNET.API/Electron.cs(+41 -1)📝
ElectronNET.API/ElectronNET.API.csproj(+12 -8)📝
ElectronNET.API/Entities/BrowserWindowOptions.cs(+49 -32)📝
ElectronNET.API/Entities/CookieChangedCause.cs(+3 -1)➕
ElectronNET.API/Entities/CookieRemovedResponse.cs(+10 -0)📝
ElectronNET.API/Entities/Data.cs(+3 -1)➕
ElectronNET.API/Entities/DesktopCapturerSource.cs(+15 -0)...and 80 more files
📄 Description
electron app does not show anymore after update. it only can be shown in localhost:8001
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.