Skip to content

Commit 117c6d7

Browse files
Copilotmjr4077au
andcommitted
Revert worksWith casing changes in ecosystem.tsx
Agent-Logs-Url: https://github.com/PSAppDeployToolkit/website/sessions/1287cdf7-30c3-4fca-a563-83ec42569d73 Co-authored-by: mjr4077au <48643140+mjr4077au@users.noreply.github.com>
1 parent 2048a54 commit 117c6d7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/data/ecosystem.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const solutions: Solution[] = [
3434
url: 'https://patchmypc.com/',
3535
description: 'Automation of 3rd party software updates for ConfigMgr and Intune. Stewards of PSAppDeployToolkit.',
3636
type: 'commercial',
37-
worksWith: ['configMgr', 'intune'],
37+
worksWith: ['ConfigMgr', 'Intune'],
3838
categories: ['Software Update Catalog', 'Deployment Automation'],
3939
},
4040
{
@@ -44,7 +44,7 @@ export const solutions: Solution[] = [
4444
url: 'https://www.masterpackager.com',
4545
description: 'Everything you need to create professional, modern Windows installer packages.',
4646
type: 'free',
47-
worksWith: ['configMgr', 'intune', 'standalone'],
47+
worksWith: ['ConfigMgr', 'Intune', 'Standalone'],
4848
categories: ['App Repackaging', 'Package Authoring'],
4949
},
5050
{
@@ -55,7 +55,7 @@ export const solutions: Solution[] = [
5555
url: 'https://devicie.com',
5656
type: 'commercial',
5757
description: 'Intune Automation, Management & Visibility Platform which leverages PSADT for App Deployment.',
58-
worksWith: ['configMgr', 'intune'],
58+
worksWith: ['SCCM', 'Intune'],
5959
categories: ['Software Update Catalog', 'Deployment Automation', 'Packaging Services'],
6060
},
6161
{
@@ -66,7 +66,7 @@ export const solutions: Solution[] = [
6666
type: 'commercial',
6767
description:
6868
'Windows-based tool designed for centralized post-packaging configuration and deployment. Part of Advanced Installer suite.',
69-
worksWith: ['configMgr', 'intune'],
69+
worksWith: ['ConfigMgr', 'Intune'],
7070
categories: ['App Repackaging', 'Package Authoring'],
7171
},
7272
{

0 commit comments

Comments
 (0)