mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-22 15:04:47 +00:00
Release 0.5.1 (#1074)
* Bump ws, engine.io and socket.io-adapter Bumps [ws](https://github.com/websockets/ws), [engine.io](https://github.com/socketio/socket.io) and [socket.io-adapter](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `ws` from 8.17.1 to 8.20.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.17.1...8.20.1) Updates `engine.io` from 6.6.4 to 6.6.8 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/engine.io@6.6.4...engine.io@6.6.8) Updates `socket.io-adapter` from 2.5.5 to 2.5.7 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/socket.io-adapter@2.5.5...socket.io-adapter@2.5.7) --- updated-dependencies: - dependency-name: ws dependency-version: 8.20.1 dependency-type: indirect - dependency-name: engine.io dependency-version: 6.6.8 dependency-type: indirect - dependency-name: socket.io-adapter dependency-version: 2.5.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Bump tmp and exceljs in /src/ElectronNET.WebApp/ElectronHostHook Bumps [tmp](https://github.com/raszi/node-tmp) to 0.2.7 and updates ancestor dependency [exceljs](https://github.com/exceljs/exceljs). These dependencies need to be updated together. Updates `tmp` from 0.1.0 to 0.2.7 - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.1.0...v0.2.7) Updates `exceljs` from 1.15.0 to 4.4.0 - [Release notes](https://github.com/exceljs/exceljs/releases) - [Commits](https://github.com/exceljs/exceljs/compare/v1.15.0...v4.4.0) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.7 dependency-type: indirect - dependency-name: exceljs dependency-version: 4.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump ws, engine.io and socket.io-adapter in /src/ElectronNET.Host Bumps [ws](https://github.com/websockets/ws), [engine.io](https://github.com/socketio/socket.io) and [socket.io-adapter](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `ws` from 8.18.3 to 8.20.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.18.3...8.20.1) Updates `engine.io` from 6.6.5 to 6.6.8 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/engine.io@6.6.5...engine.io@6.6.8) Updates `socket.io-adapter` from 2.5.6 to 2.5.7 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/socket.io-adapter@2.5.6...socket.io-adapter@2.5.7) --- updated-dependencies: - dependency-name: ws dependency-version: 8.20.1 dependency-type: indirect - dependency-name: engine.io dependency-version: 6.6.8 dependency-type: indirect - dependency-name: socket.io-adapter dependency-version: 2.5.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Bump ws, engine.io and socket.io-adapter Bumps [ws](https://github.com/websockets/ws), [engine.io](https://github.com/socketio/socket.io) and [socket.io-adapter](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `ws` from 8.18.3 to 8.20.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.18.3...8.20.1) Updates `engine.io` from 6.6.5 to 6.6.8 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/engine.io@6.6.5...engine.io@6.6.8) Updates `socket.io-adapter` from 2.5.6 to 2.5.7 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/socket.io-adapter@2.5.6...socket.io-adapter@2.5.7) --- updated-dependencies: - dependency-name: ws dependency-version: 8.20.1 dependency-type: indirect - dependency-name: engine.io dependency-version: 6.6.8 dependency-type: indirect - dependency-name: socket.io-adapter dependency-version: 2.5.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Improved argument forwarding * Added support for Electron 42+ * Removed wrongly placed line * Use path directly --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
<ElectronDirName>.electron</ElectronDirName>
|
||||
<ElectronSplashScreenFileName Condition="'$(ElectronSplashScreen)' != ''">$([System.IO.Path]::GetFileName($(ElectronSplashScreen)))</ElectronSplashScreenFileName>
|
||||
<ElectronIconFileName Condition="'$(ElectronIcon)' != ''">$([System.IO.Path]::GetFileName($(ElectronIcon)))</ElectronIconFileName>
|
||||
<ElectronMajor>$([System.String]::Copy('$(ElectronVersion)').Split('.')[0])</ElectronMajor>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
@@ -376,10 +377,23 @@
|
||||
<Output TaskParameter="ExitCode" PropertyName="ExecExitCode"/>
|
||||
</Exec>
|
||||
|
||||
<!--<Exec Command="powershell -Command "Start-Sleep -Seconds 10"" />-->
|
||||
|
||||
<Message Importance="High" Text="Electron setup failed!" Condition="'$(ExecExitCode)' != '0'" />
|
||||
|
||||
<PropertyGroup>
|
||||
<_NpmCmd>node node_modules/electron/install.js</_NpmCmd>
|
||||
<!-- Add cross-platform parameters when there's a platform mismatch (for remote debugging preparation) -->
|
||||
<_NpmCmd Condition="'$(_IsPlatformMismatch)' == 'true'">$(_NpmCmd) --os=$(NpmOs) --cpu=$(NpmCpu) --arch=$(NpmCpu) --platform=$(NpmOs)</_NpmCmd>
|
||||
<_NpmCmd Condition="'$(IsLinuxWsl)' == 'true'">wsl bash -ic '$(_NpmCmd)'</_NpmCmd>
|
||||
</PropertyGroup>
|
||||
|
||||
<Message Importance="High" Text="Running command: $(_NpmCmd) in folder: $(ElectronOutputPath)" Condition="$(ElectronMajor) >= 42 AND @(_CopiedFiles->Count()) > 0" />
|
||||
|
||||
<Exec Command="$(_NpmCmd)" WorkingDirectory="$(ElectronOutputPath)" Timeout="600000" StandardOutputImportance="High" StandardErrorImportance="High" ContinueOnError="false" Condition="$(ElectronMajor) >= 42 AND @(_CopiedFiles->Count()) > 0">
|
||||
<Output TaskParameter="ExitCode" PropertyName="ExecExitCode"/>
|
||||
</Exec>
|
||||
|
||||
<Message Importance="High" Text="Electron installation failed!" Condition="'$(ExecExitCode)' != '0'" />
|
||||
|
||||
<!-- Fix up incorrect symlinks created by npm on Windows when targeting macOS -->
|
||||
<PropertyGroup>
|
||||
<_ElectronFrameworksDir>$(ElectronOutDir)node_modules\electron\dist\Electron.app\Contents\Frameworks</_ElectronFrameworksDir>
|
||||
|
||||
@@ -436,6 +436,7 @@
|
||||
<EnumValue Name="40.9.3" DisplayName="40.9.3" />
|
||||
<EnumValue Name="40.10.0" DisplayName="40.10.0" />
|
||||
<EnumValue Name="40.10.1" DisplayName="40.10.1" />
|
||||
<EnumValue Name="40.10.2" DisplayName="40.10.2" />
|
||||
<EnumValue Name="41.0.0" DisplayName="41.0.0" />
|
||||
<EnumValue Name="41.0.1" DisplayName="41.0.1" />
|
||||
<EnumValue Name="41.0.2" DisplayName="41.0.2" />
|
||||
@@ -454,10 +455,15 @@
|
||||
<EnumValue Name="41.6.0" DisplayName="41.6.0" />
|
||||
<EnumValue Name="41.6.1" DisplayName="41.6.1" />
|
||||
<EnumValue Name="41.7.0" DisplayName="41.7.0" />
|
||||
<EnumValue Name="41.7.1" DisplayName="41.7.1" />
|
||||
<EnumValue Name="42.0.0" DisplayName="42.0.0" />
|
||||
<EnumValue Name="42.0.1" DisplayName="42.0.1" />
|
||||
<EnumValue Name="42.1.0" DisplayName="42.1.0" />
|
||||
<EnumValue Name="42.2.0" DisplayName="42.2.0" />
|
||||
<EnumValue Name="42.3.0" DisplayName="42.3.0" />
|
||||
<EnumValue Name="42.3.1" DisplayName="42.3.1" />
|
||||
<EnumValue Name="42.3.2" DisplayName="42.3.2" />
|
||||
<EnumValue Name="42.3.3" DisplayName="42.3.3" />
|
||||
</EnumProperty>
|
||||
|
||||
<EnumProperty Name="ElectronBuilderVersion"
|
||||
|
||||
Reference in New Issue
Block a user