Florian Rappl
9cb210040d
Fixed #1105
0.6.0-pre.145
2026-09-03 16:25:47 +02:00
Florian Rappl
7e8f45b16d
Updated changelog
0.6.0-pre.144
2026-09-03 16:17:19 +02:00
Florian Rappl
76dc687269
Merged
2026-09-03 11:28:37 +02:00
Florian Rappl
dcf4585510
Merge pull request #1108 from ElectronNET/dependabot/npm_and_yarn/src/ElectronNET.WebApp/ElectronHostHook/humanfs/node-0.16.8
...
Bump @humanfs/node from 0.16.7 to 0.16.8 in /src/ElectronNET.WebApp/ElectronHostHook
2026-09-03 08:54:37 +02:00
dependabot[bot]
a6d7434adf
Bump @humanfs/node in /src/ElectronNET.WebApp/ElectronHostHook
...
Bumps [@humanfs/node](https://github.com/humanwhocodes/humanfs/tree/HEAD/packages/node ) from 0.16.7 to 0.16.8.
- [Release notes](https://github.com/humanwhocodes/humanfs/releases )
- [Changelog](https://github.com/humanwhocodes/humanfs/blob/main/packages/node/CHANGELOG.md )
- [Commits](https://github.com/humanwhocodes/humanfs/commits/node-v0.16.8/packages/node )
---
updated-dependencies:
- dependency-name: "@humanfs/node"
dependency-version: 0.16.8
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-09-03 00:19:56 +00:00
Florian Rappl
76ff44f67e
Merge pull request #1104 from epsitec-sa/feat/#1095
...
chore(build): allow customization of target framwork version in dev mode (#1095 )
2026-08-14 13:07:48 +02:00
Samuel Nussbaum
20ab82b16d
chore(build): fix error when props file is missing
2026-08-14 11:25:19 +02:00
Samuel Nussbaum
b27f705a6a
chore(build): Change import barriere
2026-08-14 10:52:10 +02:00
Samuel Nussbaum
8697c4de44
chore(build): passthrough props barriere
2026-08-14 10:07:58 +02:00
Florian Rappl
376a791e48
Merge pull request #1099 from epsitec-sa/bug/#1096
...
chore(build): fix #1096 by depends on resolve unrelated target
2026-08-11 09:45:16 +02:00
Florian Rappl
195a29052e
Merge pull request #1100 from ElectronNET/dependabot/npm_and_yarn/src/ElectronNET.WebApp/ElectronHostHook/js-yaml-4.3.1
...
Bump js-yaml from 4.3.0 to 4.3.1 in /src/ElectronNET.WebApp/ElectronHostHook
0.5.2-pre.139
2026-08-11 09:31:59 +02:00
Florian Rappl
f577a53227
Merge pull request #1102 from ElectronNET/dependabot/npm_and_yarn/src/ElectronNET.Host/electron-39.8.10
...
Bump electron from 30.5.1 to 39.8.10 in /src/ElectronNET.Host
2026-08-11 08:52:04 +02:00
Florian Rappl
382d544468
Merge pull request #1101 from ElectronNET/dependabot/npm_and_yarn/src/ElectronNET.WebApp/ElectronHostHook/brace-expansion-1.1.18
...
Bump brace-expansion from 1.1.14 to 1.1.18 in /src/ElectronNET.WebApp/ElectronHostHook
2026-08-11 08:51:42 +02:00
dependabot[bot]
18f08f9aff
Bump electron from 30.5.1 to 39.8.10 in /src/ElectronNET.Host
...
Bumps [electron](https://github.com/electron/electron ) from 30.5.1 to 39.8.10.
- [Release notes](https://github.com/electron/electron/releases )
- [Commits](https://github.com/electron/electron/compare/v30.5.1...v39.8.10 )
---
updated-dependencies:
- dependency-name: electron
dependency-version: 39.8.10
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-10 23:17:12 +00:00
dependabot[bot]
def289ab54
Bump brace-expansion in /src/ElectronNET.WebApp/ElectronHostHook
...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion ) from 1.1.14 to 1.1.18.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v1.1.14...v1.1.18 )
---
updated-dependencies:
- dependency-name: brace-expansion
dependency-version: 1.1.18
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-10 23:17:02 +00:00
dependabot[bot]
4011f3d30b
Bump js-yaml in /src/ElectronNET.WebApp/ElectronHostHook
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 4.3.0 to 4.3.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/4.3.0...4.3.1 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.3.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-10 23:17:01 +00:00
Samuel Nussbaum
26b9d86ee4
chore(build): target frameworks customization
2026-08-10 10:33:00 +02:00
Florian Rappl
3b57de976a
Merge pull request #1098 from epsitec-sa/bug/#1097
...
fix(packaging): Restore cross-compile on same platform and packaging dir name behavior
2026-08-10 10:19:45 +02:00
Samuel Nussbaum
d9e9b3d2e6
fix(packaging): Architecture must be defined in electron-builder compile args in order to allow cross-compile on same platform. Enforce default-arch to be the default arch in order to avoid arch in package directory name.
2026-08-10 09:22:21 +02:00
Samuel Nussbaum
1ec1fde3c6
chore(build): fix #1096 by depends on not resolve related target
2026-08-07 14:37:13 +02:00
Florian Rappl
e5ccf75c9f
Merge pull request #1094 from ElectronNET/dependabot/npm_and_yarn/src/ElectronNET.Host/ElectronHostHook/socket.io-parser-4.2.7
...
Bump socket.io-parser from 4.2.6 to 4.2.7 in /src/ElectronNET.Host/ElectronHostHook
0.5.2-pre.135
2026-08-05 09:08:03 +02:00
dependabot[bot]
819e643ab8
Bump socket.io-parser in /src/ElectronNET.Host/ElectronHostHook
...
Bumps [socket.io-parser](https://github.com/socketio/socket.io ) from 4.2.6 to 4.2.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-parser@4.2.6...socket.io-parser@4.2.7 )
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-version: 4.2.7
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-05 05:07:46 +00:00
Florian Rappl
7fe3f9b5b6
Merge pull request #1093 from ElectronNET/develop
...
Release 0.5.2
0.5.2
2026-08-03 14:53:48 +02:00
Florian Rappl
16cbc5f2a4
Improved platform agnostic for test
2026-08-03 14:36:20 +02:00
Florian Rappl
3a2c997e6a
Ensure windows are not retained after being destroyed #1008
2026-08-03 14:25:47 +02:00
Florian Rappl
f88f5f8b18
Added tests, improved icon implementation
2026-08-03 14:19:25 +02:00
Florian Rappl
4e39f5f377
Added support for MacOS modern app icon #1047
2026-08-03 14:12:09 +02:00
Florian Rappl
7fa5ec5b0b
Fixed #1050
2026-08-03 14:09:01 +02:00
Florian Rappl
2f8f717dbb
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
0.5.2-pre.131
2026-08-03 11:13:32 +02:00
Florian Rappl
525d6185fb
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-08-03 11:13:08 +02:00
Florian Rappl
73703819be
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-08-03 11:12:56 +02:00
Florian Rappl
09249f74c6
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-08-03 11:12:41 +02:00
Florian Rappl
cfd8be36f3
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-08-03 11:12:19 +02:00
Florian Rappl
6055635eb5
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-08-03 11:11:15 +02:00
Florian Rappl
74a734ae58
Merge pull request #1092 from epsitec-sa/bug/#1091
...
Bug/#1091 - Fix CA1416 on AspNet project
2026-07-29 11:05:29 +02:00
Samuel Nussbaum
d4402d1040
chore(build): Apply same NoWarn regardless of current runtime, platform or architecture in order to avoid compile issue when used in development mode
2026-07-29 09:47:00 +02:00
Florian Rappl
4b65ed26a4
Merge pull request #1089 from ElectronNET/dependabot/npm_and_yarn/src/ElectronNET.WebApp/ElectronHostHook/flatted-3.4.3
...
Bump flatted from 3.3.3 to 3.4.3 in /src/ElectronNET.WebApp/ElectronHostHook
2026-07-28 09:07:22 +02:00
Florian Rappl
e12145004e
Merge pull request #1090 from ElectronNET/dependabot/npm_and_yarn/src/ElectronNET.Host/socket.io-parser-4.2.7
...
Bump socket.io-parser from 4.2.5 to 4.2.7 in /src/ElectronNET.Host
2026-07-28 09:07:11 +02:00
Florian Rappl
3e8ebde05b
Merge pull request #1088 from ElectronNET/dependabot/npm_and_yarn/src/ElectronNET.Host/multi-32449639ce
...
Bump builder-util-runtime and electron-updater in /src/ElectronNET.Host
2026-07-28 09:06:58 +02:00
Florian Rappl
820d7bbcec
Merge pull request #1087 from epsitec-sa/bug/#1084
...
Bug/#1084 - Visual studio loading issue
2026-07-28 09:05:52 +02:00
Samuel Nussbaum
5eeab1bd24
fix(warning): remove warining CS4014
2026-07-28 06:54:48 +02:00
Roger Vuistiner
1fff688098
chore: consolidate MSBuild configuration barriers
...
- Moved Directory.Build.* barriers from nuke to root folder to cover all projects.
- Added a Directory.Packages.props barrier to stop central package management.
- Removed obsolete 'ManagePackageVersionsCentrally' properties.
2026-07-28 06:54:43 +02:00
dependabot[bot]
9b701f5258
Bump socket.io-parser from 4.2.5 to 4.2.7 in /src/ElectronNET.Host
...
Bumps [socket.io-parser](https://github.com/socketio/socket.io ) from 4.2.5 to 4.2.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-parser@4.2.5...socket.io-parser@4.2.7 )
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-version: 4.2.7
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-28 03:41:41 +00:00
dependabot[bot]
b41c7e51b1
Bump flatted in /src/ElectronNET.WebApp/ElectronHostHook
...
Bumps [flatted](https://github.com/WebReflection/flatted ) from 3.3.3 to 3.4.3.
- [Commits](https://github.com/WebReflection/flatted/compare/v3.3.3...v3.4.3 )
---
updated-dependencies:
- dependency-name: flatted
dependency-version: 3.4.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-28 03:41:32 +00:00
dependabot[bot]
1d24067f4b
Bump builder-util-runtime and electron-updater in /src/ElectronNET.Host
...
Bumps [builder-util-runtime](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/builder-util-runtime ) to 9.7.0 and updates ancestor dependency [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater ). These dependencies need to be updated together.
Updates `builder-util-runtime` from 9.5.1 to 9.7.0
- [Release notes](https://github.com/electron-userland/electron-builder/releases )
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/builder-util-runtime/CHANGELOG.md )
- [Commits](https://github.com/electron-userland/electron-builder/commits/HEAD/packages/builder-util-runtime )
Updates `electron-updater` from 6.8.3 to 6.8.9
- [Release notes](https://github.com/electron-userland/electron-builder/releases )
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md )
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-updater@6.8.9/packages/electron-updater )
---
updated-dependencies:
- dependency-name: builder-util-runtime
dependency-version: 9.7.0
dependency-type: indirect
- dependency-name: electron-updater
dependency-version: 6.8.9
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-28 03:41:30 +00:00
Samuel Nussbaum
44e5c4e230
chore(build): runtime identifier is not required anymore
2026-07-27 16:45:52 +02:00
Samuel Nussbaum
0b3053477d
chore(dx): visual studio load regression, let electron choose the required runtime.
2026-07-27 16:45:52 +02:00
Samuel Nussbaum
3fecc0ee1b
fix: Visual studio load issue
2026-07-27 16:45:51 +02:00
Florian Rappl
95089e1721
Merge pull request #1085 from ElectronNET/dependabot/npm_and_yarn/src/ElectronNET.WebApp/ElectronHostHook/js-yaml-4.3.0
...
Bump js-yaml from 4.1.1 to 4.3.0 in /src/ElectronNET.WebApp/ElectronHostHook
2026-07-22 07:12:18 +02:00
Florian Rappl
cec178cf50
Merge pull request #1086 from ElectronNET/dependabot/npm_and_yarn/src/ElectronNET.Host/brace-expansion-1.1.16
...
Bump brace-expansion from 1.1.12 to 1.1.16 in /src/ElectronNET.Host
2026-07-22 07:12:07 +02:00