Skip to content

Commit 4d18b04

Browse files
author
Troy Willmot
committed
Update assembly version # for new release and add editor.config.
1 parent 2d2ebb6 commit 4d18b04

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

src/.editorconfig

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[*]
2+
end_of_line = crlf
3+
indent_size = tab
4+
tab_width = 2
5+
6+
[*.{cs,vb,xml}]
7+
charset = utf-8
8+
dotnet_sort_system_directives_first = true:none
9+
dotnet_style_coalesce_expression = true:none
10+
dotnet_style_explicit_tuple_names = true:warning
11+
dotnet_style_null_propagation = true:suggestion
12+
dotnet_style_predefined_type_for_locals_parameters_members = true:none
13+
dotnet_style_predefined_type_for_member_access = false:none
14+
dotnet_style_qualification_for_event = false:none
15+
dotnet_style_qualification_for_field = false:none
16+
dotnet_style_qualification_for_method = false:none
17+
dotnet_style_qualification_for_property = false:none
18+
19+
[*.cs]
20+
csharp_style_conditional_delegate_call = true:suggestion
21+
csharp_style_expression_bodied_accessors = false:suggestion
22+
csharp_style_expression_bodied_constructors = false:suggestion
23+
csharp_style_expression_bodied_indexers = false:suggestion
24+
csharp_style_expression_bodied_methods = false:suggestion
25+
csharp_style_expression_bodied_operators = false:suggestion
26+
csharp_style_expression_bodied_properties = false:suggestion
27+
csharp_style_inlined_variable_declaration = true:suggestion
28+
csharp_style_pattern_matching_over_as_with_null_check = true:suggestion
29+
csharp_style_pattern_matching_over_is_with_cast_check = true:suggestion
30+
csharp_style_throw_expression = false:none
31+
csharp_style_var_elsewhere = true:suggestion
32+
csharp_style_var_for_built_in_types = true:suggestion
33+
csharp_style_var_when_type_is_apparent = true:suggestion
34+
csharp_new_line_before_catch = true:none
35+
csharp_new_line_before_else = true:none
36+
csharp_new_line_before_finally = true:none
37+
csharp_new_line_between_query_expression_clauses = true:none

src/Yort.Ntp.SharedImplementation/AssemblyInfoCommon.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// Build Number
3333
// Revision
3434
//
35-
[assembly: AssemblyVersion("1.0.11.0")]
36-
[assembly: AssemblyFileVersion("1.0.11.0")]
35+
[assembly: AssemblyVersion("1.0.12.0")]
36+
[assembly: AssemblyFileVersion("1.0.12.0")]

0 commit comments

Comments
 (0)