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 fcd91da commit 05b377f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 23 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.Log
proj-file-name: Digitalroot.Valheim.Common.Log
Expand Down
1 change: 1 addition & 0 deletions src/Digitalroot.Valheim.Common.Log.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{AA57
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{66F61AAD-E15A-473F-8B2E-12FE0796D886}"
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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<PackageReference Include="BepInEx.Core" Version="[5.4.21]">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Digitalroot.Valheim.Common.Json" Version="1.0.40" />
<PackageReference Include="Digitalroot.Valheim.Common.Json" Version="1.0.41" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions src/Digitalroot.Valheim.Common.Log/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"Digitalroot.Valheim.Common.Json": {
"type": "Direct",
"requested": "[1.0.40, )",
"resolved": "1.0.40",
"contentHash": "Iabdb4/ro5RtpLmIYpwcgvhkA3sCG57H/A3Mt7VZ+3E1u58w9Mi+asqhujrOmKBJeGbEBjfvv3UfFw4hLQM8wQ==",
"requested": "[1.0.41, )",
"resolved": "1.0.41",
"contentHash": "GScGAJd21loJA8SLAZ6ZhnP40T3wEF79uEUpL9GDPirr/nwFnybUeafZwKtSWvauPVZT/x/fXc8SJ5j68WjQ5Q==",
"dependencies": {
"Digitalroot.References.Unity": "2022.3.17",
"LibZ.Tool": "1.2.0"
Expand Down
6 changes: 3 additions & 3 deletions src/UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
},
"Digitalroot.Valheim.Common.Json": {
"type": "Transitive",
"resolved": "1.0.40",
"contentHash": "Iabdb4/ro5RtpLmIYpwcgvhkA3sCG57H/A3Mt7VZ+3E1u58w9Mi+asqhujrOmKBJeGbEBjfvv3UfFw4hLQM8wQ==",
"resolved": "1.0.41",
"contentHash": "GScGAJd21loJA8SLAZ6ZhnP40T3wEF79uEUpL9GDPirr/nwFnybUeafZwKtSWvauPVZT/x/fXc8SJ5j68WjQ5Q==",
"dependencies": {
"Digitalroot.References.Unity": "2022.3.17",
"LibZ.Tool": "1.2.0"
Expand Down Expand Up @@ -117,7 +117,7 @@
"digitalroot.valheim.common.log": {
"type": "Project",
"dependencies": {
"Digitalroot.Valheim.Common.Json": "[1.0.40, )"
"Digitalroot.Valheim.Common.Json": "[1.0.41, )"
}
}
}
Expand Down

0 comments on commit 05b377f

Please sign in to comment.