From 38080e84dfda353933a66a32489c7b53bc716f62 Mon Sep 17 00:00:00 2001 From: Thomas Smith Date: Wed, 26 Jun 2024 14:52:54 +0100 Subject: [PATCH 1/2] Updated to Eco 0.10.3.0 playtest build 410 --- .github/workflows/release.yml | 4 ++-- .github/workflows/staging.yml | 4 ++-- EcoCivicsImportExportMod/Logger.cs | 6 ++---- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3b8cbd..3c28e60 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,8 +9,8 @@ jobs: name: Build Mod runs-on: ubuntu-latest env: - MODKIT_VERSION: 0.10.2.1-beta - ECO_BRANCH: release + MODKIT_VERSION: 0.10.3.0-beta-playtest-410 + ECO_BRANCH: staging steps: - uses: actions/checkout@v2 - name: Setup .NET Core 7.0 diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 8aaa287..b492f1b 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -9,8 +9,8 @@ jobs: build-mod: runs-on: ubuntu-latest env: - MODKIT_VERSION: 0.10.2.1-beta - ECO_BRANCH: release + MODKIT_VERSION: 0.10.3.0-beta-playtest-410 + ECO_BRANCH: staging steps: - uses: actions/checkout@v2 - name: Setup .NET Core 7.0 diff --git a/EcoCivicsImportExportMod/Logger.cs b/EcoCivicsImportExportMod/Logger.cs index cf90d48..014934a 100644 --- a/EcoCivicsImportExportMod/Logger.cs +++ b/EcoCivicsImportExportMod/Logger.cs @@ -1,9 +1,7 @@ -using System; - -namespace Eco.Mods.CivicsImpExp +namespace Eco.Mods.CivicsImpExp { + using Shared.Logging; using Shared.Localization; - using Shared.Utils; public static class Logger { From bd2272199def6cac768ecea886b47fb3f07c5da6 Mon Sep 17 00:00:00 2001 From: Thomas Smith Date: Thu, 29 Aug 2024 04:18:41 +0100 Subject: [PATCH 2/2] Updated to Eco 0.11.0.2 release build --- .github/workflows/release.yml | 2 +- .github/workflows/staging.yml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c28e60..94943de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: name: Build Mod runs-on: ubuntu-latest env: - MODKIT_VERSION: 0.10.3.0-beta-playtest-410 + MODKIT_VERSION: 0.11.0.2-beta-release-707 ECO_BRANCH: staging steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index b492f1b..43a1129 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -9,7 +9,7 @@ jobs: build-mod: runs-on: ubuntu-latest env: - MODKIT_VERSION: 0.10.3.0-beta-playtest-410 + MODKIT_VERSION: 0.11.0.2-beta-release-707 ECO_BRANCH: staging steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 09decb8..2a6f9f6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Eco Civics Import Export Mod -A server mod for Eco 10.0 that allows admins to export the supported civics (listed below) from a server to json files, where they can be copied to another server and re-imported. +A server mod for Eco 11.0 that allows admins to export the supported civics (listed below) from a server to json files, where they can be copied to another server and re-imported. Supported objects: - Laws @@ -135,7 +135,7 @@ Once the bundle has been assembled to your satisfaction, simply save it to the s 5. Find the artifact in `EcoCivicsImportExportMod\bin\{Debug|Release}\net7.0` ### Linux -1. Run `ECO_BRANCH="release" MODKIT_VERSION="0.10.0.0-beta" fetch-eco-reference-assemblies.sh` (change the modkit branch and version as needed) +1. Run `ECO_BRANCH="release" MODKIT_VERSION="0.11.0.0-beta" fetch-eco-reference-assemblies.sh` (change the modkit branch and version as needed) 2. Enter the `EcoCivicsImportExportMod` directory and run: `dotnet restore` `dotnet build`