Skip to content

Commit

Permalink
Update json 2024.11.15.1146 update-json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Nov 15, 2024
1 parent 7415d01 commit 36efc95
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 36 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": "130.0.2849.80",
"Version": "131.0.2903.48",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png"
},
"Information": {
"DisplayName": "Microsoft Edge 130.0.2849.80 x64",
"DisplayName": "Microsoft Edge 131.0.2903.48 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.80",
"VersionValue": "131.0.2903.48",
"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.80"
"Version": "131.0.2903.48"
},
"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.80",
"Version": "131.0.2903.48",
"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.80 x64",
"DisplayName": "Microsoft Edge WebView2 Runtime 131.0.2903.48 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.80",
"Value": "131.0.2903.48",
"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.80"
"Version": "131.0.2903.48"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down
8 changes: 4 additions & 4 deletions packages/App/MicrosoftVisualStudioCode/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "VSCodeSetup-x64-1.95.2.exe",
"Version": "1.95.2",
"SetupFile": "VSCodeSetup-x64-1.95.3.exe",
"Version": "1.95.3",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-VSCode.png"
},
"Information": {
"DisplayName": "Microsoft Visual Studio Code 1.95.2 x64",
"DisplayName": "Microsoft Visual Studio Code 1.95.3 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/",
Expand Down Expand Up @@ -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.95.2",
"Value": "1.95.3",
"Check32BitOn64System": "false"
}
],
Expand Down
4 changes: 2 additions & 2 deletions packages/App/MicrosoftVisualStudioCode/Source/Install.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "VSCodeSetup-x64-1.95.2.exe",
"Version": "1.95.2"
"SetupFile": "VSCodeSetup-x64-1.95.3.exe",
"Version": "1.95.3"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down
10 changes: 5 additions & 5 deletions packages/Update/AdobeAcrobatReaderDCMUIx64/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "AcroRdrDCx64Upd2400420243_MUI.msp",
"Version": "24.004.20243",
"SetupFile": "AcroRdrDCx64Upd2400420272_MUI.msp",
"Version": "24.004.20272",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatUpdate.png"
},
"Information": {
"DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.004.20243 x64",
"DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.004.20272 x64",
"Description": "Update for Adobe Acrobat Reader DC.",
"Publisher": "Adobe",
"InformationURL": "https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html",
Expand All @@ -42,7 +42,7 @@
"Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat",
"FileOrFolder": "Acrobat.exe",
"Operator": "lessThan",
"VersionValue": "24.004.20243",
"VersionValue": "24.004.20272",
"Check32BitOn64System": "false"
}
],
Expand All @@ -53,7 +53,7 @@
"Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat",
"FileOrFolder": "Acrobat.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "24.004.20243",
"VersionValue": "24.004.20272",
"Check32BitOn64System": "false"
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "AcroRdrDCx64Upd2400420243_MUI.msp",
"Version": "24.004.20243"
"SetupFile": "AcroRdrDCx64Upd2400420272_MUI.msp",
"Version": "24.004.20272"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down
10 changes: 5 additions & 5 deletions packages/Update/AdobeAcrobatReaderDCMUIx86/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "AcroRdrDCUpd2400420243_MUI.msp",
"Version": "24.004.20243",
"SetupFile": "AcroRdrDCUpd2400420272_MUI.msp",
"Version": "24.004.20272",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatUpdate.png"
},
"Information": {
"DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.004.20243 x86",
"DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.004.20272 x86",
"Description": "Update for Adobe Acrobat Reader DC.",
"Publisher": "Adobe",
"InformationURL": "https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html",
Expand All @@ -42,7 +42,7 @@
"Path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader",
"FileOrFolder": "AcroRd32.exe",
"Operator": "lessThan",
"VersionValue": "24.004.20243",
"VersionValue": "24.004.20272",
"Check32BitOn64System": "false"
}
],
Expand All @@ -53,7 +53,7 @@
"Path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader",
"FileOrFolder": "AcroRd32.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "24.004.20243",
"VersionValue": "24.004.20272",
"Check32BitOn64System": "false"
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "AcroRdrDCUpd2400420243_MUI.msp",
"Version": "24.004.20243"
"SetupFile": "AcroRdrDCUpd2400420272_MUI.msp",
"Version": "24.004.20272"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down
12 changes: 6 additions & 6 deletions packages/Update/MicrosoftVisualStudioCode/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "VSCodeSetup-x64-1.95.2.exe",
"Version": "1.95.2",
"SetupFile": "VSCodeSetup-x64-1.95.3.exe",
"Version": "1.95.3",
"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.95.2 x64",
"DisplayName": "Update for Microsoft Visual Studio Code 1.95.3 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/",
Expand All @@ -42,7 +42,7 @@
"Path": "C:\\Program Files\\Microsoft VS Code",
"FileOrFolder": "Code.exe",
"Operator": "lessThan",
"VersionValue": "1.95.2",
"VersionValue": "1.95.3",
"Check32BitOn64System": "false"
}
],
Expand All @@ -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.95.2",
"Value": "1.95.3",
"Check32BitOn64System": "false"
},
{
Expand All @@ -62,7 +62,7 @@
"Path": "C:\\Program Files\\Microsoft VS Code",
"FileOrFolder": "Code.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "1.95.2",
"VersionValue": "1.95.3",
"Check32BitOn64System": "false"
}
],
Expand Down
4 changes: 2 additions & 2 deletions packages/Update/MicrosoftVisualStudioCode/Source/Install.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "VSCodeSetup-x64-1.95.2.exe",
"Version": "1.95.2"
"SetupFile": "VSCodeSetup-x64-1.95.3.exe",
"Version": "1.95.3"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down

0 comments on commit 36efc95

Please sign in to comment.