Skip to content

Commit

Permalink
Releasing 0.30.5
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Jan 3, 2025
1 parent 4b757ee commit c9b6288
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
# 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
# 0.30.4
## What's Changed
### Formatting deletes `unsafe` modifier [#1416](https://github.com/belav/csharpier/issues/1416)
Formatting a using directive with an unsafe modifier resulted in the lose of the unsafe keyword
Expand Down
2 changes: 1 addition & 1 deletion Nuget/Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.30.4</Version>
<Version>0.30.5</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/belav/csharpier</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit c9b6288

Please sign in to comment.