diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3883a7c..3f913ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,24 +4,25 @@ 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: + cake-version: 4.2.0 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..896fa7a 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 -2. `dotnet new reactor -n {Name} -o {Name}` - creates new Reactor plugin under {Name} directory +1. `dotnet new install Reactor.Template` - installs latest Reactor.Template from nuget.org +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 98213b3..918195a 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..4e30e9e 100644 --- a/nuget.config +++ b/nuget.config @@ -3,5 +3,7 @@ + + diff --git a/templatepack.proj b/templatepack.proj index 1d5293c..01b72b0 100644 --- a/templatepack.proj +++ b/templatepack.proj @@ -1,7 +1,7 @@ - + Template - 4.0.0 + 6.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 + + + +