Skip to content

Commit 2025db6

Browse files
committed
Add blazor
1 parent 27b3236 commit 2025db6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ To enable publishing XML documentation:
9090
## Supported Languages
9191

9292
- C#
93+
- Blazor
9394

9495

9596
## Contributing to the Code

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@
225225
],
226226
"keywords": [
227227
"XML Documentation Comments",
228-
"C#"
228+
"C#",
229+
"Blazor"
229230
],
230231
"dependencies": {},
231232
"devDependencies": {

0 commit comments

Comments
 (0)