From 6e9cbecb213ea1d671e059dfea430b31be71aed9 Mon Sep 17 00:00:00 2001 From: DaemonBeast Date: Fri, 20 Sep 2024 19:50:09 +0100 Subject: [PATCH 1/3] Support Among Us v2024.9.4 --- .github/workflows/main.yml | 10 +++++----- README.md | 2 +- Reactor.Template/Reactor.Template.csproj | 8 ++++---- nuget.config | 1 + templatepack.proj | 9 +++++++-- 5 files changed, 18 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3883a7c..f98511f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,24 +4,24 @@ on: [ "push", "pull_request" ] jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 6.x - name: Run the Cake script - uses: cake-build/cake-action@v1 + uses: cake-build/cake-action@v2 with: verbosity: Diagnostic - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: Reactor.Template.dll path: Reactor.Template/bin/Release/net6.0/Reactor.Template.dll diff --git a/README.md b/README.md index b71a959..dc25268 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Reactor.Template Mod template for Reactor -1. `dotnet new --install Reactor.Template` - installs latest Reactor.Template from nuget.org +1. `dotnet new install Reactor.Template` - installs latest Reactor.Template from nuget.org 2. `dotnet new reactor -n {Name} -o {Name}` - creates new Reactor plugin under {Name} directory diff --git a/Reactor.Template/Reactor.Template.csproj b/Reactor.Template/Reactor.Template.csproj index 98213b3..84992fd 100644 --- a/Reactor.Template/Reactor.Template.csproj +++ b/Reactor.Template/Reactor.Template.csproj @@ -11,12 +11,12 @@ - - - + + + - + diff --git a/nuget.config b/nuget.config index 3ee52a2..fd4c482 100644 --- a/nuget.config +++ b/nuget.config @@ -3,5 +3,6 @@ + diff --git a/templatepack.proj b/templatepack.proj index 1d5293c..1a653b6 100644 --- a/templatepack.proj +++ b/templatepack.proj @@ -1,7 +1,7 @@ - + Template - 4.0.0 + 5.0.0 Reactor.Template NuclearPowered Mod template for Reactor. @@ -9,6 +9,7 @@ git https://github.com/NuclearPowered/Reactor.Template LGPL-3.0-or-later + README.md net6.0 @@ -19,6 +20,10 @@ $(NoWarn);NU5128 + + + + From 99415b9bba34707d87a4e4916d24e753d90bcce8 Mon Sep 17 00:00:00 2001 From: DaemonBeast Date: Mon, 18 Nov 2024 18:34:35 +0000 Subject: [PATCH 2/3] Support Among Us v2024.10.29 --- .github/workflows/main.yml | 1 + README.md | 2 +- Reactor.Template/Reactor.Template.csproj | 2 +- templatepack.proj | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f98511f..3f913ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,7 @@ jobs: - name: Run the Cake script uses: cake-build/cake-action@v2 with: + cake-version: 4.2.0 verbosity: Diagnostic - uses: actions/upload-artifact@v4 diff --git a/README.md b/README.md index dc25268..896fa7a 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Mod template for Reactor 1. `dotnet new install Reactor.Template` - installs latest Reactor.Template from nuget.org -2. `dotnet new reactor -n {Name} -o {Name}` - creates new Reactor plugin under {Name} directory +2. `dotnet new reactor -n {Name}` - creates new Reactor plugin under {Name} directory diff --git a/Reactor.Template/Reactor.Template.csproj b/Reactor.Template/Reactor.Template.csproj index 84992fd..224b58b 100644 --- a/Reactor.Template/Reactor.Template.csproj +++ b/Reactor.Template/Reactor.Template.csproj @@ -13,7 +13,7 @@ - + diff --git a/templatepack.proj b/templatepack.proj index 1a653b6..01b72b0 100644 --- a/templatepack.proj +++ b/templatepack.proj @@ -1,7 +1,7 @@ Template - 5.0.0 + 6.0.0 Reactor.Template NuclearPowered Mod template for Reactor. From 3484ae2ad8548d998d08027fa0c6954c18f10be0 Mon Sep 17 00:00:00 2001 From: Daemon <57999551+DaemonBeast@users.noreply.github.com> Date: Fri, 8 Aug 2025 23:07:49 +0100 Subject: [PATCH 3/3] Support Among Us v2025.4.15 --- Reactor.Template/Reactor.Template.csproj | 6 +++--- nuget.config | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Reactor.Template/Reactor.Template.csproj b/Reactor.Template/Reactor.Template.csproj index 224b58b..918195a 100644 --- a/Reactor.Template/Reactor.Template.csproj +++ b/Reactor.Template/Reactor.Template.csproj @@ -11,9 +11,9 @@ - - - + + + diff --git a/nuget.config b/nuget.config index fd4c482..4e30e9e 100644 --- a/nuget.config +++ b/nuget.config @@ -4,5 +4,6 @@ +