Skip to content

Commit 6fd0188

Browse files
committed
Update for Ashlands
1 parent 1535ceb commit 6fd0188

File tree

7 files changed

+45
-87
lines changed

7 files changed

+45
-87
lines changed

.github/workflows/discord.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,16 @@ jobs:
2626
nexus-cookie-nxid-header: ${{ secrets.NEXUS_COOKIE_HEADER_NEXUSID }}
2727
nexus-cookie-sid-header: ${{ secrets.NEXUS_COOKIE_HEADER_SID_DEVELOP }}
2828
ts-api-key: ${{ secrets.TS_SERVICEACCOUNT }}
29+
webhook_url: ${{ secrets.VALHEIM_DISCORD_TITANS_WEBHOOK_URL }}
2930

3031
with:
3132
sln-file-name: Digitalroot.Valheim.ChainManager
3233
proj-file-name: Digitalroot.Valheim.ChainManager
33-
#src-path: src
34-
#unit-test-path: UnitTests
35-
#skip-unit-tests: true
3634
is-nuget-package: false
37-
#force-assembly-version: true
38-
#create-github-release: false
3935
nexus-enable-upload: true
4036
nexus-mod-id: 2605
4137
ts-enable-upload: true
4238
ts-name: Chain_Manager
4339
ts-description: "Adds a craftable chain to Valheim."
4440
ts-categories: Client-side Crafting
45-
ts-dependencies: denikson-BepInExPack_Valheim@5.4.2202 ValheimModding-Jotunn@2.14.6
41+
ts-dependencies: ValheimModding-Jotunn-2.20.0

