Skip to content

Commit

Permalink
Merge pull request #652 from leancodepl/bump-csharpier
Browse files Browse the repository at this point in the history
Update CSharpier
  • Loading branch information
jakubfijalkowski authored Feb 19, 2024
2 parents 79c8e8d + 39f1644 commit 3365dd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.27.2",
"version": "0.27.3",
"commands": [
"dotnet-csharpier"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private Document[] GetDocuments(string[] sources)

protected Document CreateDocument(string source, params string[] additionalSources)
{
return CreateProject([source, ..additionalSources]).Documents.OrderBy(d => d.Name).First();
return CreateProject([source, .. additionalSources]).Documents.OrderBy(d => d.Name).First();
}

private Project CreateProject(string[] sources)
Expand Down

0 comments on commit 3365dd9

Please sign in to comment.