Skip to content

Commit

Permalink
Update to VH 0.218.14
Browse files Browse the repository at this point in the history
JvL to 2.29.4
EL to 0.9.38
  • Loading branch information
Digitalroot committed May 7, 2024
1 parent 8e97531 commit 0c00599
Show file tree
Hide file tree
Showing 16 changed files with 39 additions and 14 deletions.
4 changes: 2 additions & 2 deletions src/Digitalroot.References.Unity/Publicize.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SETLOCAL

SET ValheimInstallPath="C:\Program Files (x86)\Steam\steamapps\common\Valheim\valheim_Data\Managed"
echo ValheimInstallPath=%ValheimInstallPath%
SET PublicizePath=".\lib"
SET PublicizePath=".\Digitalroot.References.Unity\lib"
echo PublicizePath=%PublicizePath%
SET OPTIONS=--strip
echo OPTIONS=%OPTIONS%
Expand Down Expand Up @@ -96,6 +96,6 @@ call assembly-publicizer "%ValheimInstallPath:"=%\UnityEngine.XRModule.dll" %OPT

ENDLOCAL

PAUSE
REM PAUSE

EXIT
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<Company>Digitalroot Technologies</Company>
<Product>Digitalroot Valheim EpicLoot mod References</Product>
<Description>References for Valheim mod EpicLoot</Description>
<PackageReleaseNotes>Update to EpicLoot 0.9.37</PackageReleaseNotes>
<PackageReleaseNotes>Update to EpicLoot 0.9.38</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<IncludeBuildOutput>false</IncludeBuildOutput>
<NoBuild>false</NoBuild>
<Version>0.9.37</Version>
<Version>0.9.38</Version>
<RestoreAdditionalProjectSources>
https://api.nuget.org/v3/index.json;
https://nuget.bepinex.dev/v3/index.json;
Expand Down
4 changes: 2 additions & 2 deletions src/Digitalroot.Valheim.References.EpicLoot/Publicize.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SETLOCAL

SET ValheimInstallPath="C:\Program Files (x86)\Steam\steamapps\common\Valheim\BepInEx\plugins\EpicLoot"
echo ValheimInstallPath=%ValheimInstallPath%
SET PublicizePath=".\lib"
SET PublicizePath=".\Digitalroot.Valheim.References.EpicLoot\lib"
echo PublicizePath=%PublicizePath%
SET OPTIONS=--strip
echo OPTIONS=%OPTIONS%
Expand All @@ -19,6 +19,6 @@ call assembly-publicizer "%ValheimInstallPath:"=%\EpicLoot.dll" %OPTIONS% -o %Pu

ENDLOCAL

PAUSE
REM PAUSE

EXIT
Binary file not shown.
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.3</PackageReleaseNotes>
<PackageReleaseNotes>Update JvL to 2.19.4</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<IncludeBuildOutput>false</IncludeBuildOutput>
<NoBuild>false</NoBuild>
<Version>2.19.3</Version>
<Version>2.19.4</Version>
<RestoreAdditionalProjectSources>
https://api.nuget.org/v3/index.json;
https://nuget.bepinex.dev/v3/index.json;
Expand Down
4 changes: 2 additions & 2 deletions src/Digitalroot.Valheim.References.JvL/Publicize.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SETLOCAL

SET ValheimInstallPath="C:\Program Files (x86)\Steam\steamapps\common\Valheim\BepInEx\plugins\JvL"
echo ValheimInstallPath=%ValheimInstallPath%
SET PublicizePath=".\lib"
SET PublicizePath=".\Digitalroot.Valheim.References.JvL\lib"
echo PublicizePath=%PublicizePath%
SET OPTIONS=--strip
echo OPTIONS=%OPTIONS%
Expand All @@ -22,6 +22,6 @@ robocopy %ValheimInstallPath% %PublicizePath% Jotunn.* /R:3 /W:3 /XF "%ValheimIn

ENDLOCAL

PAUSE
REM PAUSE

EXIT
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.
1 change: 1 addition & 0 deletions src/Digitalroot.Valheim.References.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
..\.gitattributes = ..\.gitattributes
..\.gitignore = ..\.gitignore
commands.json = commands.json
..\LICENSE = ..\LICENSE
EndProjectSection
EndProject
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.11</PackageReleaseNotes>
<PackageReleaseNotes>Update to Valheim 0.218.14</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<IncludeBuildOutput>false</IncludeBuildOutput>
<NoBuild>false</NoBuild>
<Version>0.218.11</Version>
<Version>0.218.14</Version>
<RestoreAdditionalProjectSources>
https://api.nuget.org/v3/index.json;
https://nuget.bepinex.dev/v3/index.json;
Expand Down
4 changes: 2 additions & 2 deletions src/Digitalroot.Valheim.References/Publicize.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SETLOCAL

SET ValheimInstallPath="C:\Program Files (x86)\Steam\steamapps\common\Valheim\valheim_Data\Managed"
echo ValheimInstallPath=%ValheimInstallPath%
SET PublicizePath=".\lib"
SET PublicizePath=".\Digitalroot.Valheim.References\lib"
echo PublicizePath=%PublicizePath%
SET OPTIONS=--strip
echo OPTIONS=%OPTIONS%
Expand All @@ -28,6 +28,6 @@ call assembly-publicizer "%ValheimInstallPath:"=%\assembly_valheim.dll" %OPTIONS

ENDLOCAL

PAUSE
REM PAUSE

EXIT
Binary file not shown.
Binary file not shown.
Binary file not shown.
24 changes: 24 additions & 0 deletions src/commands.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"commands": {
"Publicize Unity": {
"fileName": "cmd.exe",
"workingDirectory": ".",
"arguments": "/c Digitalroot.References.Unity\\Publicize.bat"
},
"Publicize EpicLoot": {
"fileName": "cmd.exe",
"workingDirectory": ".",
"arguments": "/c Digitalroot.Valheim.References.EpicLoot\\Publicize.bat"
},
"Publicize Valheim": {
"fileName": "cmd.exe",
"workingDirectory": ".",
"arguments": "/c Digitalroot.Valheim.References\\Publicize.bat"
},
"Publicize JvL": {
"fileName": "cmd.exe",
"workingDirectory": ".",
"arguments": "/c Digitalroot.Valheim.References.JvL\\Publicize.bat"
}
}
}

0 comments on commit 0c00599

Please sign in to comment.