src/Digitalroot.Valheim.ChainManager.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{E64D
1414
EndProject
1515
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{1960DCD1-3C51-48FF-BFF8-5FE4C3CBABB2}"
1616
ProjectSection(SolutionItems) = preProject
17-
..\.github\workflows\discord.yml = ..\.github\workflows\discord.yml
17+
..\.github\workflows\nuget.autoupdate.yml = ..\.github\workflows\nuget.autoupdate.yml
1818
..\.github\workflows\release.yml = ..\.github\workflows\release.yml
1919
EndProjectSection
2020
EndProject
@@ -36,7 +36,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ico", "ico", "{C66A8E3B-31D
3636
ico\ValheimRcon_color.png = ico\ValheimRcon_color.png
3737
EndProjectSection
3838
EndProject
39-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{8EF779BE-F654-4B79-AC04-514BF12284BA}"
39+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{8EF779BE-F654-4B79-AC04-514BF12284BA}"
4040
EndProject
4141
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Digitalroot.Valheim.ChainManager", "Digitalroot.Valheim.ChainManager\Digitalroot.Valheim.ChainManager.csproj", "{4C608D44-61FD-45EC-8F78-E48678A194A7}"
4242
EndProject

src/Digitalroot.Valheim.ChainManager/.ts/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"description": "Adds a craftable chain to Valheim.",
66
"version_number": "%VERSION_NUMBER%",
77
"dependencies": [
8-
"denikson-BepInExPack_Valheim-5.4.2105",
9-
"ValheimModding-Jotunn-2.12.6"
8+
"denikson-BepInExPack_Valheim-5.4.2202",
9+
"ValheimModding-Jotunn-2.20.0"
1010
],
1111
"website_url": "https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.ChainManager"
1212
}

src/Digitalroot.Valheim.ChainManager/Digitalroot.Valheim.ChainManager.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@
4949
<PackageReference Include="Digitalroot.Valheim.Build.Targets" Version="1.0.21">
5050
<PrivateAssets>all</PrivateAssets>
5151
</PackageReference>
52-
<PackageReference Include="Digitalroot.Valheim.Common.AssemblyInfo" Version="1.0.16">
52+
<PackageReference Include="Digitalroot.Valheim.Common.AssemblyInfo" Version="1.0.17">
5353
<PrivateAssets>all</PrivateAssets>
5454
<ExcludeAssets>runtime</ExcludeAssets>
5555
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5656
</PackageReference>
57-
<PackageReference Include="Digitalroot.Valheim.Common.Log" Version="1.1.46" />
58-
<PackageReference Include="Digitalroot.Valheim.Common.Names" Version="1.4.18">
57+
<PackageReference Include="Digitalroot.Valheim.Common.Log" Version="1.1.53" />
58+
<PackageReference Include="Digitalroot.Valheim.Common.Names" Version="1.4.30">
5959
<IncludeAssets></IncludeAssets>
6060
</PackageReference>
61-
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.217.38">
61+
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.218.15">
6262
<PrivateAssets>all</PrivateAssets>
6363
<ExcludeAssets>runtime</ExcludeAssets>
6464
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6565
</PackageReference>
66-
<PackageReference Include="Digitalroot.Valheim.Common.Utils" Version="1.0.55" />
67-
<PackageReference Include="Digitalroot.Valheim.References.JvL" Version="2.15.2" />
66+
<PackageReference Include="Digitalroot.Valheim.Common.Utils" Version="1.0.63" />
67+
<PackageReference Include="Digitalroot.Valheim.References.JvL" Version="2.20.0" />
6868
<PackageReference Include="ErrorProne.NET.CoreAnalyzers" Version="0.1.2">
6969
<PrivateAssets>all</PrivateAssets>
7070
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/Digitalroot.Valheim.ChainManager/packages.lock.json

Lines changed: 30 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -20,48 +20,48 @@
2020
},
2121
"Digitalroot.Valheim.Common.AssemblyInfo": {
2222
"type": "Direct",
23-
"requested": "[1.0.16, )",
24-
"resolved": "1.0.16",
25-
"contentHash": "+QeepsgH/cRv93h1NrhKLnjARUYNplFWVrFX4MBYLV2K2MQ9hGWV/bhR4As/2IOeNVKX42x5wJqw4YFbZLky/w=="
23+
"requested": "[1.0.17, )",
24+
"resolved": "1.0.17",
25+
"contentHash": "EMa138YM/LPqUEnJixjQlL8pBo+UvZULBrpFmq/8Lu7TggcJgwhLQ3n5534sh/vV7D5w4LZu1iJRrScMrRidlg=="
2626
},
2727
"Digitalroot.Valheim.Common.Log": {
2828
"type": "Direct",
29-
"requested": "[1.1.46, )",
30-
"resolved": "1.1.46",
31-
"contentHash": "WgwWYfcJJae4pQI0oRxkLj/NvFvYILo4p2P3nQkLX0i9fPpVB+eDlgAGUEsyG76PmsM/N7eZpGeiFvbnSDEEJQ==",
29+
"requested": "[1.1.53, )",
30+
"resolved": "1.1.53",
31+
"contentHash": "VYKplEKfk0NkkyNnjSrEf+RfMwphb7C5dU0eM5xdDcTLFRmacl2GbyLMIe6ugQiHwtTiFmXom5L+Ucu2tThldQ==",
3232
"dependencies": {
33-
"Digitalroot.Valheim.Common.Json": "1.0.34"
33+
"Digitalroot.Valheim.Common.Json": "1.0.41"
3434
}
3535
},
3636
"Digitalroot.Valheim.Common.Names": {
3737
"type": "Direct",
38-
"requested": "[1.4.18, )",
39-
"resolved": "1.4.18",
40-
"contentHash": "FqjWNLeVXk6J14c7GWftZ8aIpsqPJ3uXKy+HXgS66SjED/h6j5EEirUZnDMGe7A/6GboNUA06/JDp3R8qfR2kg==",
38+
"requested": "[1.4.30, )",
39+
"resolved": "1.4.30",
40+
"contentHash": "K66KrjXNaIE/igUTE4/UpVfmnIXKOduwzPoSI8u2SHZqf7wutFlBASZx66ek7A/nNi9S/4aXTWnwMX35NAs8oA==",
4141
"dependencies": {
42-
"Digitalroot.Valheim.Common.Utils": "1.0.55"
42+
"Digitalroot.Valheim.Common.Utils": "1.0.63"
4343
}
4444
},
4545
"Digitalroot.Valheim.Common.References": {
4646
"type": "Direct",
47-
"requested": "[0.217.38, )",
48-
"resolved": "0.217.38",
49-
"contentHash": "y8KIE7aSMeFytv1ks7CJIoDLWUPN4vzaSkWN2r4kDhkoq65rmmxB1UsjI+VZvfs9LZ5COfZwdQlz628/2Nclgg=="
47+
"requested": "[0.218.15, )",
48+
"resolved": "0.218.15",
49+
"contentHash": "Qg5YEUrGP9yBimtvSyfmODhOMFwErdGt6ZmFyz2zU1CeW4pgXA+VHIskqA2oHHkzp/6FLhr0ZR5laeAQ+Ah8aA=="
5050
},
5151
"Digitalroot.Valheim.Common.Utils": {
5252
"type": "Direct",
53-
"requested": "[1.0.55, )",
54-
"resolved": "1.0.55",
55-
"contentHash": "J9VWU0c+GLXvUYKlBx0zeN5t49iCEnYWC27O2/CSC6IitOe3tR3YhSCanFvAQPNuR0UOpjmbUgHegA3t6NS6AQ==",
53+
"requested": "[1.0.63, )",
54+
"resolved": "1.0.63",
55+
"contentHash": "Wak3IG6fL3NMQ4w7PK27idvfi/v5bY/QMgrH+fyaw0a8bDRYMseNvL3tED9XEbXhzsbYWBCk2IEsJ4EDUaDKxQ==",
5656
"dependencies": {
57-
"Digitalroot.Valheim.Common.Log": "1.1.46"
57+
"Digitalroot.Valheim.Common.Log": "1.1.53"
5858
}
5959
},
6060
"Digitalroot.Valheim.References.JvL": {
6161
"type": "Direct",
62-
"requested": "[2.15.2, )",
63-
"resolved": "2.15.2",
64-
"contentHash": "+GcLrGLT7mqaniFbBthYMNgRClTbDP0VSEBN+Leo56rDm4YFHbZVUanXOzJK+dWIEtttIeDINKtAJt4iljjdiw=="
62+
"requested": "[2.20.0, )",
63+
"resolved": "2.20.0",
64+
"contentHash": "4CCkEMVzlRDPeMQutVbRc3N0Ru4I28+2gbL788KD3+TkkqRX38+YMt1ez8gy42rka/IJ1SquxZdQnUJDnq/gcw=="
6565
},
6666
"ErrorProne.NET.CoreAnalyzers": {
6767
"type": "Direct",
@@ -84,40 +84,25 @@
8484
"Fody": "6.3.0"
8585
}
8686
},
87-
"Microsoft.NETFramework.ReferenceAssemblies": {
88-
"type": "Direct",
89-
"requested": "[1.0.3, )",
90-
"resolved": "1.0.3",
91-
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
92-
"dependencies": {
93-
"Microsoft.NETFramework.ReferenceAssemblies.net48": "1.0.3"
94-
}
95-
},
9687
"BepInEx.BaseLib": {
9788
"type": "Transitive",
9889
"resolved": "5.4.20",
9990
"contentHash": "0bXgYxbCEN2Ixp3kiFEhyw+RASeFQeg/ww+lbMt7if6XMeVS60eg6epNsMA8Jbx57dmNOzNevkKKw8mP8SUMqw=="
10091
},
10192
"Digitalroot.References.Unity": {
10293
"type": "Transitive",
103-
"resolved": "2022.3.12",
104-
"contentHash": "QgMwg+WAnbvmjxSuL+PKjr+35B0FhO0Thw9ddoSBrfBkYsMSCYAqJ0APsN2AQfXn3zVdJgP7Rw2S41DJfuBxRQ=="
94+
"resolved": "2022.3.17",
95+
"contentHash": "edxgtveXwn+ACtMyak1McLwoQxKm/GXdh8Drcx2hoFl5VoFeR9wdwEz1yJdVtbamtecZOVghEn3tKKR3ekqOeg=="
10596
},
10697
"Digitalroot.Valheim.Common.Json": {
10798
"type": "Transitive",
108-
"resolved": "1.0.34",
109-
"contentHash": "L7xiFHkundjUriPdJeqpy+V65EjaJpIrQu925VV1E1JbvL16jcVDY32Hj5HoREUEe1Tn8VJSYJBU6SJTqha2kw==",
99+
"resolved": "1.0.41",
100+
"contentHash": "GScGAJd21loJA8SLAZ6ZhnP40T3wEF79uEUpL9GDPirr/nwFnybUeafZwKtSWvauPVZT/x/fXc8SJ5j68WjQ5Q==",
110101
"dependencies": {
111-
"Digitalroot.References.Unity": "2022.3.12",
112-
"Digitalroot.Valheim.Common.References": "0.217.30",
113-
"fastJSON": "2.4.0.4"
102+
"Digitalroot.References.Unity": "2022.3.17",
103+
"LibZ.Tool": "1.2.0"
114104
}
115105
},
116-
"fastJSON": {
117-
"type": "Transitive",
118-
"resolved": "2.4.0.4",
119-
"contentHash": "lbxY+miTOvCNbNfOk8HcbmBD9F6wv2dRKZlMjtJBm6rjA5vFKXBYtR6eoIe96HnCHOE1nCJbMsaZDKGNPg5mIA=="
120-
},
121106
"HarmonyX": {
122107
"type": "Transitive",
123108
"resolved": "2.7.0",
@@ -126,10 +111,10 @@
126111
"MonoMod.RuntimeDetour": "21.12.13.1"
127112
}
128113
},
129-
"Microsoft.NETFramework.ReferenceAssemblies.net48": {
114+
"LibZ.Tool": {
130115
"type": "Transitive",
131-
"resolved": "1.0.3",
132-
"contentHash": "zMk4D+9zyiEWByyQ7oPImPN/Jhpj166Ky0Nlla4eXlNL8hI/BtSJsgR8Inldd4NNpIAH3oh8yym0W2DrhXdSLQ=="
116+
"resolved": "1.2.0",
117+
"contentHash": "jcZROJ28bmrZx/RaFHcTlSy3x4SmSsMolJiKoluFFrE7oMiXUnYx1K+SJeHJhow05W0Rg9oi9HEyZWwdYSV3cw=="
133118
},
134119
"Mono.Cecil": {
135120
"type": "Transitive",

src/UnitTests/UnitTests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
11-
<PackageReference Include="NUnit" Version="3.14.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
11+
<PackageReference Include="NUnit" Version="4.1.0" />
1212
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
13-
<PackageReference Include="coverlet.collector" Version="6.0.0">
13+
<PackageReference Include="coverlet.collector" Version="6.0.2">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>

0 commit comments

Comments
 (0)