Skip to content

Commit f2e10dd

Browse files
committed
v0.4.1
1 parent 6875d44 commit f2e10dd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ resharper_place_constructor_initializer_on_same_line = false
8787
resharper_place_field_attribute_on_same_line = false
8888
resharper_place_simple_embedded_statement_on_same_line = false
8989
resharper_csharp_place_type_constraints_on_same_line = false
90+
resharper_csharp_wrap_parameters_style = chop_if_long
91+
resharper_csharp_wrap_arguments_style = chop_if_long
9092

9193
resharper_new_line_before_while = true
9294
resharper_csharp_stick_comment = false

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>0.4.0</Version>
4+
<Version>0.4.1</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>

0 commit comments

Comments
 (0)