From 87ba10a7932b402b64601873a6a54f5d5cd4f5b3 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 3 Jan 2025 15:02:08 -0500 Subject: [PATCH] chore(deps): update dependency csharpier to 0.30.5 (#10) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [csharpier](https://github.com/belav/csharpier) | nuget | patch | `0.30.4` -> `0.30.5` | --- ### Release Notes
belav/csharpier (csharpier) ### [`v0.30.5`](https://github.com/belav/csharpier/releases/tag/0.30.5) [Compare Source](https://github.com/belav/csharpier/compare/0.30.4...0.30.5) #### What's Changed ##### Extra blank line added to file each time csharpier runs on this file [#​1426](https://github.com/belav/csharpier/issues/1426) When a file ended in a comment and that comment had multiple blank lines before it, a new blank line was being added each time it was formatted. // input ```c# // input namespace MyCompany.MyNamespace; // Comment block // 0.30.4 namespace MyCompany.MyNamespace; // Comment block // 0.30.5 namespace MyCompany.MyNamespace; // Comment block **Full Changelog**: https://github.com/belav/csharpier/compare/0.30.4...0.30.5 ```
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://www.coastalcommits.com/Zenith/ZenithInfo/pulls/10 Reviewed-by: cswimr Co-authored-by: Renovate Co-committed-by: Renovate --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 06e13b2..f219db9 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "csharpier": { - "version": "0.30.4", + "version": "0.30.5", "commands": [ "dotnet-csharpier" ]