Skip to content

Commit c9b6288

Browse files
committed
Releasing 0.30.5
1 parent 4b757ee commit c9b6288

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
1-
# 0.30.4
1+
# 0.30.5
2+
## What's Changed
3+
### Extra blank line added to file each time csharpier runs on this file [#1426](https://github.com/belav/csharpier/issues/1426)
4+
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.
5+
// input
6+
```c#
7+
// input
8+
namespace MyCompany.MyNamespace;
9+
10+
11+
// Comment block
12+
13+
// 0.30.4
14+
namespace MyCompany.MyNamespace;
15+
16+
17+
18+
// Comment block
19+
20+
// 0.30.5
21+
namespace MyCompany.MyNamespace;
22+
23+
// Comment block
24+
25+
**Full Changelog**: https://github.com/belav/csharpier/compare/0.30.4...0.30.5
26+
# 0.30.4
227
## What's Changed
328
### Formatting deletes `unsafe` modifier [#1416](https://github.com/belav/csharpier/issues/1416)
429
Formatting a using directive with an unsafe modifier resulted in the lose of the unsafe keyword

Nuget/Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.30.4</Version>
3+
<Version>0.30.5</Version>
44
<PackageLicenseExpression>MIT</PackageLicenseExpression>
55
<RepositoryUrl>https://github.com/belav/csharpier</RepositoryUrl>
66
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)