Skip to content

Commit

Permalink
Update json 2024.10.24.1124 update-json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Oct 24, 2024
1 parent cada81b commit 0f1e1c7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions packages/App/MicrosoftAzurePipelinesAgent/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -1667,13 +1667,13 @@
"externals\\vstsom\\zh-Hant\\TF.resources.dll",
"externals\\vswhere\\vswhere.exe"
],
"Version": "3.245.0",
"Version": "3.246.0",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-AzurePipelines.png"
},
"Information": {
"DisplayName": "Microsoft Azure Pipelines Agent 3.245.0 x64",
"DisplayName": "Microsoft Azure Pipelines Agent 3.246.0 x64",
"Description": "The Microsoft Azure Pipelines Agent used to deploy to target machines and create a self hosted pipelines runner in Azure Pipelines.",
"Publisher": "Microsoft",
"InformationURL": "https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/agents",
Expand Down Expand Up @@ -1701,7 +1701,7 @@
"Path": "C:\\agents\\bin",
"FileOrFolder": "Agent.Worker.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "3.245.0",
"VersionValue": "3.246.0",
"Check32BitOn64System": "false"
}
],
Expand Down
8 changes: 4 additions & 4 deletions packages/App/MicrosoftPowerShell/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "PowerShell-7.4.5-win-x64.msi",
"Version": "7.4.5",
"SetupFile": "PowerShell-7.4.6-win-x64.msi",
"Version": "7.4.6",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-PowerShellCore.png"
},
"Information": {
"DisplayName": "Microsoft PowerShell 7.4.5 x64",
"DisplayName": "Microsoft PowerShell 7.4.6 x64",
"Description": "PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.",
"Publisher": "Microsoft",
"InformationURL": "https://aka.ms/PowerShell-docs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"Path": "C:\\Program Files\\PowerShell\\7",
"FileOrFolder": "pwsh.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "7.4.5",
"VersionValue": "7.4.6",
"Check32BitOn64System": "false"
}
],
Expand Down
4 changes: 2 additions & 2 deletions packages/App/MicrosoftPowerShell/Source/Install.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "PowerShell-7.4.5-win-x64.msi",
"Version": "7.4.5"
"SetupFile": "PowerShell-7.4.6-win-x64.msi",
"Version": "7.4.6"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down
6 changes: 3 additions & 3 deletions packages/App/ZoomMeetings/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "ZoomInstallerFull.msi",
"Version": "6.2.3.47507",
"Version": "6.2.5.48876",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Zoom.png"
},
"Information": {
"DisplayName": "Zoom Meetings Client 6.2.3.47507 x64",
"DisplayName": "Zoom Meetings Client 6.2.5.48876 x64",
"Description": "Simplified video conferencing and messaging across any device. Phone, Meetings, Chat, Whiteboard and more for your desktop.",
"Publisher": "Zoom",
"InformationURL": "https://explore.zoom.us/en/products/meetings/",
Expand Down Expand Up @@ -43,7 +43,7 @@
"Path": "C:\\Program Files\\Zoom\\bin",
"FileOrFolder": "Zoom.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "6.2.3.47507",
"VersionValue": "6.2.5.48876",
"Check32BitOn64System": "false"
}
],
Expand Down
2 changes: 1 addition & 1 deletion packages/App/ZoomMeetings/Source/Install.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "ZoomInstallerFull.msi",
"Version": "6.2.3.47507"
"Version": "6.2.5.48876"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down

0 comments on commit 0f1e1c7

Please sign in to comment.