Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "AI agent skills for DevExpress products — DevExtreme (JavaScript/Angular/React/Vue/jQuery), Blazor Components, WPF Controls, DevExpress Reports, Office & PDF File API, and XAF. Each skill encodes correct APIs, import paths, and ready-to-run code examples to help GitHub Copilot, Claude Code, and other AI assistants generate accurate DevExpress code.",
"owner": {
"name": "DevExpress",
"email": "support@devexpress.com"
"email": "clientservices@devexpress.com"
},
"plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"owner": {
"name": "DevExpress",
"email": "support@devexpress.com"
"email": "clientservices@devexpress.com"
},
"plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion plugins/dx-blazor/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": {
"name": "DevExpress",
"email": "support@devexpress.com",
"email": "clientservices@devexpress.com",
"url": "https://www.devexpress.com"
},
"skills": "./skills/",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dx-blazor/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": {
"name": "DevExpress",
"email": "support@devexpress.com",
"email": "clientservices@devexpress.com",
"url": "https://www.devexpress.com"
},
"skills": "./skills/",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dx-devextreme/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": {
"name": "DevExpress",
"email": "support@devexpress.com",
"email": "clientservices@devexpress.com",
"url": "https://www.devexpress.com"
},
"skills": "./skills/",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dx-devextreme/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": {
"name": "DevExpress",
"email": "support@devexpress.com",
"email": "clientservices@devexpress.com",
"url": "https://www.devexpress.com"
},
"skills": "./skills/",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dx-office-file-api/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": {
"name": "DevExpress",
"email": "support@devexpress.com",
"email": "clientservices@devexpress.com",
"url": "https://www.devexpress.com"
},
"skills": "./skills/",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dx-office-file-api/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": {
"name": "DevExpress",
"email": "support@devexpress.com",
"email": "clientservices@devexpress.com",
"url": "https://www.devexpress.com"
},
"skills": "./skills/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Hyperlink internalLink = sheet.Hyperlinks.Add(sheet.Cells["B2"],

// 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");
```

## Comments (Simple Notes)
Expand Down
2 changes: 1 addition & 1 deletion plugins/dx-reporting/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": {
"name": "DevExpress",
"email": "support@devexpress.com",
"email": "clientservices@devexpress.com",
"url": "https://www.devexpress.com"
},
"skills": "./skills/",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dx-reporting/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": {
"name": "DevExpress",
"email": "support@devexpress.com",
"email": "clientservices@devexpress.com",
"url": "https://www.devexpress.com"
},
"skills": "./skills/",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dx-winforms/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": {
"name": "DevExpress",
"email": "support@devexpress.com",
"email": "clientservices@devexpress.com",
"url": "https://www.devexpress.com"
},
"skills": "./skills/",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dx-winforms/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": {
"name": "DevExpress",
"email": "support@devexpress.com",
"email": "clientservices@devexpress.com",
"url": "https://www.devexpress.com"
},
"skills": "./skills/",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dx-wpf/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": {
"name": "DevExpress",
"email": "support@devexpress.com",
"email": "clientservices@devexpress.com",
"url": "https://www.devexpress.com"
},
"skills": "./skills/",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dx-wpf/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": {
"name": "DevExpress",
"email": "support@devexpress.com",
"email": "clientservices@devexpress.com",
"url": "https://www.devexpress.com"
},
"skills": "./skills/",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dx-xaf/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": {
"name": "DevExpress",
"email": "support@devexpress.com",
"email": "clientservices@devexpress.com",
"url": "https://www.devexpress.com"
},
"skills": "./skills/",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dx-xaf/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": {
"name": "DevExpress",
"email": "support@devexpress.com",
"email": "clientservices@devexpress.com",
"url": "https://www.devexpress.com"
},
"skills": "./skills/",
Expand Down