From 3079885e8aa0e30116d3bd3e4dade3ae4eb00a53 Mon Sep 17 00:00:00 2001 From: Sparronator9999 <86388887+Sparronator9999@users.noreply.github.com> Date: Sat, 15 Feb 2025 13:27:09 +1100 Subject: [PATCH] Copy LICENSE to build output --- .editorconfig | 22 +++++++++---------- .github/workflows/build.yml | 3 +++ YAMDCC.Common/YAMDCC.Common.csproj | 4 ++-- YAMDCC.Config/YAMDCC.Config.csproj | 4 ++-- .../YAMDCC.ConfigEditor.csproj | 4 ++-- YAMDCC.ECAccess/YAMDCC.ECAccess.csproj | 4 ++-- YAMDCC.ECInspector/YAMDCC.ECInspector.csproj | 4 ++-- .../YAMDCC.HotkeyHandler.csproj | 2 +- YAMDCC.Logs/YAMDCC.Logs.csproj | 4 ++-- YAMDCC.Service/YAMDCC.Service.csproj | 4 ++-- YAMDCC.Updater/YAMDCC.Updater.csproj | 4 ++-- 11 files changed, 31 insertions(+), 28 deletions(-) diff --git a/.editorconfig b/.editorconfig index 705667e..0d07a1e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -39,31 +39,31 @@ dotnet_naming_rule.non_field_members_should_be_pascal_case.style = pascal_case dotnet_naming_symbols.interface.applicable_kinds = interface dotnet_naming_symbols.interface.applicable_accessibilities = public, internal, private, protected, protected_internal, private_protected -dotnet_naming_symbols.interface.required_modifiers = +dotnet_naming_symbols.interface.required_modifiers = dotnet_naming_symbols.types.applicable_kinds = class, struct, interface, enum dotnet_naming_symbols.types.applicable_accessibilities = public, internal, private, protected, protected_internal, private_protected -dotnet_naming_symbols.types.required_modifiers = +dotnet_naming_symbols.types.required_modifiers = dotnet_naming_symbols.non_field_members.applicable_kinds = property, event, method dotnet_naming_symbols.non_field_members.applicable_accessibilities = public, internal, private, protected, protected_internal, private_protected -dotnet_naming_symbols.non_field_members.required_modifiers = +dotnet_naming_symbols.non_field_members.required_modifiers = # Naming styles dotnet_naming_style.begins_with_i.required_prefix = I -dotnet_naming_style.begins_with_i.required_suffix = -dotnet_naming_style.begins_with_i.word_separator = +dotnet_naming_style.begins_with_i.required_suffix = +dotnet_naming_style.begins_with_i.word_separator = dotnet_naming_style.begins_with_i.capitalization = pascal_case -dotnet_naming_style.pascal_case.required_prefix = -dotnet_naming_style.pascal_case.required_suffix = -dotnet_naming_style.pascal_case.word_separator = +dotnet_naming_style.pascal_case.required_prefix = +dotnet_naming_style.pascal_case.required_suffix = +dotnet_naming_style.pascal_case.word_separator = dotnet_naming_style.pascal_case.capitalization = pascal_case -dotnet_naming_style.pascal_case.required_prefix = -dotnet_naming_style.pascal_case.required_suffix = -dotnet_naming_style.pascal_case.word_separator = +dotnet_naming_style.pascal_case.required_prefix = +dotnet_naming_style.pascal_case.required_suffix = +dotnet_naming_style.pascal_case.word_separator = dotnet_naming_style.pascal_case.capitalization = pascal_case dotnet_style_operator_placement_when_wrapping = beginning_of_line dotnet_style_coalesce_expression = true:suggestion diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 486c228..0a920ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,6 +49,9 @@ jobs: - name: Copy fan configs to build path run: mkdir YAMDCC.ConfigEditor\bin\${{ matrix.config }}\net48\Configs && copy Configs\* YAMDCC.ConfigEditor\bin\${{ matrix.config }}\net48\Configs + - name: Copy LICENSE to build path + run: copy LICENSE.md YAMDCC.ConfigEditor\bin\${{ matrix.config }}\net48 + - name: Upload build artifact uses: actions/upload-artifact@v4 with: diff --git a/YAMDCC.Common/YAMDCC.Common.csproj b/YAMDCC.Common/YAMDCC.Common.csproj index 0714197..126390b 100644 --- a/YAMDCC.Common/YAMDCC.Common.csproj +++ b/YAMDCC.Common/YAMDCC.Common.csproj @@ -12,8 +12,8 @@ win7-x64;win7-x86;win-x64;win-x86 net48 YAMDCC common code library - 1.0.1 - release + 1.0.2 + dev none diff --git a/YAMDCC.Config/YAMDCC.Config.csproj b/YAMDCC.Config/YAMDCC.Config.csproj index f3fb45a..8c1e13d 100644 --- a/YAMDCC.Config/YAMDCC.Config.csproj +++ b/YAMDCC.Config/YAMDCC.Config.csproj @@ -12,8 +12,8 @@ win7-x64;win7-x86;win-x64;win-x86 net48 YAMDCC config library - 1.0.1 - release + 1.0.2 + dev none diff --git a/YAMDCC.ConfigEditor/YAMDCC.ConfigEditor.csproj b/YAMDCC.ConfigEditor/YAMDCC.ConfigEditor.csproj index a99f46f..10a7486 100644 --- a/YAMDCC.ConfigEditor/YAMDCC.ConfigEditor.csproj +++ b/YAMDCC.ConfigEditor/YAMDCC.ConfigEditor.csproj @@ -20,8 +20,8 @@ net48 YAMDCC config editor true - 1.0.1 - release + 1.0.2 + dev none diff --git a/YAMDCC.ECAccess/YAMDCC.ECAccess.csproj b/YAMDCC.ECAccess/YAMDCC.ECAccess.csproj index a526480..9dc03c6 100644 --- a/YAMDCC.ECAccess/YAMDCC.ECAccess.csproj +++ b/YAMDCC.ECAccess/YAMDCC.ECAccess.csproj @@ -13,8 +13,8 @@ win7-x64;win7-x86;win-x64;win-x86 net48 YAMDCC EC library - 1.0.1 - release + 1.0.2 + dev none diff --git a/YAMDCC.ECInspector/YAMDCC.ECInspector.csproj b/YAMDCC.ECInspector/YAMDCC.ECInspector.csproj index cd5656b..5ae4c3b 100644 --- a/YAMDCC.ECInspector/YAMDCC.ECInspector.csproj +++ b/YAMDCC.ECInspector/YAMDCC.ECInspector.csproj @@ -18,8 +18,8 @@ net48 YAMDCC EC inspector true - 1.0.1 - release + 1.0.2 + dev none diff --git a/YAMDCC.HotkeyHandler/YAMDCC.HotkeyHandler.csproj b/YAMDCC.HotkeyHandler/YAMDCC.HotkeyHandler.csproj index bf092eb..d4d6476 100644 --- a/YAMDCC.HotkeyHandler/YAMDCC.HotkeyHandler.csproj +++ b/YAMDCC.HotkeyHandler/YAMDCC.HotkeyHandler.csproj @@ -9,7 +9,7 @@ 13.0 True 13.0 - 1.0.1 + 1.0.2 dev app.manifest diff --git a/YAMDCC.Logs/YAMDCC.Logs.csproj b/YAMDCC.Logs/YAMDCC.Logs.csproj index d618f4a..b91a8bf 100644 --- a/YAMDCC.Logs/YAMDCC.Logs.csproj +++ b/YAMDCC.Logs/YAMDCC.Logs.csproj @@ -12,8 +12,8 @@ win7-x64;win7-x86;win-x64;win-x86 net48 YAMDCC logging library - 1.0.1 - release + 1.0.2 + dev none diff --git a/YAMDCC.Service/YAMDCC.Service.csproj b/YAMDCC.Service/YAMDCC.Service.csproj index 5a20177..252cf84 100644 --- a/YAMDCC.Service/YAMDCC.Service.csproj +++ b/YAMDCC.Service/YAMDCC.Service.csproj @@ -15,8 +15,8 @@ win7-x64;win7-x86;win-x64;win-x86 net48 YAMDCC service - 1.0.1 - release + 1.0.2 + dev none diff --git a/YAMDCC.Updater/YAMDCC.Updater.csproj b/YAMDCC.Updater/YAMDCC.Updater.csproj index e10f96a..643c7d3 100644 --- a/YAMDCC.Updater/YAMDCC.Updater.csproj +++ b/YAMDCC.Updater/YAMDCC.Updater.csproj @@ -17,8 +17,8 @@ net48 YAMDCC updater true - 1.0.1 - release + 1.0.2 + dev none