Skip to content

Changing email from "support" to "clientservices"#20

Open
Abadzhev wants to merge 1 commit into
mainfrom
update-Email-Address
Open

Changing email from "support" to "clientservices"#20
Abadzhev wants to merge 1 commit into
mainfrom
update-Email-Address

Conversation

@Abadzhev

@Abadzhev Abadzhev commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

"support@devexpress.com" is no longer monitored. Need to change the address to client services.

Copilot AI review requested due to automatic review settings July 8, 2026 18:03

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates DevExpress contact metadata across the agent-skills plugin manifests and marketplace descriptors to use the clientservices@devexpress.com mailbox instead of support@devexpress.com.

Changes:

  • Updated author.email in multiple plugin.json manifests (and their .claude-plugin copies).
  • Updated owner.email in marketplace descriptor JSON files.
  • Updated a documentation code sample mailto: hyperlink target.

Reviewed changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
plugins/dx-xaf/plugin.json Update plugin author email to clientservices@devexpress.com.
plugins/dx-xaf/.claude-plugin/plugin.json Mirror the same author email update for Claude plugin metadata.
plugins/dx-wpf/plugin.json Update plugin author email to clientservices@devexpress.com.
plugins/dx-wpf/.claude-plugin/plugin.json Mirror the same author email update for Claude plugin metadata.
plugins/dx-winforms/plugin.json Update plugin author email to clientservices@devexpress.com.
plugins/dx-winforms/.claude-plugin/plugin.json Mirror the same author email update for Claude plugin metadata.
plugins/dx-reporting/plugin.json Update plugin author email to clientservices@devexpress.com.
plugins/dx-reporting/.claude-plugin/plugin.json Mirror the same author email update for Claude plugin metadata.
plugins/dx-office-file-api/plugin.json Update plugin author email to clientservices@devexpress.com.
plugins/dx-office-file-api/.claude-plugin/plugin.json Mirror the same author email update for Claude plugin metadata.
plugins/dx-devextreme/plugin.json Update plugin author email to clientservices@devexpress.com.
plugins/dx-devextreme/.claude-plugin/plugin.json Mirror the same author email update for Claude plugin metadata.
plugins/dx-blazor/plugin.json Update plugin author email to clientservices@devexpress.com.
plugins/dx-blazor/.claude-plugin/plugin.json Mirror the same author email update for Claude plugin metadata.
plugins/dx-office-file-api/skills/devexpress-office-file-api-spreadsheet/references/advanced-features.md Update example mailto: hyperlink to the new mailbox.
.github/plugin/marketplace.json Update marketplace owner email to clientservices@devexpress.com.
.claude-plugin/marketplace.json Update Claude marketplace owner email to clientservices@devexpress.com.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

// Email hyperlink
Hyperlink emailLink = sheet.Hyperlinks.Add(sheet.Cells["C3"],
"mailto:support@devexpress.com", isExternal: true, "Contact Support");
"mailto:clientservices@devexpress.com", isExternal: true, "Contact Support");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants