Release 19.0.2

This commit is contained in:
theolivenbaum
2022-06-02 11:11:26 +02:00
parent 252ab5050b
commit 89833f42fc
4 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
variables:
PackageVersion: 18.3.2.$(Build.BuildId)
PackageVersion: 19.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.3.2";
private const string _defaultElectronVersion = "19.0.2";
public const string COMMAND_NAME = "build";
public const string COMMAND_DESCRIPTION = "Build your Electron Application.";

View File

@@ -396,12 +396,12 @@
"dev": true
},
"electron": {
"version": "18.3.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-18.3.2.tgz",
"integrity": "sha512-Q1ciZ1M90L71WvyLbkD8Iwaq4YCwo8NUpBiLQUsd6M4E7i5vrzsA4g5Ylfzyela8DgRCNVknDVDfj6s+7YVWpA==",
"version": "19.0.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-19.0.2.tgz",
"integrity": "sha512-9RzS8wUpxY8dHFJRncro2mEIkCg9Vig1Q0iLu5y3dusEIDKcBRKoW9mVhUeqvZVZgb2SsTEowZBBdBhdL6/+aQ==",
"dev": true,
"requires": {
"@electron/get": "^1.13.0",
"@electron/get": "^1.14.1",
"@types/node": "^16.11.26",
"extract-zip": "^1.0.3"
}

View File

@@ -21,7 +21,7 @@
"devDependencies": {
"@types/node": "^16.11.38",
"dotenv": "^16.0.1",
"electron": "18.3.2",
"electron": "19.0.2",
"electron-notarize": "^1.2.1",
"tslint": "^6.1.3",
"typescript": "^4.7.2"