Skip to content

Commit 8e10070

Browse files
committed
commands
1 parent ab1c3f7 commit 8e10070

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/formatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export async function formatter(language: string, cwd: string): Promise<void> {
66
switch (language) {
77
case 'csharp':
88
if (cwd.includes('tests') || cwd.includes('snippets') || cwd.includes('guides')) {
9-
await run('dotnet format --no-restore && dotnet tool restore && dotnet dotnet-csharpier .', {
9+
await run('dotnet format --no-restore && dotnet tool restore && dotnet csharpier .', {
1010
cwd,
1111
language,
1212
});

templates/csharp/snippets/dotnet-tools.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"isRoot": true,
44
"tools": {
55
"csharpier": {
6-
"version": "0.30.6",
6+
"version": "1.0.1",
77
"commands": [
8-
"dotnet-csharpier"
8+
"csharpier"
99
]
1010
}
1111
}

0 commit comments

Comments
 (0)