Release 19.0.1

This commit is contained in:
theolivenbaum
2022-05-27 10:10:28 +02:00
parent a00a8a0251
commit 3ea7e96324
4 changed files with 12 additions and 12 deletions

View File

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

View File

@@ -250,7 +250,7 @@
"clone-response": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz",
"integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=",
"integrity": "sha512-yjLXh88P599UOyPTFX0POsd7WxnbsVsGohcwzHOLspIhhpalPw1BcqED8NblyZLKcGrL8dTgMlcaZxV2jAD41Q==",
"dev": true,
"requires": {
"mimic-response": "^1.0.0"
@@ -396,12 +396,12 @@
"dev": true
},
"electron": {
"version": "18.3.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-18.3.0.tgz",
"integrity": "sha512-2+pAUIViVvFOGE5mJKKi8F6ruyvQrcqdfsm/AUfz+6P05vbvR5ZsR6WBkr90mlyojHW5w/nAVX9ZSOtz3aHs4A==",
"version": "19.0.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-19.0.1.tgz",
"integrity": "sha512-zuhJVV7nTDFrRZ7uAIylSD0Eoi1xcUV4UzGfpWsREI4W5GsxNGyZQeqQDpg43w8+7oED812oDrGfPh5kb9rcQA==",
"dev": true,
"requires": {
"@electron/get": "^1.13.0",
"@electron/get": "^1.14.1",
"@types/node": "^16.11.26",
"extract-zip": "^1.0.3"
}
@@ -1312,9 +1312,9 @@
"dev": true
},
"typescript": {
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"version": "4.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz",
"integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==",
"dev": true
},
"universalify": {

View File

@@ -21,9 +21,9 @@
"devDependencies": {
"@types/node": "^16.11.36",
"dotenv": "^16.0.1",
"electron": "18.3.0",
"electron": "19.0.1",
"electron-notarize": "^1.2.1",
"tslint": "^6.1.3",
"typescript": "^4.6.4"
"typescript": "^4.7.2"
}
}