Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed May 15, 2024
1 parent 29e1a2d commit 559a141
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 31 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/discord.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/nuget.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
secrets:
aws-access-key-id: ${{ secrets.NUGET_S3_REPO_KEY_ID }}
aws-secret-access-key: ${{ secrets.NUGET_S3_REPO_KEY_SECRET }}
webhook_url: ${{ secrets.VALHEIM_DISCORD_TITANS_WEBHOOK_URL }}

with:
sln-file-name: Digitalroot.Valheim.Common.Names
proj-file-name: Digitalroot.Valheim.Common.Names
Expand Down
3 changes: 2 additions & 1 deletion src/Digitalroot.Valheim.Common.Names.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{E64D
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
EndProjectSection
EndProject
Expand All @@ -24,7 +25,7 @@ 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}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{34FFC804-CA5E-4AAB-8E44-9ECDF5BF9595}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
14 changes: 0 additions & 14 deletions src/Digitalroot.Valheim.Common.Names/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@
"Digitalroot.Valheim.Common.Log": "1.1.52"
}
},
"Microsoft.NETFramework.ReferenceAssemblies": {
"type": "Direct",
"requested": "[1.0.3, )",
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net48": "1.0.3"
}
},
"Digitalroot.References.Unity": {
"type": "Transitive",
"resolved": "2022.3.17",
Expand All @@ -52,11 +43,6 @@
"type": "Transitive",
"resolved": "1.2.0",
"contentHash": "jcZROJ28bmrZx/RaFHcTlSy3x4SmSsMolJiKoluFFrE7oMiXUnYx1K+SJeHJhow05W0Rg9oi9HEyZWwdYSV3cw=="
},
"Microsoft.NETFramework.ReferenceAssemblies.net48": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "zMk4D+9zyiEWByyQ7oPImPN/Jhpj166Ky0Nlla4eXlNL8hI/BtSJsgR8Inldd4NNpIAH3oh8yym0W2DrhXdSLQ=="
}
}
}
Expand Down

0 comments on commit 559a141

Please sign in to comment.