Skip to content

Commit

Permalink
Update json 2024.08.29.1066 update-json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Aug 29, 2024
1 parent 5d3f19b commit 5180a5b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions packages/App/GoogleChrome/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "googlechromestandaloneenterprise64.msi",
"Version": "128.0.6613.85",
"Version": "128.0.6613.114",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Google-Chrome.png"
},
"Information": {
"DisplayName": "Google Chrome 128.0.6613.85 x64",
"DisplayName": "Google Chrome 128.0.6613.114 x64",
"Description": "The browser built by Google. Browse with the power of Google. With Google apps like Gmail, Google Pay, and Google Assistant, Chrome can help you stay productive and get more out of your browser.",
"Publisher": "Google",
"InformationURL": "https://www.google.com/chrome/",
Expand Down Expand Up @@ -43,7 +43,7 @@
"Path": "C:\\Program Files\\Google\\Chrome\\Application",
"FileOrFolder": "Chrome.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "128.0.6613.85",
"VersionValue": "128.0.6613.114",
"Check32BitOn64System": "false"
}
],
Expand Down
2 changes: 1 addition & 1 deletion packages/App/GoogleChrome/Source/Install.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "googlechromestandaloneenterprise64.msi",
"Version": "128.0.6613.85"
"Version": "128.0.6613.114"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down
7 changes: 4 additions & 3 deletions packages/App/MicrosoftAzurePipelinesAgent/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@
"bin\\powershell\\Add-WindowsSdkCapabilities.ps1",
"bin\\powershell\\Add-XamarinAndroidCapabilities.ps1",
"bin\\powershell\\Get-LocalGroupMembership.ps1",
"bin\\powershell\\Start-AzpTask.ps1",
"bin\\powershell\\CapabilityHelpers\\CapabilityFunctions.ps1",
"bin\\powershell\\CapabilityHelpers\\CapabilityHelpers.psm1",
"bin\\powershell\\CapabilityHelpers\\PathFunctions.ps1",
Expand Down Expand Up @@ -1660,13 +1661,13 @@
"externals\\vstsom\\zh-Hant\\TF.resources.dll",
"externals\\vswhere\\vswhere.exe"
],
"Version": "3.243.0",
"Version": "3.243.1",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-AzurePipelines.png"
},
"Information": {
"DisplayName": "Microsoft Azure Pipelines Agent 3.243.0 x64",
"DisplayName": "Microsoft Azure Pipelines Agent 3.243.1 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 @@ -1694,7 +1695,7 @@
"Path": "C:\\agents\\bin",
"FileOrFolder": "Agent.Worker.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "3.243.0",
"VersionValue": "3.243.1",
"Check32BitOn64System": "false"
}
],
Expand Down

0 comments on commit 5180a5b

Please sign in to comment.