Skip to content

Commit

Permalink
update nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Nov 26, 2022
1 parent 307b202 commit 921ba3b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<VersionPrefix>1.0.0</VersionPrefix>
<RestoreAdditionalProjectSources>
https://nuget.bepinex.dev/v3/index.json;
https://digitalroot-valheim-nuget.s3.us-west-2.amazonaws.com/index.json
https://nuget.bepinex.dev/v3/index.json;
https://digitalroot-valheim-nuget.s3.us-west-2.amazonaws.com/index.json
</RestoreAdditionalProjectSources>
<IsPublishable>False</IsPublishable>
<DebugType>embedded</DebugType>
Expand All @@ -53,8 +53,7 @@
<PackageReference Include="BepInEx.Core" Version="[5.4.19]">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Digitalroot.Valheim.Common.Json" Version="1.0.20">
</PackageReference>
<PackageReference Include="Digitalroot.Valheim.Common.Json" Version="1.0.21" />
</ItemGroup>

</Project>
</Project>
6 changes: 3 additions & 3 deletions src/Digitalroot.Valheim.Common.Log/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"Digitalroot.Valheim.Common.Json": {
"type": "Direct",
"requested": "[1.0.20, )",
"resolved": "1.0.20",
"contentHash": "iIe9xYqx2UDGh0ryYQzUM5MaiKcR9VJuxHXdxZHXwkuHYIw7ipaTKInq+o0NBKSDXZLtJrYRtbLMLh1PA7e0Jg==",
"requested": "[1.0.21, )",
"resolved": "1.0.21",
"contentHash": "CEK5oFdG5wEYRcQhtsh6b06ZfBg4ZxAZ3Y4vI3KLfht9IWQ3kIDaJKvw08htoPV91Et8spDXTR8gvowKY/k3bA==",
"dependencies": {
"Digitalroot.Valheim.Common.References": "0.212.11",
"fastJSON": "2.4.0.4"
Expand Down
4 changes: 2 additions & 2 deletions src/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<PackageReference Include="NunitXml.TestLogger" Version="3.0.127">
<IncludeAssets>compile</IncludeAssets>
</PackageReference>
<PackageReference Include="Digitalroot.Valheim.Common.Json" Version="1.0.20">
<PackageReference Include="Digitalroot.Valheim.Common.Json" Version="1.0.21">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile; runtime</IncludeAssets>
<IncludeAssets>runtime; compile</IncludeAssets>
</PackageReference>
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions src/UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"Digitalroot.Valheim.Common.Json": {
"type": "Direct",
"requested": "[1.0.20, )",
"resolved": "1.0.20",
"contentHash": "iIe9xYqx2UDGh0ryYQzUM5MaiKcR9VJuxHXdxZHXwkuHYIw7ipaTKInq+o0NBKSDXZLtJrYRtbLMLh1PA7e0Jg==",
"requested": "[1.0.21, )",
"resolved": "1.0.21",
"contentHash": "CEK5oFdG5wEYRcQhtsh6b06ZfBg4ZxAZ3Y4vI3KLfht9IWQ3kIDaJKvw08htoPV91Et8spDXTR8gvowKY/k3bA==",
"dependencies": {
"Digitalroot.Valheim.Common.References": "0.212.11",
"fastJSON": "2.4.0.4"
Expand Down Expand Up @@ -102,7 +102,7 @@
"digitalroot.valheim.common.log": {
"type": "Project",
"dependencies": {
"Digitalroot.Valheim.Common.Json": "[1.0.20, )"
"Digitalroot.Valheim.Common.Json": "[1.0.21, )"
}
}
}
Expand Down

0 comments on commit 921ba3b

Please sign in to comment.