mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-22 06:54:44 +00:00
Update to 17.1.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
PackageVersion: 17.1.0.$(Build.BuildId)
|
||||
PackageVersion: 17.1.1.$(Build.BuildId)
|
||||
projectAPI: './ElectronNET.API/ElectronNET.API.csproj'
|
||||
projectCLI: './ElectronNET.CLI/ElectronNET.CLI.csproj'
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ Full example for a 32bit debug build with electron prune: build /target custom w
|
||||
_args = args;
|
||||
}
|
||||
|
||||
private const string _defaultElectronVersion = "17.1.0";
|
||||
private const string _defaultElectronVersion = "17.1.1";
|
||||
|
||||
private const string _paramTarget = "target";
|
||||
private const string _paramDotNetConfig = "dotnet-configuration";
|
||||
|
||||
6
ElectronNET.Host/package-lock.json
generated
6
ElectronNET.Host/package-lock.json
generated
@@ -390,9 +390,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"electron": {
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-17.1.0.tgz",
|
||||
"integrity": "sha512-X/qdldmQ8lA15NmeraubWCTtMeTO8K9Ser0wtSCgOXVh53Sr1Ea0VQQ7Q9LuGgWRVz4qtr40cntuEdM8icdmTw==",
|
||||
"version": "17.1.1",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-17.1.1.tgz",
|
||||
"integrity": "sha512-S+PIsCOfxB+9DkPsbnWpbLQx6+3P5FGedCeVQ/vhZEX8zD4Wj2F118HGFX6ShEfsaTYE623ESK/f+b2ueHpEpQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@electron/get": "^1.13.0",
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.26",
|
||||
"electron": "^17.1.0",
|
||||
"electron": "^17.1.1",
|
||||
"tslint": "^6.1.3",
|
||||
"typescript": "^4.6.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user