Skip to content

Commit

Permalink
Update json 2024.10.23.1123 update-json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Oct 23, 2024
1 parent 4130cae commit cada81b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions packages/App/GoogleChrome/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "googlechromestandaloneenterprise64.msi",
"Version": "130.0.6723.59",
"Version": "130.0.6723.70",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Google-Chrome.png"
},
"Information": {
"DisplayName": "Google Chrome 130.0.6723.59 x64",
"DisplayName": "Google Chrome 130.0.6723.70 x64",
"Description": "The browser built by Google. Browse with the power of Google. With Google apps like Gmail, Google Pay, and Google Assistant, Chrome can help you stay productive and get more out of your browser.",
"Publisher": "Google",
"InformationURL": "https://www.google.com/chrome/",
Expand Down Expand Up @@ -43,7 +43,7 @@
"Path": "C:\\Program Files\\Google\\Chrome\\Application",
"FileOrFolder": "Chrome.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "130.0.6723.59",
"VersionValue": "130.0.6723.70",
"Check32BitOn64System": "false"
}
],
Expand Down
2 changes: 1 addition & 1 deletion packages/App/GoogleChrome/Source/Install.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "googlechromestandaloneenterprise64.msi",
"Version": "130.0.6723.59"
"Version": "130.0.6723.70"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down
6 changes: 3 additions & 3 deletions packages/App/MicrosoftEdge/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "MicrosoftEdgeEnterpriseX64.msi",
"Version": "130.0.2849.46",
"Version": "130.0.2849.52",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png"
},
"Information": {
"DisplayName": "Microsoft Edge 130.0.2849.46 x64",
"DisplayName": "Microsoft Edge 130.0.2849.52 x64",
"Description": "Microsoft Edge is the fast and secure browser that helps you protect your data and save time and money.",
"Publisher": "Microsoft",
"InformationURL": "https://www.microsoft.com/en-us/edge/features",
Expand Down Expand Up @@ -43,7 +43,7 @@
"Path": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application",
"FileOrFolder": "msedge.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "130.0.2849.46",
"VersionValue": "130.0.2849.52",
"Check32BitOn64System": "false"
}
],
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftEdge/Source/Install.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "MicrosoftEdgeEnterpriseX64.msi",
"Version": "130.0.2849.46"
"Version": "130.0.2849.52"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down
6 changes: 3 additions & 3 deletions packages/App/MicrosoftEdgeWebView2/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe",
"Version": "130.0.2849.46",
"Version": "130.0.2849.52",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png"
},
"Information": {
"DisplayName": "Microsoft Edge WebView2 Runtime 130.0.2849.46 x64",
"DisplayName": "Microsoft Edge WebView2 Runtime 130.0.2849.52 x64",
"Description": "Embed web content (HTML, CSS, and JavaScript) in your native applications with Microsoft Edge WebView2",
"Publisher": "Microsoft",
"InformationURL": "https://developer.microsoft.com/en-us/microsoft-edge/webview2",
Expand Down Expand Up @@ -43,7 +43,7 @@
"KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}",
"ValueName": "pv",
"Operator": "greaterThanOrEqual",
"Value": "130.0.2849.46",
"Value": "130.0.2849.52",
"Check32BitOn64System": "false"
}
],
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftEdgeWebView2/Source/Install.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe",
"Version": "130.0.2849.46"
"Version": "130.0.2849.52"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down

0 comments on commit cada81b

Please sign in to comment.