From 6ee38979db31d1e92de0fa8cf21a01b3ac429fd6 Mon Sep 17 00:00:00 2001 From: Matthias Gernand Date: Wed, 18 Jan 2023 16:09:36 +0100 Subject: [PATCH] Upgraded packages. (#27) --- .editorconfig | 28 +++++++++++++++++++ GitVersion.yml | 2 +- LICENSE | 2 +- azure-pipelines.yml | 2 +- src/Directory.Build.props | 4 +-- .../Fluxera.Spatial.LiteDB.csproj | 2 +- src/Fluxera.Spatial/Fluxera.Spatial.csproj | 2 +- tests/Directory.Build.props | 4 +-- .../Fluxera.Spatial.JsonNet.UnitTests.csproj | 2 +- .../Fluxera.Spatial.LiteDB.UnitTests.csproj | 2 +- ...ra.Spatial.SystemTextJson.UnitTests.csproj | 2 +- .../Fluxera.Spatial.UnitTests.csproj | 2 +- 12 files changed, 41 insertions(+), 13 deletions(-) diff --git a/.editorconfig b/.editorconfig index 8b38440..6b74dd9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -115,3 +115,31 @@ resharper_redundant_name_qualifier_highlighting = none resharper_redundant_type_arguments_of_method_highlighting = hint resharper_suggest_discard_declaration_var_style_highlighting = none resharper_unused_auto_property_accessor_global_highlighting = none +dotnet_style_operator_placement_when_wrapping = beginning_of_line +tab_width = 4 +indent_size = 4 +end_of_line = crlf +csharp_indent_labels = one_less_than_current +dotnet_style_coalesce_expression = true:suggestion +dotnet_style_null_propagation = true:suggestion +dotnet_style_prefer_is_null_check_over_reference_equality_method = true:suggestion +dotnet_style_prefer_auto_properties = true:silent +dotnet_style_object_initializer = true:suggestion +dotnet_style_collection_initializer = true:suggestion +dotnet_style_prefer_simplified_boolean_expressions = true:suggestion +dotnet_style_prefer_conditional_expression_over_assignment = true:silent +dotnet_style_prefer_conditional_expression_over_return = true:silent +dotnet_style_explicit_tuple_names = true:suggestion +dotnet_style_prefer_inferred_tuple_names = true:suggestion +csharp_prefer_simple_using_statement = true:suggestion +csharp_prefer_braces = true:silent +csharp_style_prefer_method_group_conversion = true:silent +csharp_style_prefer_top_level_statements = true:silent +csharp_style_expression_bodied_methods = false:silent +csharp_style_expression_bodied_constructors = false:silent +csharp_style_expression_bodied_operators = false:silent +csharp_style_expression_bodied_properties = true:silent +csharp_style_expression_bodied_indexers = true:silent +csharp_style_expression_bodied_accessors = true:silent +csharp_style_expression_bodied_lambdas = true:silent +csharp_style_expression_bodied_local_functions = false:silent diff --git a/GitVersion.yml b/GitVersion.yml index fc459e3..133f4d7 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,2 +1,2 @@ mode: Mainline -next-version: 7.0.0 \ No newline at end of file +next-version: 7.1.0 \ No newline at end of file diff --git a/LICENSE b/LICENSE index 55388b2..653c2c6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Fluxera Software Development GmbH +Copyright (c) 2022-2023 Fluxera Software Development GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/azure-pipelines.yml b/azure-pipelines.yml index db4941b..a483865 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -69,7 +69,7 @@ stages: jobs: - job: PublishPackages pool: - name: Default + vmImage: 'ubuntu-latest' steps: # Download the created packages. - task: DownloadBuildArtifacts@0 diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 6684fc5..7d77be3 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,7 +1,7 @@ - latest + 11 disable disable true @@ -11,7 +11,7 @@ Fluxera Software Development GmbH Fluxera Software Foundation - Copyright © 2014-2022 Fluxera Software Development GmbH. All rights reserved. + Copyright © 2022-2023 Fluxera Software Development GmbH. All rights reserved. diff --git a/src/Fluxera.Spatial.LiteDB/Fluxera.Spatial.LiteDB.csproj b/src/Fluxera.Spatial.LiteDB/Fluxera.Spatial.LiteDB.csproj index 00bae9e..47fb3fe 100644 --- a/src/Fluxera.Spatial.LiteDB/Fluxera.Spatial.LiteDB.csproj +++ b/src/Fluxera.Spatial.LiteDB/Fluxera.Spatial.LiteDB.csproj @@ -27,7 +27,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Fluxera.Spatial/Fluxera.Spatial.csproj b/src/Fluxera.Spatial/Fluxera.Spatial.csproj index cfaf8a1..489ee75 100644 --- a/src/Fluxera.Spatial/Fluxera.Spatial.csproj +++ b/src/Fluxera.Spatial/Fluxera.Spatial.csproj @@ -22,7 +22,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props index 8532963..2b73fd7 100644 --- a/tests/Directory.Build.props +++ b/tests/Directory.Build.props @@ -1,7 +1,7 @@ - latest + 11 disable disable false @@ -11,7 +11,7 @@ Fluxera Software Development GmbH Fluxera Software Foundation - Copyright © 2014-2022 Fluxera Software Development GmbH. All rights reserved. + Copyright © 2022-2023 Fluxera Software Development GmbH. All rights reserved. \ No newline at end of file diff --git a/tests/Fluxera.Spatial.JsonNet.UnitTests/Fluxera.Spatial.JsonNet.UnitTests.csproj b/tests/Fluxera.Spatial.JsonNet.UnitTests/Fluxera.Spatial.JsonNet.UnitTests.csproj index fa30f09..ee6dbb3 100644 --- a/tests/Fluxera.Spatial.JsonNet.UnitTests/Fluxera.Spatial.JsonNet.UnitTests.csproj +++ b/tests/Fluxera.Spatial.JsonNet.UnitTests/Fluxera.Spatial.JsonNet.UnitTests.csproj @@ -6,7 +6,7 @@ - + diff --git a/tests/Fluxera.Spatial.LiteDB.UnitTests/Fluxera.Spatial.LiteDB.UnitTests.csproj b/tests/Fluxera.Spatial.LiteDB.UnitTests/Fluxera.Spatial.LiteDB.UnitTests.csproj index 5599d75..5a2a5f3 100644 --- a/tests/Fluxera.Spatial.LiteDB.UnitTests/Fluxera.Spatial.LiteDB.UnitTests.csproj +++ b/tests/Fluxera.Spatial.LiteDB.UnitTests/Fluxera.Spatial.LiteDB.UnitTests.csproj @@ -6,7 +6,7 @@ - + diff --git a/tests/Fluxera.Spatial.SystemTextJson.UnitTests/Fluxera.Spatial.SystemTextJson.UnitTests.csproj b/tests/Fluxera.Spatial.SystemTextJson.UnitTests/Fluxera.Spatial.SystemTextJson.UnitTests.csproj index 9344352..ab268bf 100644 --- a/tests/Fluxera.Spatial.SystemTextJson.UnitTests/Fluxera.Spatial.SystemTextJson.UnitTests.csproj +++ b/tests/Fluxera.Spatial.SystemTextJson.UnitTests/Fluxera.Spatial.SystemTextJson.UnitTests.csproj @@ -6,7 +6,7 @@ - + diff --git a/tests/Fluxera.Spatial.UnitTests/Fluxera.Spatial.UnitTests.csproj b/tests/Fluxera.Spatial.UnitTests/Fluxera.Spatial.UnitTests.csproj index aa2d10f..6ee2966 100644 --- a/tests/Fluxera.Spatial.UnitTests/Fluxera.Spatial.UnitTests.csproj +++ b/tests/Fluxera.Spatial.UnitTests/Fluxera.Spatial.UnitTests.csproj @@ -30,7 +30,7 @@ - +