Skip to content

Commit 8e2672a

Browse files
committed
Update json 2024.08.09.1046 update-json
1 parent fab525a commit 8e2672a

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

packages/App/MicrosoftEdge/App.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"PackageInformation": {
1010
"SetupType": "MSI",
1111
"SetupFile": "MicrosoftEdgeEnterpriseX64.msi",
12-
"Version": "127.0.2651.86",
12+
"Version": "127.0.2651.98",
1313
"SourceFolder": "Source",
1414
"OutputFolder": "Package",
1515
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png"
1616
},
1717
"Information": {
18-
"DisplayName": "Microsoft Edge 127.0.2651.86 x64",
18+
"DisplayName": "Microsoft Edge 127.0.2651.98 x64",
1919
"Description": "Microsoft Edge is the fast and secure browser that helps you protect your data and save time and money.",
2020
"Publisher": "Microsoft",
2121
"InformationURL": "https://www.microsoft.com/en-us/edge/features",
@@ -43,7 +43,7 @@
4343
"Path": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application",
4444
"FileOrFolder": "msedge.exe",
4545
"Operator": "greaterThanOrEqual",
46-
"VersionValue": "127.0.2651.86",
46+
"VersionValue": "127.0.2651.98",
4747
"Check32BitOn64System": "false"
4848
}
4949
],

packages/App/MicrosoftEdge/Source/Install.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"PackageInformation": {
33
"SetupType": "MSI",
44
"SetupFile": "MicrosoftEdgeEnterpriseX64.msi",
5-
"Version": "127.0.2651.86"
5+
"Version": "127.0.2651.98"
66
},
77
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
88
"InstallTasks": {

packages/App/MicrosoftEdgeWebView2/App.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"PackageInformation": {
1010
"SetupType": "MSI",
1111
"SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe",
12-
"Version": "127.0.2651.86",
12+
"Version": "127.0.2651.98",
1313
"SourceFolder": "Source",
1414
"OutputFolder": "Package",
1515
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png"
1616
},
1717
"Information": {
18-
"DisplayName": "Microsoft Edge WebView2 Runtime 127.0.2651.86 x64",
18+
"DisplayName": "Microsoft Edge WebView2 Runtime 127.0.2651.98 x64",
1919
"Description": "Embed web content (HTML, CSS, and JavaScript) in your native applications with Microsoft Edge WebView2",
2020
"Publisher": "Microsoft",
2121
"InformationURL": "https://developer.microsoft.com/en-us/microsoft-edge/webview2",
@@ -43,7 +43,7 @@
4343
"KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}",
4444
"ValueName": "pv",
4545
"Operator": "greaterThanOrEqual",
46-
"Value": "127.0.2651.86",
46+
"Value": "127.0.2651.98",
4747
"Check32BitOn64System": "false"
4848
}
4949
],

packages/App/MicrosoftEdgeWebView2/Source/Install.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"PackageInformation": {
33
"SetupType": "EXE",
44
"SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe",
5-
"Version": "127.0.2651.86"
5+
"Version": "127.0.2651.98"
66
},
77
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
88
"InstallTasks": {

packages/App/MicrosoftVisualStudioCode/App.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
},
99
"PackageInformation": {
1010
"SetupType": "EXE",
11-
"SetupFile": "VSCodeSetup-x64-1.92.0.exe",
12-
"Version": "1.92.0",
11+
"SetupFile": "VSCodeSetup-x64-1.92.1.exe",
12+
"Version": "1.92.1",
1313
"SourceFolder": "Source",
1414
"OutputFolder": "Package",
1515
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-VSCode.png"
1616
},
1717
"Information": {
18-
"DisplayName": "Microsoft Visual Studio Code 1.92.0 x64",
18+
"DisplayName": "Microsoft Visual Studio Code 1.92.1 x64",
1919
"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).",
2020
"Publisher": "Microsoft",
2121
"InformationURL": "https://code.visualstudio.com/",
@@ -43,7 +43,7 @@
4343
"KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1",
4444
"ValueName": "DisplayVersion",
4545
"Operator": "greaterThanOrEqual",
46-
"Value": "1.92.0",
46+
"Value": "1.92.1",
4747
"Check32BitOn64System": "false"
4848
}
4949
],

packages/App/MicrosoftVisualStudioCode/Source/Install.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"PackageInformation": {
33
"SetupType": "EXE",
4-
"SetupFile": "VSCodeSetup-x64-1.92.0.exe",
5-
"Version": "1.92.0"
4+
"SetupFile": "VSCodeSetup-x64-1.92.1.exe",
5+
"Version": "1.92.1"
66
},
77
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
88
"InstallTasks": {

packages/Update/MicrosoftVisualStudioCode/App.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
},
99
"PackageInformation": {
1010
"SetupType": "EXE",
11-
"SetupFile": "VSCodeSetup-x64-1.92.0.exe",
12-
"Version": "1.92.0",
11+
"SetupFile": "VSCodeSetup-x64-1.92.1.exe",
12+
"Version": "1.92.1",
1313
"SourceFolder": "Source",
1414
"OutputFolder": "Package",
1515
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-VisualStudioCode.png"
1616
},
1717
"Information": {
18-
"DisplayName": "Update for Microsoft Visual Studio Code 1.92.0 x64",
18+
"DisplayName": "Update for Microsoft Visual Studio Code 1.92.1 x64",
1919
"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).",
2020
"Publisher": "Microsoft",
2121
"InformationURL": "https://code.visualstudio.com/",
@@ -42,7 +42,7 @@
4242
"Path": "C:\\Program Files\\Microsoft VS Code",
4343
"FileOrFolder": "Code.exe",
4444
"Operator": "lessThan",
45-
"VersionValue": "1.92.0",
45+
"VersionValue": "1.92.1",
4646
"Check32BitOn64System": "false"
4747
}
4848
],
@@ -53,7 +53,7 @@
5353
"KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1",
5454
"ValueName": "DisplayVersion",
5555
"Operator": "greaterThanOrEqual",
56-
"Value": "1.92.0",
56+
"Value": "1.92.1",
5757
"Check32BitOn64System": "false"
5858
},
5959
{
@@ -62,7 +62,7 @@
6262
"Path": "C:\\Program Files\\Microsoft VS Code",
6363
"FileOrFolder": "Code.exe",
6464
"Operator": "greaterThanOrEqual",
65-
"VersionValue": "1.92.0",
65+
"VersionValue": "1.92.1",
6666
"Check32BitOn64System": "false"
6767
}
6868
],

packages/Update/MicrosoftVisualStudioCode/Source/Install.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"PackageInformation": {
33
"SetupType": "EXE",
4-
"SetupFile": "VSCodeSetup-x64-1.92.0.exe",
5-
"Version": "1.92.0"
4+
"SetupFile": "VSCodeSetup-x64-1.92.1.exe",
5+
"Version": "1.92.1"
66
},
77
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
88
"InstallTasks": {

0 commit comments

Comments
 (0)