From c18ae64ab6c855bcf4605ff25d0732ab6d53bbff Mon Sep 17 00:00:00 2001 From: aaronparker Date: Fri, 11 Oct 2024 02:37:46 +0000 Subject: [PATCH] Update json 2024.10.11.1111 update-json --- packages/App/MicrosoftEdge/App.json | 6 +++--- packages/App/MicrosoftEdge/Source/Install.json | 2 +- packages/App/MicrosoftEdgeWebView2/App.json | 6 +++--- .../App/MicrosoftEdgeWebView2/Source/Install.json | 2 +- packages/App/MicrosoftVisualStudioCode/App.json | 8 ++++---- .../MicrosoftVisualStudioCode/Source/Install.json | 4 ++-- packages/Update/MicrosoftVisualStudioCode/App.json | 12 ++++++------ .../MicrosoftVisualStudioCode/Source/Install.json | 4 ++-- 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/packages/App/MicrosoftEdge/App.json b/packages/App/MicrosoftEdge/App.json index fb00fa6e..a2fe2774 100644 --- a/packages/App/MicrosoftEdge/App.json +++ b/packages/App/MicrosoftEdge/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "129.0.2792.79", + "Version": "129.0.2792.89", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge 129.0.2792.79 x64", + "DisplayName": "Microsoft Edge 129.0.2792.89 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", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application", "FileOrFolder": "msedge.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "129.0.2792.79", + "VersionValue": "129.0.2792.89", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdge/Source/Install.json b/packages/App/MicrosoftEdge/Source/Install.json index b515e4cd..02e317db 100644 --- a/packages/App/MicrosoftEdge/Source/Install.json +++ b/packages/App/MicrosoftEdge/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "129.0.2792.79" + "Version": "129.0.2792.89" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftEdgeWebView2/App.json b/packages/App/MicrosoftEdgeWebView2/App.json index dbee7833..20782a23 100644 --- a/packages/App/MicrosoftEdgeWebView2/App.json +++ b/packages/App/MicrosoftEdgeWebView2/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "129.0.2792.79", + "Version": "129.0.2792.89", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge WebView2 Runtime 129.0.2792.79 x64", + "DisplayName": "Microsoft Edge WebView2 Runtime 129.0.2792.89 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", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}", "ValueName": "pv", "Operator": "greaterThanOrEqual", - "Value": "129.0.2792.79", + "Value": "129.0.2792.89", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdgeWebView2/Source/Install.json b/packages/App/MicrosoftEdgeWebView2/Source/Install.json index ae8ba471..3352c410 100644 --- a/packages/App/MicrosoftEdgeWebView2/Source/Install.json +++ b/packages/App/MicrosoftEdgeWebView2/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "EXE", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "129.0.2792.79" + "Version": "129.0.2792.89" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftVisualStudioCode/App.json b/packages/App/MicrosoftVisualStudioCode/App.json index 572c025a..db44f637 100644 --- a/packages/App/MicrosoftVisualStudioCode/App.json +++ b/packages/App/MicrosoftVisualStudioCode/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.94.1.exe", - "Version": "1.94.1", + "SetupFile": "VSCodeSetup-x64-1.94.2.exe", + "Version": "1.94.2", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-VSCode.png" }, "Information": { - "DisplayName": "Microsoft Visual Studio Code 1.94.1 x64", + "DisplayName": "Microsoft Visual Studio Code 1.94.2 x64", "Description": "Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).", "Publisher": "Microsoft", "InformationURL": "https://code.visualstudio.com/", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1", "ValueName": "DisplayVersion", "Operator": "greaterThanOrEqual", - "Value": "1.94.1", + "Value": "1.94.2", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftVisualStudioCode/Source/Install.json b/packages/App/MicrosoftVisualStudioCode/Source/Install.json index d787a930..d3237af5 100644 --- a/packages/App/MicrosoftVisualStudioCode/Source/Install.json +++ b/packages/App/MicrosoftVisualStudioCode/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.94.1.exe", - "Version": "1.94.1" + "SetupFile": "VSCodeSetup-x64-1.94.2.exe", + "Version": "1.94.2" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/MicrosoftVisualStudioCode/App.json b/packages/Update/MicrosoftVisualStudioCode/App.json index c15a3192..9a482163 100644 --- a/packages/Update/MicrosoftVisualStudioCode/App.json +++ b/packages/Update/MicrosoftVisualStudioCode/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.94.1.exe", - "Version": "1.94.1", + "SetupFile": "VSCodeSetup-x64-1.94.2.exe", + "Version": "1.94.2", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-VisualStudioCode.png" }, "Information": { - "DisplayName": "Update for Microsoft Visual Studio Code 1.94.1 x64", + "DisplayName": "Update for Microsoft Visual Studio Code 1.94.2 x64", "Description": "Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).", "Publisher": "Microsoft", "InformationURL": "https://code.visualstudio.com/", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Microsoft VS Code", "FileOrFolder": "Code.exe", "Operator": "lessThan", - "VersionValue": "1.94.1", + "VersionValue": "1.94.2", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1", "ValueName": "DisplayVersion", "Operator": "greaterThanOrEqual", - "Value": "1.94.1", + "Value": "1.94.2", "Check32BitOn64System": "false" }, { @@ -62,7 +62,7 @@ "Path": "C:\\Program Files\\Microsoft VS Code", "FileOrFolder": "Code.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "1.94.1", + "VersionValue": "1.94.2", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/MicrosoftVisualStudioCode/Source/Install.json b/packages/Update/MicrosoftVisualStudioCode/Source/Install.json index d787a930..d3237af5 100644 --- a/packages/Update/MicrosoftVisualStudioCode/Source/Install.json +++ b/packages/Update/MicrosoftVisualStudioCode/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.94.1.exe", - "Version": "1.94.1" + "SetupFile": "VSCodeSetup-x64-1.94.2.exe", + "Version": "1.94.2" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": {