Skip to content

Commit

Permalink
Bump csharpier from 0.26.7 to 0.27.0 (#212)
Browse files Browse the repository at this point in the history
* Bump csharpier from 0.26.7 to 0.27.0

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* CSharpier format

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gstraccini[bot] <44061807+gstraccini[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and gstraccini[bot] authored Jan 22, 2024
1 parent 7618215 commit 71d2a4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.26.7",
"version": "0.27.0",
"commands": [
"dotnet-csharpier"
]
Expand Down
4 changes: 2 additions & 2 deletions Src/VTEX/Transport/PCIPayment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public sealed class PCIPayment
/// <param name="fieldName">Name of the field.</param>
/// <returns>PciPaymentField.</returns>
public PCIPaymentField GetFieldByName([Localizable(false)] string fieldName) =>
Fields.SingleOrDefault(
f => f.Name.Equals(fieldName, StringComparison.InvariantCultureIgnoreCase)
Fields.SingleOrDefault(f =>
f.Name.Equals(fieldName, StringComparison.InvariantCultureIgnoreCase)
);

#endregion
Expand Down

0 comments on commit 71d2a4e

Please sign in to comment.