Skip to content

Commit

Permalink
rerun CI/CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Tishchenkova committed Dec 21, 2022
1 parent 380af62 commit 370620a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
10 changes: 9 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ dotnet_naming_style.pascal_case_style.capitalization = pascal_case
# Use PascalCase for constant fields
dotnet_naming_rule.constant_fields_should_be_pascal_case.severity = suggestion
dotnet_naming_rule.constant_fields_should_be_pascal_case.symbols = constant_fields
dotnet_naming_rule.constant_fields_should_be_pascal_case.style = pascal_case_style
dotnet_naming_rule.constant_fields_should_be_pascal_case.style = pascal_case_style
dotnet_naming_symbols.constant_fields.applicable_kinds = field
dotnet_naming_symbols.constant_fields.applicable_accessibilities = *
dotnet_naming_symbols.constant_fields.required_modifiers = const
dotnet_style_operator_placement_when_wrapping = beginning_of_line
tab_width = 4
###############################
# C# Coding Conventions #
###############################
Expand Down Expand Up @@ -157,3 +159,9 @@ dotnet_diagnostic.SA1615.severity = suggestion

# SA1633: File should have header
dotnet_diagnostic.SA1633.severity = none
csharp_prefer_simple_using_statement = true:suggestion
csharp_style_namespace_declarations = block_scoped:silent
csharp_style_prefer_method_group_conversion = true:silent
csharp_style_prefer_top_level_statements = true:silent
csharp_style_expression_bodied_lambdas = true:silent
csharp_style_expression_bodied_local_functions = false:silent
1 change: 1 addition & 0 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
"version": "6.0"
}
}

8 changes: 4 additions & 4 deletions src/CodeCave.Revit.Toolkit.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
Expand All @@ -8,9 +8,9 @@
<PropertyGroup>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>2021.0.1-rc5</Version>
<AssemblyVersion>2021.0.1</AssemblyVersion>
<FileVersion>2021.0.1</FileVersion>
<Version>2017.2.21-master.build-24.Sha.380af62</Version>
<AssemblyVersion>2017.2.21.0024</AssemblyVersion>
<FileVersion>2017.2.21.0024</FileVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/CodeCave.Revit.Toolkit.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand Down

0 comments on commit 370620a

Please sign in to comment.