Update to 17.0.0

This commit is contained in:
rafael-aero
2022-02-10 09:55:56 +01:00
parent c8552041fb
commit 56fe57db46
4 changed files with 13 additions and 13 deletions

View File

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

View File

@@ -35,7 +35,7 @@ Full example for a 32bit debug build with electron prune: build /target custom w
_args = args;
}
private const string _defaultElectronVersion = "16.0.8";
private const string _defaultElectronVersion = "17.0.0";
private const string _paramTarget = "target";
private const string _paramDotNetConfig = "dotnet-configuration";

View File

@@ -71,9 +71,9 @@
}
},
"@types/node": {
"version": "16.11.21",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.21.tgz",
"integrity": "sha512-Pf8M1XD9i1ksZEcCP8vuSNwooJ/bZapNmIzpmsMaL+jMI+8mEYU3PKvs+xDNuQcJWF/x24WzY4qxLtB0zNow9A==",
"version": "16.11.23",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.23.tgz",
"integrity": "sha512-Br/QS/NWL1/WJhCgRh7L4dJb7RAf0SHygJ+jCNdXCUSA+85v5tRz8PCdiJ9I6mP9jTZ7a1gWDeMBCUKlUZQh6g==",
"dev": true
},
"@types/semver": {
@@ -390,9 +390,9 @@
"dev": true
},
"electron": {
"version": "16.0.8",
"resolved": "https://registry.npmjs.org/electron/-/electron-16.0.8.tgz",
"integrity": "sha512-znTVkl8LaGcPNdfc6SRr+6LYg2GtSCKXln/nW/PC+urBfAFnOYIuDock8QyGVFfzr5PuAa+g8YQQAboHV77D7g==",
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-17.0.0.tgz",
"integrity": "sha512-3UXcBQMwbMWdPvGHaSdPMluHrd+/bc+K143MyvE5zVZ+S1XCHt4sau7dj6svJHns5llN0YG/c6h/vRfadIp8Zg==",
"dev": true,
"requires": {
"@electron/get": "^1.13.0",
@@ -401,9 +401,9 @@
},
"dependencies": {
"@types/node": {
"version": "14.18.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.9.tgz",
"integrity": "sha512-j11XSuRuAlft6vLDEX4RvhqC0KxNxx6QIyMXNb0vHHSNPXTPeiy3algESWmOOIzEtiEL0qiowPU3ewW9hHVa7Q==",
"version": "14.18.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.11.tgz",
"integrity": "sha512-zCoCEMA+IPpsRkyCFBqew5vGb7r8RSiB3uwdu/map7uwLAfu1MTazW26/pUDWoNnF88vJz4W3U56i5gtXNqxGg==",
"dev": true
}
}

View File

@@ -19,8 +19,8 @@
"socket.io": "^2.4.0"
},
"devDependencies": {
"@types/node": "^16.11.21",
"electron": "^16.0.8",
"@types/node": "^16.11.23",
"electron": "^17.0.0",
"tslint": "^6.1.3",
"typescript": "^4.5.5"
}