Skip to content

Commit

Permalink
fix(cdk init): rename 'dotnet' to 'csharp' (#1210)
Browse files Browse the repository at this point in the history
The 'dotnet' template should more properly be called 'csharp', since
that's the actual name of the language in which it is written.

Fixes #1123.
  • Loading branch information
rix0rrr committed Nov 21, 2018
1 parent 0287109 commit da6a799
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lib/init-templates/**/*"
],
"files": [
"lib/init-templates/app/dotnet/add-project.hook.ts"
"lib/init-templates/app/csharp/add-project.hook.ts"
]
}

0 comments on commit da6a799

Please sign in to comment.