Skip to content

Commit

Permalink
Update json 2023.11.28.784 update-json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Nov 28, 2023
1 parent 1ae7d21 commit 17258a8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
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": "119.0.2151.72",
"Version": "119.0.2151.93",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png"
},
"Information": {
"DisplayName": "Microsoft Edge 119.0.2151.72 x64",
"DisplayName": "Microsoft Edge 119.0.2151.93 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 All @@ -42,7 +42,7 @@
"Path": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application",
"FileOrFolder": "msedge.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "119.0.2151.72",
"VersionValue": "119.0.2151.93",
"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": "119.0.2151.72"
"Version": "119.0.2151.93"
},
"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": "119.0.2151.72",
"Version": "119.0.2151.93",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png"
},
"Information": {
"DisplayName": "Microsoft Edge WebView2 Runtime 119.0.2151.72 x64",
"DisplayName": "Microsoft Edge WebView2 Runtime 119.0.2151.93 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 All @@ -42,7 +42,7 @@
"KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}",
"ValueName": "pv",
"Operator": "greaterThanOrEqual",
"Value": "119.0.2151.72",
"Value": "119.0.2151.93",
"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": "119.0.2151.72"
"Version": "119.0.2151.93"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down
8 changes: 4 additions & 4 deletions packages/App/ZoomRooms/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "zoomrooms-5.16.5.3377-x64.msi",
"Version": "5.16.5.3377",
"SetupFile": "zoomrooms-5.16.10.3425-x64.msi",
"Version": "5.16.10.3425",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/ZoomRooms.png"
},
"Information": {
"DisplayName": "Zoom Meetings Client 5.16.5.3377 x64",
"DisplayName": "Zoom Meetings Client 5.16.10.3425 x64",
"Description": "Conference rooms that make it easy to run or join video meetings with a tap of a button.",
"Publisher": "Zoom",
"InformationURL": "https://explore.zoom.us/en/products/zoom-rooms/",
Expand All @@ -42,7 +42,7 @@
"Path": "C:\\Program Files\\ZoomRooms\\bin",
"FileOrFolder": "ZoomRooms.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "5.16.5.3377",
"VersionValue": "5.16.10.3425",
"Check32BitOn64System": "false"
}
],
Expand Down
4 changes: 2 additions & 2 deletions packages/App/ZoomRooms/Source/Install.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "zoomrooms-5.16.5.3377-x64.msi",
"Version": "5.16.5.3377"
"SetupFile": "zoomrooms-5.16.10.3425-x64.msi",
"Version": "5.16.10.3425"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down

0 comments on commit 17258a8

Please sign in to comment.