Skip to content

Commit

Permalink
Updated to Valheim 0.217.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Aug 25, 2023
1 parent e37845e commit 4a9ab13
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,14 @@
<PackageReference Include="Digitalroot.Valheim.Build.Targets" Version="1.0.21">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Digitalroot.Valheim.Common.AssemblyInfo" Version="1.0.14">
<PackageReference Include="Digitalroot.Valheim.Common.AssemblyInfo" Version="1.0.15">
<PrivateAssets>all</PrivateAssets>
<ExcludeAssets>runtime</ExcludeAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Digitalroot.Valheim.Common.Log" Version="1.1.43" />
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.216.902">
<PackageReference Include="Digitalroot.Valheim.Common.Log" Version="1.1.44" />
<PackageReference Include="Digitalroot.Valheim.Common.ModReferences" Version="1.0.1" />
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.217.4">
<PrivateAssets>all</PrivateAssets>
<ExcludeAssets>runtime</ExcludeAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
32 changes: 19 additions & 13 deletions src/Digitalroot.Valheim.MaxDungeonRooms/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,30 @@
},
"Digitalroot.Valheim.Common.AssemblyInfo": {
"type": "Direct",
"requested": "[1.0.14, )",
"resolved": "1.0.14",
"contentHash": "fnnksNRqZDKiTwoF7qBURQt9e8PNbEjLCYTIwhNmo5julZab5rgQjwecJB5StHnXPCnjnaOENKmN5au8wa5b7w=="
"requested": "[1.0.15, )",
"resolved": "1.0.15",
"contentHash": "3ON75WIRJwrKklKITwFRcVEzgsQiSulcADc9usolIfMQOour5zurrrnxDUodOHsYVE2ZsWAlsdpFhbgqMkW2uw=="
},
"Digitalroot.Valheim.Common.Log": {
"type": "Direct",
"requested": "[1.1.43, )",
"resolved": "1.1.43",
"contentHash": "skew23mUaBwL5+t3nQiVny3iM/UakDkVNls+8MF0MQmu7xwPk6XIespM1IpGJA7oYN5J4yoxPqpKCKxQq2JZtA==",
"requested": "[1.1.44, )",
"resolved": "1.1.44",
"contentHash": "SLHf3KU6FnjIYDuISNyqK3r465u6uljWMFkGADUaBfq9V85ne0Y+NKHajixgEHZ9VKNoOYHU+AZ/eS2eBOE/tg==",
"dependencies": {
"Digitalroot.Valheim.Common.Json": "1.0.31"
"Digitalroot.Valheim.Common.Json": "1.0.32"
}
},
"Digitalroot.Valheim.Common.ModReferences": {
"type": "Direct",
"requested": "[1.0.1, )",
"resolved": "1.0.1",
"contentHash": "VnXkywsYjlN60luKakgPslwtINareK4O/1nu3srhkvrI8rWMITXtXJSkrEvQE4f/h+4lpZA4mrvFisbYdNfV5g=="
},
"Digitalroot.Valheim.Common.References": {
"type": "Direct",
"requested": "[0.216.902, )",
"resolved": "0.216.902",
"contentHash": "JVCiFpGS5lwVYEAGt00CcK0c2JHN/hB9Ssx2rcDZBmxXf6eQEAC7mjTcnHc+AzG/fNLzZ6+1VV8PJuEp1yFYGQ=="
"requested": "[0.217.4, )",
"resolved": "0.217.4",
"contentHash": "1I3f3Iyd2KGkF9UiJBm38igV6CKiAG/wKW5AeJUJ+oSUBdzU/qAXPATOYEelr2+I+2k3wI8iTVuP+X4+NTwINw=="
},
"ErrorProne.NET.CoreAnalyzers": {
"type": "Direct",
Expand Down Expand Up @@ -67,10 +73,10 @@
},
"Digitalroot.Valheim.Common.Json": {
"type": "Transitive",
"resolved": "1.0.31",
"contentHash": "o2Fxnwb/r4Pcz2oF2xBIS1O6VFI0GvzBCE1TyboTtT2tfYMfVkeRR9Ey2hHr6LyNfBGXk7HZ+QDQ2OQKeYt2yg==",
"resolved": "1.0.32",
"contentHash": "3Q5QPfGlXEzs1EPiJq9sWQhaSXaSj31kQVpOB7P4POrXHXyBvojMxyMt9bfhzG9qjBJS3K0R+/cH9j7zDyG8yw==",
"dependencies": {
"Digitalroot.Valheim.Common.References": "0.216.901",
"Digitalroot.Valheim.Common.References": "0.217.4",
"fastJSON": "2.4.0.4"
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0-preview.23280.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
Expand Down

0 comments on commit 4a9ab13

Please sign in to comment.