From d89f9fcf7dc6c731441c5ac223f002e337453d14 Mon Sep 17 00:00:00 2001 From: Nicholas Dunnaway Date: Thu, 9 Nov 2023 20:43:16 -0800 Subject: [PATCH] Updated for Valheim 0.217.29 --- .../Digitalroot.Valheim.Common.Names.csproj | 13 ++++--- .../packages.lock.json | 34 +++++++++++-------- src/UnitTests/UnitTests.csproj | 4 +-- 3 files changed, 28 insertions(+), 23 deletions(-) diff --git a/src/Digitalroot.Valheim.Common.Names/Digitalroot.Valheim.Common.Names.csproj b/src/Digitalroot.Valheim.Common.Names/Digitalroot.Valheim.Common.Names.csproj index 0290e21..ba1131c 100644 --- a/src/Digitalroot.Valheim.Common.Names/Digitalroot.Valheim.Common.Names.csproj +++ b/src/Digitalroot.Valheim.Common.Names/Digitalroot.Valheim.Common.Names.csproj @@ -2,14 +2,14 @@ Digitalroot.Valheim.Common.Names - net462 - 9 + net48 + 10 Digitalroot.Valheim.Common.Names Digitalroot.Valheim.Common.Names false true AGPL-3.0-or-later - Copyright © Digitalroot Technologies 2021 - 2023 + Copyright © Digitalroot Technologies 2021 - 2024 https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Names https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Names git @@ -23,7 +23,7 @@ Added more names en-US true - 1.0.0 + 0.0.1 https://nuget.bepinex.dev/v3/index.json; https://digitalroot-valheim-nuget.s3.us-west-2.amazonaws.com/index.json @@ -37,10 +37,10 @@ - + all - + @@ -54,5 +54,4 @@ - diff --git a/src/Digitalroot.Valheim.Common.Names/packages.lock.json b/src/Digitalroot.Valheim.Common.Names/packages.lock.json index ce5fd8e..4bab9d9 100644 --- a/src/Digitalroot.Valheim.Common.Names/packages.lock.json +++ b/src/Digitalroot.Valheim.Common.Names/packages.lock.json @@ -1,37 +1,43 @@ { "version": 1, "dependencies": { - ".NETFramework,Version=v4.6.2": { + ".NETFramework,Version=v4.8": { "Digitalroot.Valheim.Common.References": { "type": "Direct", - "requested": "[0.217.4, )", - "resolved": "0.217.4", - "contentHash": "1I3f3Iyd2KGkF9UiJBm38igV6CKiAG/wKW5AeJUJ+oSUBdzU/qAXPATOYEelr2+I+2k3wI8iTVuP+X4+NTwINw==" + "requested": "[0.217.29, )", + "resolved": "0.217.29", + "contentHash": "0DtYKqv+/EY5Epw+n3/2Li8LTTn5vDtY8C7dszu5K7RIXqK7Q7iQJ7a21pl8Qjsxgt4Ay2YtSx9w77UjNRc5dA==" }, "Digitalroot.Valheim.Common.Utils": { "type": "Direct", - "requested": "[1.0.52, )", - "resolved": "1.0.52", - "contentHash": "VPqwLAbFxUukEBhmOOFbvxYbzwW8Z2sSFz1J3jZYJYXMOiw5hbXQOpSQQ3pU7/MxDQQQZ8z+jih/4rQr4DN4eg==", + "requested": "[1.0.54, )", + "resolved": "1.0.54", + "contentHash": "kTPLu2Pnoh9tI8lN7HtvExg0jnAtFjYiAZQVexZQP1NewZGH6b0cLF9LpCm1a/oow+0ME4v4eB/P009mHNjmmQ==", "dependencies": { - "Digitalroot.Valheim.Common.Log": "1.1.44" + "Digitalroot.Valheim.Common.Log": "1.1.45" } }, + "Digitalroot.References.Unity": { + "type": "Transitive", + "resolved": "2022.3.12", + "contentHash": "QgMwg+WAnbvmjxSuL+PKjr+35B0FhO0Thw9ddoSBrfBkYsMSCYAqJ0APsN2AQfXn3zVdJgP7Rw2S41DJfuBxRQ==" + }, "Digitalroot.Valheim.Common.Json": { "type": "Transitive", - "resolved": "1.0.32", - "contentHash": "3Q5QPfGlXEzs1EPiJq9sWQhaSXaSj31kQVpOB7P4POrXHXyBvojMxyMt9bfhzG9qjBJS3K0R+/cH9j7zDyG8yw==", + "resolved": "1.0.33", + "contentHash": "kYR3ftc/1jYsr5UPtIZV1QCWQSHZ0TSOqow6ofqYoMikbIYjUc6A99i0uU2rPGRBp0Pyhu/EFthfEE+iXET4Tw==", "dependencies": { - "Digitalroot.Valheim.Common.References": "0.217.4", + "Digitalroot.References.Unity": "2022.3.12", + "Digitalroot.Valheim.Common.References": "0.217.29", "fastJSON": "2.4.0.4" } }, "Digitalroot.Valheim.Common.Log": { "type": "Transitive", - "resolved": "1.1.44", - "contentHash": "SLHf3KU6FnjIYDuISNyqK3r465u6uljWMFkGADUaBfq9V85ne0Y+NKHajixgEHZ9VKNoOYHU+AZ/eS2eBOE/tg==", + "resolved": "1.1.45", + "contentHash": "zL9SV+5j2C/zmscU/at2HIm1MU5iENSugBWwtpRuEyuQr8QoJhRtS+yCplXyBEBQFAkHNCAbkm7WiE0Uh2p/rg==", "dependencies": { - "Digitalroot.Valheim.Common.Json": "1.0.32" + "Digitalroot.Valheim.Common.Json": "1.0.33" } }, "fastJSON": { diff --git a/src/UnitTests/UnitTests.csproj b/src/UnitTests/UnitTests.csproj index a1ec2c1..5da37cc 100644 --- a/src/UnitTests/UnitTests.csproj +++ b/src/UnitTests/UnitTests.csproj @@ -7,8 +7,8 @@ - - + + all