Skip to content

Commit

Permalink
Update for Mistlands
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Nov 23, 2022
1 parent 663e86e commit 9f4b801
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nuget.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: NuGet Release
concurrency: ci-${{ github.ref }}

on:
workflow_dispatch:
branches: [ main ] # Default release branch
push:
branches: [ main ] # Default release branch
paths:
Expand All @@ -22,6 +24,5 @@ jobs:
with:
sln-file-name: Digitalroot.Valheim.Common.Names
proj-file-name: Digitalroot.Valheim.Common.Names
skip-unit-tests: true
nuget-gh-upload: true
nuget-s3-upload: true
6 changes: 6 additions & 0 deletions src/Digitalroot.Valheim.Common.Names.sln
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{FF80B556-8
..\docs\README.md = ..\docs\README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{34FFC804-CA5E-4AAB-8E44-9ECDF5BF9595}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -34,6 +36,10 @@ Global
{2B220AE5-0C1D-4E7B-9DCC-ABA9C1E6EC5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B220AE5-0C1D-4E7B-9DCC-ABA9C1E6EC5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B220AE5-0C1D-4E7B-9DCC-ABA9C1E6EC5E}.Release|Any CPU.Build.0 = Release|Any CPU
{34FFC804-CA5E-4AAB-8E44-9ECDF5BF9595}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34FFC804-CA5E-4AAB-8E44-9ECDF5BF9595}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34FFC804-CA5E-4AAB-8E44-9ECDF5BF9595}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34FFC804-CA5E-4AAB-8E44-9ECDF5BF9595}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
<Copyright>Copyright © Digitalroot Technologies 2021 - 2022</Copyright>
<Copyright>Copyright © Digitalroot Technologies 2021 - 2023</Copyright>
<PackageProjectUrl>https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Names</PackageProjectUrl>
<RepositoryUrl>https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Names</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
Loading

0 comments on commit 9f4b801

Please sign in to comment.