File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 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
2
27
## What's Changed
3
28
### Formatting deletes `unsafe` modifier [#1416](https:// github.com/belav/csharpier/issues/1416)
4
29
Formatting a using directive with an unsafe modifier resulted in the lose of the unsafe keyword
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <Version >0.30.4 </Version >
3
+ <Version >0.30.5 </Version >
4
4
<PackageLicenseExpression >MIT</PackageLicenseExpression >
5
5
<RepositoryUrl >https://github.com/belav/csharpier</RepositoryUrl >
6
6
<RepositoryType >git</RepositoryType >
You can’t perform that action at this time.
0 commit comments