Roll back to electron 18.0.2

Roll back to electron 18.0.2
This commit is contained in:
rafael-aero
2022-04-12 10:41:12 +02:00
parent 339a319f3e
commit 9b881b1b71
4 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
variables:
PackageVersion: 18.0.3.$(Build.BuildId)
PackageVersion: 18.0.2.$(Build.BuildId)
projectAPI: './ElectronNET.API/ElectronNET.API.csproj'
projectCLI: './ElectronNET.CLI/ElectronNET.CLI.csproj'

View File

@@ -10,7 +10,7 @@ namespace ElectronNET.CLI.Commands
{
public class BuildCommand : ICommand
{
private const string _defaultElectronVersion = "18.0.3";
private const string _defaultElectronVersion = "18.0.2";
public const string COMMAND_NAME = "build";
public const string COMMAND_DESCRIPTION = "Build your Electron Application.";

View File

@@ -395,9 +395,9 @@
"dev": true
},
"electron": {
"version": "18.0.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-18.0.3.tgz",
"integrity": "sha512-QRUZkGL8O/8CyDmTLSjBeRsZmGTPlPVeWnnpkdNqgHYYaOc/A881FKMiNzvQ9Cj0a+rUavDdwBUfUL82U3Ay7w==",
"version": "18.0.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-18.0.2.tgz",
"integrity": "sha512-7bFKptQDCQBMjjTJEXs0p0KiZPoY28fzq4GnYGorQt4NZJ0TAog8L0NxEkuSJHuIWC/siOUTX0C1H1tWO6KPKQ==",
"dev": true,
"requires": {
"@electron/get": "^1.13.0",

View File

@@ -21,7 +21,7 @@
"devDependencies": {
"@types/node": "^16.11.26",
"dotenv": "^16.0.0",
"electron": "^18.0.3",
"electron": "18.0.2",
"electron-notarize": "^1.2.1",
"tslint": "^6.1.3",
"typescript": "^4.6.3"