Skip to content

Commit

Permalink
Update to Valheim 0.218.15
Browse files Browse the repository at this point in the history
Update JvL to 2.20.0
  • Loading branch information
Digitalroot committed May 14, 2024
1 parent 0c00599 commit 0cb6ba1
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 28 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/discord.yml

This file was deleted.

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

with:
sln-file-name: Digitalroot.Valheim.References
proj-file-name: Digitalroot.Valheim.References
Expand All @@ -42,6 +44,8 @@ jobs:
aws-access-key-id: ${{ secrets.NUGET_S3_REPO_KEY_ID }}
aws-secret-access-key: ${{ secrets.NUGET_S3_REPO_KEY_SECRET }}
nuget-org-key: ${{ secrets.NUGET_ORG_PAT }}
webhook_url: ${{ secrets.VALHEIM_DISCORD_TITANS_WEBHOOK_URL }}

with:
sln-file-name: Digitalroot.Valheim.References
proj-file-name: Digitalroot.Valheim.References.EpicLoot
Expand All @@ -60,6 +64,8 @@ jobs:
aws-access-key-id: ${{ secrets.NUGET_S3_REPO_KEY_ID }}
aws-secret-access-key: ${{ secrets.NUGET_S3_REPO_KEY_SECRET }}
nuget-org-key: ${{ secrets.NUGET_ORG_PAT }}
webhook_url: ${{ secrets.VALHEIM_DISCORD_TITANS_WEBHOOK_URL }}

with:
sln-file-name: Digitalroot.Valheim.References
proj-file-name: Digitalroot.Valheim.References.JvL
Expand All @@ -78,6 +84,8 @@ jobs:
aws-access-key-id: ${{ secrets.NUGET_S3_REPO_KEY_ID }}
aws-secret-access-key: ${{ secrets.NUGET_S3_REPO_KEY_SECRET }}
nuget-org-key: ${{ secrets.NUGET_ORG_PAT }}
webhook_url: ${{ secrets.VALHEIM_DISCORD_TITANS_WEBHOOK_URL }}

with:
sln-file-name: Digitalroot.Valheim.References
proj-file-name: Digitalroot.References.Unity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<Company>Digitalroot Technologies</Company>
<Product>Digitalroot Valheim Jotunn (JvL) mod References</Product>
<Description>References for Valheim mod Jotunn (JvL)</Description>
<PackageReleaseNotes>Update JvL to 2.19.4</PackageReleaseNotes>
<PackageReleaseNotes>Update JvL to 2.20.0</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<IncludeBuildOutput>false</IncludeBuildOutput>
<NoBuild>false</NoBuild>
<Version>2.19.4</Version>
<Version>2.20.0</Version>
<RestoreAdditionalProjectSources>
https://api.nuget.org/v3/index.json;
https://nuget.bepinex.dev/v3/index.json;
Expand Down
Binary file modified src/Digitalroot.Valheim.References.JvL/lib/Jotunn-publicized.dll
Binary file not shown.
Binary file modified src/Digitalroot.Valheim.References.JvL/lib/Jotunn.dll.mdb
Binary file not shown.
Binary file modified src/Digitalroot.Valheim.References.JvL/lib/Jotunn.pdb
Binary file not shown.
5 changes: 5 additions & 0 deletions src/Digitalroot.Valheim.References.JvL/lib/Jotunn.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/Digitalroot.Valheim.References.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ 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\discord.yml = ..\.github\workflows\discord.yml
..\.github\workflows\publicize_assemblies.yml = ..\.github\workflows\publicize_assemblies.yml
..\.github\workflows\release.yml = ..\.github\workflows\release.yml
EndProjectSection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<Company>Digitalroot Technologies</Company>
<Product>Digitalroot Valheim References</Product>
<Description>References for Valheim</Description>
<PackageReleaseNotes>Update to Valheim 0.218.14</PackageReleaseNotes>
<PackageReleaseNotes>Update to Valheim 0.218.15</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<IncludeBuildOutput>false</IncludeBuildOutput>
<NoBuild>false</NoBuild>
<Version>0.218.14</Version>
<Version>0.218.15</Version>
<RestoreAdditionalProjectSources>
https://api.nuget.org/v3/index.json;
https://nuget.bepinex.dev/v3/index.json;
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 0cb6ba1

Please sign in to comment.