Skip to content

Commit

Permalink
Add second C# (#654)
Browse files Browse the repository at this point in the history
* Add second C#

* Create rotten-numbers-worry.md

* Update packages/cadl-ranch-dashboard/src/apis.ts

Co-authored-by: Timothee Guerin <[email protected]>

* Update apis.ts

---------

Co-authored-by: Timothee Guerin <[email protected]>
  • Loading branch information
lmazuel and timotheeguerin authored Aug 1, 2024
1 parent fd4d452 commit 53fe736
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rotten-numbers-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@azure-tools/cadl-ranch-dashboard": patch
---

Add typespec/http-client-csharp column
2 changes: 2 additions & 0 deletions packages/cadl-ranch-dashboard/src/apis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export type GeneratorNames =
| "typescript/rlc"
| "typescript/modular"
| "csharp"
| "@typespec/http-client-csharp"
| "java"
| "go"
| "cpp"
Expand All @@ -23,6 +24,7 @@ const generatorNames: GeneratorNames[] = [
"typescript/rlc",
"typescript/modular",
"csharp",
"@typespec/http-client-csharp",
"java",
"go",
"cpp",
Expand Down

0 comments on commit 53fe736

Please sign in to comment.