Skip to content

Commit

Permalink
Bump csharpier from 0.28.2 to 0.29.1 (#151)
Browse files Browse the repository at this point in the history
* Bump csharpier from 0.28.2 to 0.29.1

Bumps [csharpier](https://github.com/belav/csharpier) from 0.28.2 to 0.29.1.
- [Release notes](https://github.com/belav/csharpier/releases)
- [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md)
- [Commits](belav/csharpier@0.28.2...0.29.1)

---
updated-dependencies:
- dependency-name: csharpier
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* CSharpier format

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gstraccini[bot] <51682906+gstraccini[bot]@users.noreply.github.com>
Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 26, 2024
1 parent ff9446f commit 190676c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.28.2",
"version": "0.29.1",
"commands": [
"dotnet-csharpier"
]
Expand Down
8 changes: 4 additions & 4 deletions Tests/ViaCep.Tests/ResultsFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static ICollection<ViaCepResult> GetSampleResults() =>
Neighborhood = "Centro",
StateInitials = "SP",
Street = "Rua Direita",
ZipCode = "12345-678"
ZipCode = "12345-678",
},
new ViaCepResult
{
Expand All @@ -36,7 +36,7 @@ public static ICollection<ViaCepResult> GetSampleResults() =>
Neighborhood = "Centro",
StateInitials = "SP",
Street = "Rua Direita",
ZipCode = "45632-870"
ZipCode = "45632-870",
},
new ViaCepResult
{
Expand All @@ -48,8 +48,8 @@ public static ICollection<ViaCepResult> GetSampleResults() =>
Neighborhood = "Centro",
StateInitials = "SP",
Street = "Rua Direita",
ZipCode = "98765-432"
}
ZipCode = "98765-432",
},
};
}
}

0 comments on commit 190676c

Please sign in to comment.