Skip to content

Commit

Permalink
Merge pull request #73 from thomasfn/staging
Browse files Browse the repository at this point in the history
release 0.8.0
  • Loading branch information
thomasfn authored Aug 29, 2024
2 parents 84656f1 + bd22721 commit 9b2dec0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0.2-beta-release-707
ECO_BRANCH: staging
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core 7.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0.2-beta-release-707
ECO_BRANCH: staging
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core 7.0
Expand Down
6 changes: 2 additions & 4 deletions EcoCivicsImportExportMod/Logger.cs
Original file line number Diff line number Diff line change
@@ -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
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 9b2dec0

Please sign in to comment.