Skip to content

Commit

Permalink
Update BepInEx to 5.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Mar 14, 2023
1 parent 7c74cef commit 0edddf7
Show file tree
Hide file tree
Showing 7 changed files with 88 additions and 58 deletions.
23 changes: 4 additions & 19 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,17 @@
Digitalroot's Gold Bars

## Information
Digitalroot Valheim Mods
Mods for Valheim using BepInEx, Harmony

```Digitalroot's Gold Bars
```
Adds gold bars that are craftable from coins.
A placed Coin Pile adds one comfort.
A placed Gold Stack adds two comfort.
Gold bars can be turned back into coins at the forge.
```

## License
GNU Affero General Public License v3.0
Closed-source license is available for commercial use.

## Source
GitHub

## Installation (manual)

Download the latest release archive (zip) file.
Extract the archive into <Steam Location>\steamapps\common\Valheim\BepInEx\plugins


## Configuration

Admin enforced and server syncable.
Expand All @@ -35,11 +23,8 @@ Reach out to the Digitalroot vai Odinplus Discord: https://discord.gg/5gXNxNkUBt

Support Me @ https://www.buymeacoffee.com/digitalroot

```Thanks to
Jules, RockerKitten, sbtoonz?, GraveBear, KG, MM/DJ and the rest of the Odin Plus Team
The Valheim Discord? community. ```
## Thanks to

Jules, RockerKitten, sbtoonz, GraveBear, KG, MM/DJ and the rest of the Odin Plus Team


![](https://staticdelivery.nexusmods.com/mods/3667/images/1448/1448-1629518019-2123893053.png)
10 changes: 9 additions & 1 deletion src/Digitalroot.Valheim.GoldBars.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Digitalroot.Valheim.GoldBars", "Digitalroot.Valheim.GoldBars\Digitalroot.Valheim.GoldBars.csproj", "{77751278-A982-4C07-8DA2-A4F42F56418D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Digitalroot.Valheim.GoldBars", "Digitalroot.Valheim.GoldBars\Digitalroot.Valheim.GoldBars.csproj", "{77751278-A982-4C07-8DA2-A4F42F56418D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{C341045F-D03F-4606-B2AF-39FE660F28A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -18,6 +20,12 @@ Global
{77751278-A982-4C07-8DA2-A4F42F56418D}.DebugNoDeploy|Any CPU.Build.0 = DebugNoDeploy|Any CPU
{77751278-A982-4C07-8DA2-A4F42F56418D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77751278-A982-4C07-8DA2-A4F42F56418D}.Release|Any CPU.Build.0 = Release|Any CPU
{C341045F-D03F-4606-B2AF-39FE660F28A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C341045F-D03F-4606-B2AF-39FE660F28A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C341045F-D03F-4606-B2AF-39FE660F28A1}.DebugNoDeploy|Any CPU.ActiveCfg = Debug|Any CPU
{C341045F-D03F-4606-B2AF-39FE660F28A1}.DebugNoDeploy|Any CPU.Build.0 = Debug|Any CPU
{C341045F-D03F-4606-B2AF-39FE660F28A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C341045F-D03F-4606-B2AF-39FE660F28A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion src/Digitalroot.Valheim.GoldBars/.ts/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version_number": "%VERSION_NUMBER%",
"dependencies": [
"denikson-BepInExPack_Valheim-5.4.1901",
"ValheimModding-Jotunn-2.9.0"
"ValheimModding-Jotunn-2.10.0"
],
"website_url": "https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.GoldBars"
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
https://nuget.bepinex.dev/v3/index.json;
https://digitalroot-valheim-nuget.s3.us-west-2.amazonaws.com/index.json
</RestoreAdditionalProjectSources>
<VersionPrefix>1.2.1</VersionPrefix>
<VersionPrefix>1.2.2</VersionPrefix>
<Configurations>Debug;Release;DebugNoDeploy</Configurations>
</PropertyGroup>

Expand All @@ -50,19 +50,19 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="BepInEx.Core" Version="[5.4.19]" />
<PackageReference Include="Digitalroot.Valheim.Build.Targets" Version="1.0.11" />
<PackageReference Include="Digitalroot.Valheim.Common.AssemblyInfo" Version="1.0.10">
<PackageReference Include="BepInEx.Core" Version="[5.4.21]" />
<PackageReference Include="Digitalroot.Valheim.Build.Targets" Version="1.0.21" />
<PackageReference Include="Digitalroot.Valheim.Common.AssemblyInfo" Version="1.0.13">
<PrivateAssets>all</PrivateAssets>
<ExcludeAssets></ExcludeAssets>
<IncludeAssets>compile</IncludeAssets>
</PackageReference>
<PackageReference Include="Digitalroot.Valheim.Common.Log" Version="1.1.31" />
<PackageReference Include="Digitalroot.Valheim.Common.Names" Version="1.4.11">
<PackageReference Include="Digitalroot.Valheim.Common.Log" Version="1.1.39" />
<PackageReference Include="Digitalroot.Valheim.Common.Names" Version="1.4.14">
<IncludeAssets></IncludeAssets>
</PackageReference>
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.212.11" />
<PackageReference Include="Digitalroot.Valheim.Common.Utils" Version="1.0.21" />
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.212.18" />
<PackageReference Include="Digitalroot.Valheim.Common.Utils" Version="1.0.45" />
<PackageReference Include="ErrorProne.NET.CoreAnalyzers" Version="0.1.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
58 changes: 29 additions & 29 deletions src/Digitalroot.Valheim.GoldBars/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,57 +4,57 @@
".NETFramework,Version=v4.6.2": {
"BepInEx.Core": {
"type": "Direct",
"requested": "[5.4.19, 5.4.19]",
"resolved": "5.4.19",
"contentHash": "2/eY1qT2LaVO36G91LWo2yNLwmEEODKoC8IpePyA5WP2eGrrMvGxxLC9v4OPmX3IT8q1G4SYzKDL3ziZRQVUWg==",
"requested": "[5.4.21, 5.4.21]",
"resolved": "5.4.21",
"contentHash": "NMUPlbHTTfJ+qIQCI90uIvjuUQ4wnwt4cpRsK3ItBh1DhsWFzAHXNiZjBxZkPysljEKQ2iu89sxMTga4bxBXVQ==",
"dependencies": {
"BepInEx.BaseLib": "5.4.19",
"BepInEx.BaseLib": "5.4.20",
"HarmonyX": "2.7.0"
}
},
"Digitalroot.Valheim.Build.Targets": {
"type": "Direct",
"requested": "[1.0.11, )",
"resolved": "1.0.11",
"contentHash": "94VOxPpDZ32SjMxknot88h6pOrFPtWq/BhBJQEvNiHxvQceC8Q0Pi4wXacl6C7gRSQq59gMMKxjg62m++duMsw=="
"requested": "[1.0.21, )",
"resolved": "1.0.21",
"contentHash": "8mErk3UFjy80d9IlTjXNsofT7YfKLz897YE10ieB/SHNbBorzwVCPYRGsmuaNH8HyqjKQH3KnK4gDwDMBEC+DQ=="
},
"Digitalroot.Valheim.Common.AssemblyInfo": {
"type": "Direct",
"requested": "[1.0.10, )",
"resolved": "1.0.10",
"contentHash": "qHWPO71S8/cQt7+04XUpqNUM4MbSqQoAtDijBvSjs1nME+Y6XMXdcGH+yLZeUFFNmrnGad7IKGieqimRS4Ii4A=="
"requested": "[1.0.13, )",
"resolved": "1.0.13",
"contentHash": "wfUa3uJ7ZBJkJqA+tASTPgqad7I5CcCdLKdC0ULj7CjHdkDCu2smD3EBEIQ7YpviR9plTAfoKAUfWB3k1vi6lA=="
},
"Digitalroot.Valheim.Common.Log": {
"type": "Direct",
"requested": "[1.1.31, )",
"resolved": "1.1.31",
"contentHash": "MmLnfmh6BHIekmchpGjp6tpAepaVmoS6hicTbmUoRAs1GzYXMdsEzkWfpqCPHAiqdc88J5LRWSUAUdOv4DPELg==",
"requested": "[1.1.39, )",
"resolved": "1.1.39",
"contentHash": "pUX1TDQx6E7/fJzs8QqKeoVietGiImMBMTZhxVjrj4boFSQAIxyKAxHkHiyL3/se8kdG+/qjtwKBM07giJTIqQ==",
"dependencies": {
"Digitalroot.Valheim.Common.Json": "1.0.21"
"Digitalroot.Valheim.Common.Json": "1.0.28"
}
},
"Digitalroot.Valheim.Common.Names": {
"type": "Direct",
"requested": "[1.4.11, )",
"resolved": "1.4.11",
"contentHash": "TI27msYOY1lAz0ZAowYWyglwswuhQSX12pBo/RF6Nubi2WOOMEwLeRCOpFmQk/rXBYvUF4ji+9LqSwQ9Synx4Q==",
"requested": "[1.4.14, )",
"resolved": "1.4.14",
"contentHash": "8Cyd1e+Gj9nJSAwR0zf0PlaW+IvMKKTDEpOJ+Uw8bq67bqsdJSjUUc+oWJUqfqgRwNSN7XyVFOCdyIh7SJtiEw==",
"dependencies": {
"Digitalroot.Valheim.Common.Utils": "1.0.21"
}
},
"Digitalroot.Valheim.Common.References": {
"type": "Direct",
"requested": "[0.212.11, )",
"resolved": "0.212.11",
"contentHash": "3ePd5G9Nvts5j+4TMIpkPzogLMxTpw6W3l3ly4/Wpm4fuy2LYmXPo0EeLUZXMjbs9BxURdLGnmBSOORpinNy1Q=="
"requested": "[0.212.18, )",
"resolved": "0.212.18",
"contentHash": "7If2WpFYCgDDkF+R6Cdl4pExlTPairmciUeHr4TYapXGW3I1E2DGQyeqwY8nnL33ulp0zPnKGlQWFqrUEOPONA=="
},
"Digitalroot.Valheim.Common.Utils": {
"type": "Direct",
"requested": "[1.0.21, )",
"resolved": "1.0.21",
"contentHash": "gAgqE18LCCw4eG/LhXrzvALSTshT/0HwqL+RZ4EDANhdcYl1Lj5IJXrsQIcmZ2kvpH8yxBKV4lXJUfB/wxLPng==",
"requested": "[1.0.45, )",
"resolved": "1.0.45",
"contentHash": "X6NXehYVJrAJLLHzluFKdrtsv4HzvCIACinjtKbqfjQaN5VrpVBNaaz1MUaU7pwp6Sf/OsUzuV1PY49cckVELA==",
"dependencies": {
"Digitalroot.Valheim.Common.Log": "1.1.31"
"Digitalroot.Valheim.Common.Log": "1.1.39"
}
},
"ErrorProne.NET.CoreAnalyzers": {
Expand All @@ -80,15 +80,15 @@
},
"BepInEx.BaseLib": {
"type": "Transitive",
"resolved": "5.4.19",
"contentHash": "gwP3NK0WL5E+U/L0FMrygiDDNzEL4TYnezy+S7ocbUUhkhty3ueG5BRsKdKdra/2R3vWopf42CoA+MnnEmSY+w=="
"resolved": "5.4.20",
"contentHash": "0bXgYxbCEN2Ixp3kiFEhyw+RASeFQeg/ww+lbMt7if6XMeVS60eg6epNsMA8Jbx57dmNOzNevkKKw8mP8SUMqw=="
},
"Digitalroot.Valheim.Common.Json": {
"type": "Transitive",
"resolved": "1.0.21",
"contentHash": "CEK5oFdG5wEYRcQhtsh6b06ZfBg4ZxAZ3Y4vI3KLfht9IWQ3kIDaJKvw08htoPV91Et8spDXTR8gvowKY/k3bA==",
"resolved": "1.0.28",
"contentHash": "e6QaHay18Q5zmnZLC3j00eZ80aMza2Rk5MVe7ntDhcV/S22TBxP826FKpeGyhAS6d/sxmDnHlmhwXBHhwAQGeg==",
"dependencies": {
"Digitalroot.Valheim.Common.References": "0.212.11",
"Digitalroot.Valheim.Common.References": "0.212.18",
"fastJSON": "2.4.0.4"
}
},
Expand Down
18 changes: 18 additions & 0 deletions src/UnitTests/UnitTests.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
using NUnit.Framework;

namespace UnitTests
{
public class Tests
{
[SetUp]
public void Setup()
{
}

[Test]
public void Test1()
{
Assert.Pass();
}
}
}
19 changes: 19 additions & 0 deletions src/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit 0edddf7

Please sign in to comment.