Skip to content

Commit c39ea76

Browse files
committed
chore: update csharpier
1 parent e6985ec commit c39ea76

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.config/dotnet-tools.json

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.2.5",
77
"commands": [
8-
"dotnet-csharpier"
8+
"csharpier"
99
],
1010
"rollForward": false
1111
}

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: dotnet pack ./CSharpFunctionalExtensions.HttpResults/CSharpFunctionalExtensions.HttpResults.csproj -c Release -p:ContinuousIntegrationBuild=true -p:Version=0.0.0 --output dist/package
4747

4848
- name: Lint
49-
run: dotnet csharpier --check .
49+
run: dotnet csharpier check .
5050

5151
- name: Link Checker
5252
id: lychee

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: dotnet build -c Release --no-restore -p:ContinuousIntegrationBuild=true
4444

4545
- name: Lint
46-
run: dotnet csharpier --check .
46+
run: dotnet csharpier check .
4747

4848
- name: Extract version from tag
4949
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Contributions are welcome! Please keep the following rules in mind:
252252
- add sync and async variants where possible
253253
- refer to existing code files and the folder structure when adding something
254254

255-
This project uses [CSharpier](https://csharpier.com) for code formatting. You can format your code with `dotnet csharpier .`.
255+
This project uses [CSharpier](https://csharpier.com) for code formatting. You can format your code with `dotnet csharpier format .`.
256256
257257
### Add new extension methods
258258

0 commit comments

Comments
 (0)