Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed May 31, 2024
1 parent 9ccafeb commit 59b1810
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.autoupdate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Automated NuGet Dependency Updates
name: CI/CD

concurrency: ci-${{ github.ref }}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NuGet Release
name: Release

concurrency: ci-${{ github.ref }}

Expand All @@ -7,9 +7,10 @@ on:

push:
branches: [ main ] # Default release branch
paths:
- 'src/**'
- '.github/workflows/**'
paths-ignore:
- '.github/**'
- 'docs/**'
- '**/*.sln'

env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Expand All @@ -28,4 +29,3 @@ jobs:
proj-file-name: Digitalroot.Valheim.Common.Interfaces
nuget-gh-upload: true
nuget-s3-upload: true

7 changes: 6 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Digitalroot.Valheim.Common.Interfaces
Interfaces for Valheim Mods

[![NuGet Release](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Interfaces/actions/workflows/nuget.release.yml/badge.svg?branch=main)](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Interfaces/actions/workflows/nuget.release.yml)
### Support Me @ https://www.buymeacoffee.com/digitalroot
<br />
<p align="center">
<b>Digitalroot can be found in the Valhalla Legends Discord</b><br /><br />
<a href="https://discord.gg/SsMW3rm67u" target="_blank"><img src="https://digitalroot.net/img/vl/vl_logo_125x154.png"></a>
</p>
12 changes: 9 additions & 3 deletions src/Digitalroot.Valheim.Common.Interfaces.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,28 @@ VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E5C5D2B9-639B-48CF-B5B0-E44FD7F24B1E}"
ProjectSection(SolutionItems) = preProject
..\.gitattributes = ..\.gitattributes
..\.gitignore = ..\.gitignore
..\LICENSE = ..\LICENSE
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{E64D67E6-C2B6-471C-990D-2E9A91427B64}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{1960DCD1-3C51-48FF-BFF8-5FE4C3CBABB2}"
ProjectSection(SolutionItems) = preProject
..\.github\workflows\nuget.autoupdate.yml = ..\.github\workflows\nuget.autoupdate.yml
..\.github\workflows\nuget.release.yml = ..\.github\workflows\nuget.release.yml
..\.github\workflows\release.yml = ..\.github\workflows\release.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Digitalroot.Valheim.Common.Interfaces", "Digitalroot.Valheim.Common.Interfaces\Digitalroot.Valheim.Common.Interfaces.csproj", "{EF5FC0F6-01B7-47FC-B9AB-09498EF5A145}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{DA862ED4-9F26-4BDA-84CC-6D38B2922E4E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{6D198B3D-29B0-4868-9DC7-9DB032A538CA}"
ProjectSection(SolutionItems) = preProject
..\docs\LICENSE = ..\docs\LICENSE
..\docs\README.md = ..\docs\README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -43,6 +48,7 @@ Global
GlobalSection(NestedProjects) = preSolution
{E64D67E6-C2B6-471C-990D-2E9A91427B64} = {E5C5D2B9-639B-48CF-B5B0-E44FD7F24B1E}
{1960DCD1-3C51-48FF-BFF8-5FE4C3CBABB2} = {E64D67E6-C2B6-471C-990D-2E9A91427B64}
{6D198B3D-29B0-4868-9DC7-9DB032A538CA} = {E5C5D2B9-639B-48CF-B5B0-E44FD7F24B1E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46DD4389-95C4-4F57-BB16-2A9A816F46B9}
Expand Down

0 comments on commit 59b1810

Please sign in to comment.