From 0edddf7e2dcf9c454582a7a6d3e08c279015c278 Mon Sep 17 00:00:00 2001 From: Nicholas Dunnaway Date: Mon, 13 Mar 2023 21:55:25 -0700 Subject: [PATCH] Update BepInEx to 5.4.21 --- docs/README.md | 23 ++------ src/Digitalroot.Valheim.GoldBars.sln | 10 +++- .../.ts/manifest.json | 2 +- .../Digitalroot.Valheim.GoldBars.csproj | 16 ++--- .../packages.lock.json | 58 +++++++++---------- src/UnitTests/UnitTests.cs | 18 ++++++ src/UnitTests/UnitTests.csproj | 19 ++++++ 7 files changed, 88 insertions(+), 58 deletions(-) create mode 100644 src/UnitTests/UnitTests.cs create mode 100644 src/UnitTests/UnitTests.csproj diff --git a/docs/README.md b/docs/README.md index 627ff20..38a6b2c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 \steamapps\common\Valheim\BepInEx\plugins - ## Configuration Admin enforced and server syncable. @@ -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) \ No newline at end of file diff --git a/src/Digitalroot.Valheim.GoldBars.sln b/src/Digitalroot.Valheim.GoldBars.sln index c0fad95..096eb26 100644 --- a/src/Digitalroot.Valheim.GoldBars.sln +++ b/src/Digitalroot.Valheim.GoldBars.sln @@ -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 @@ -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 diff --git a/src/Digitalroot.Valheim.GoldBars/.ts/manifest.json b/src/Digitalroot.Valheim.GoldBars/.ts/manifest.json index 2a3a6ea..c2a857f 100644 --- a/src/Digitalroot.Valheim.GoldBars/.ts/manifest.json +++ b/src/Digitalroot.Valheim.GoldBars/.ts/manifest.json @@ -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" } diff --git a/src/Digitalroot.Valheim.GoldBars/Digitalroot.Valheim.GoldBars.csproj b/src/Digitalroot.Valheim.GoldBars/Digitalroot.Valheim.GoldBars.csproj index 4e3efb1..a824143 100644 --- a/src/Digitalroot.Valheim.GoldBars/Digitalroot.Valheim.GoldBars.csproj +++ b/src/Digitalroot.Valheim.GoldBars/Digitalroot.Valheim.GoldBars.csproj @@ -27,7 +27,7 @@ https://nuget.bepinex.dev/v3/index.json; https://digitalroot-valheim-nuget.s3.us-west-2.amazonaws.com/index.json - 1.2.1 + 1.2.2 Debug;Release;DebugNoDeploy @@ -50,19 +50,19 @@ - - - + + + all compile - - + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Digitalroot.Valheim.GoldBars/packages.lock.json b/src/Digitalroot.Valheim.GoldBars/packages.lock.json index e92b478..59b11fe 100644 --- a/src/Digitalroot.Valheim.GoldBars/packages.lock.json +++ b/src/Digitalroot.Valheim.GoldBars/packages.lock.json @@ -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": { @@ -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" } }, diff --git a/src/UnitTests/UnitTests.cs b/src/UnitTests/UnitTests.cs new file mode 100644 index 0000000..a469531 --- /dev/null +++ b/src/UnitTests/UnitTests.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace UnitTests +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +} \ No newline at end of file diff --git a/src/UnitTests/UnitTests.csproj b/src/UnitTests/UnitTests.csproj new file mode 100644 index 0000000..a60236e --- /dev/null +++ b/src/UnitTests/UnitTests.csproj @@ -0,0 +1,19 @@ + + + + net6.0 + + false + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + +