diff --git a/packages/App/GoogleChrome/App.json b/packages/App/GoogleChrome/App.json index 50fc3af1..8f3cabd3 100644 --- a/packages/App/GoogleChrome/App.json +++ b/packages/App/GoogleChrome/App.json @@ -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/", @@ -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" } ], diff --git a/packages/App/GoogleChrome/Source/Install.json b/packages/App/GoogleChrome/Source/Install.json index 6cfe8fd5..410416f6 100644 --- a/packages/App/GoogleChrome/Source/Install.json +++ b/packages/App/GoogleChrome/Source/Install.json @@ -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": { diff --git a/packages/App/MicrosoftAzurePipelinesAgent/App.json b/packages/App/MicrosoftAzurePipelinesAgent/App.json index dcb61141..958a5bf5 100644 --- a/packages/App/MicrosoftAzurePipelinesAgent/App.json +++ b/packages/App/MicrosoftAzurePipelinesAgent/App.json @@ -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", @@ -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", @@ -1694,7 +1695,7 @@ "Path": "C:\\agents\\bin", "FileOrFolder": "Agent.Worker.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "3.243.0", + "VersionValue": "3.243.1", "Check32BitOn64System": "false" } ],