Skip to content

Commit fdd310e

Browse files
committed
Added to nx. Update to VH 0.217.30
Enabled nx workflow.
1 parent 05ca68b commit fdd310e

File tree

7 files changed

+52
-69
lines changed

7 files changed

+52
-69
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
is-nuget-package: false
3737
#force-assembly-version: true
3838
#create-github-release: false
39-
#nexus-enable-upload: true
40-
#nexus-mod-id: 000
39+
nexus-enable-upload: true
40+
nexus-mod-id: 2605
4141
ts-enable-upload: true
4242
ts-name: Chain_Manager
4343
ts-description: "Adds a craftable chain to Valheim."
4444
ts-categories: Client-side Crafting
45-
ts-dependencies: denikson-BepInExPack_Valheim@5.4.2105 ValheimModding-Jotunn@2.12.6
45+
ts-dependencies: denikson-BepInExPack_Valheim@5.4.2202 ValheimModding-Jotunn@2.14.6
Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
[size=3]Valheim mod to mute Misophonia triggering sounds.
1+
[size=3]Adds a craftable chain to Valheim.
22
[/size][b][size=4]
33
License
4-
[/size][/b][size=3][url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.MisophoniaFriendly/blob/main/LICENSE]GNU Affero General Public License v3.0[/url][/size][size=3]
4+
[/size][/b][size=3][url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.ChainManager/blob/main/LICENSE]GNU Affero General Public License v3.0[/url][/size][size=3]
55
[/size][size=3]Closed-source license is available for commercial use.[/size]
66

77
[b][size=4]Source[/size][/b]
8-
[size=3][url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.MisophoniaFriendly]GitHub[/url][/size]
8+
[size=3][url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.ChainManager]GitHub[/url][/size]
99

10-
[b][size=4]Digitalroot's Max Dungeon Rooms[/size][/b]
11-
[size=3]Mutes Misophonia triggering sounds. [/size]
12-
[list]
13-
[*][size=3]Puke[/size]
14-
[*][size=3]Eat[/size]
15-
[/list]
1610
[b][size=4]Installation (manual)[/size][/b]
1711
[list=1]
1812
[*][size=3]Download the latest release archive (zip) file.[/size]
@@ -23,16 +17,13 @@ License
2317
[*][size=3]No need to configure.[/size]
2418
[/list]
2519
[b][size=4]Issues/Bugs[/size][/b]
26-
[size=3]Open an issue or bug on the [url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.MisophoniaFriendly/issues]issue board[/url].[/size]
20+
[size=3]Open an issue or bug on the [url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.ChainManager/issues]issue board[/url].[/size]
2721

2822
[b][size=4]Questions[/size][/b]
29-
[size=3]Ask a question on the [url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.MisophoniaFriendly/discussions]discussions board[/url].[/size]
23+
[size=3]Ask a question on the [url=https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.ChainManager/discussions]discussions board[/url].[/size]
3024

3125
[b][size=4]Support Me[/size][/b] @ [url=https://www.buymeacoffee.com/digitalroot]https://www.buymeacoffee.com/digitalroot[/url]
3226

27+
[center][color=#fff2cc][size=3][b]Digitalroot can be found in the Valhalla Legends' Discord[/b][/size][/color]
3328

34-
[center][size=3][b][color=#00ffff]Digitalroot can be found in the following Discords[/color][/b][/size]
35-
[url=https://discord.gg/Xh3UHcDC][img]https://digitalroot.net/img/jvldisc.png[/img][/url]
36-
[url=https://discord.gg/randyknappmods][img]https://digitalroot.net/img/epiclootdisc.png[/img][/url]
37-
[url=https://discord.gg/mbkPcvu9ax][img]https://digitalroot.net/img/odinplusdisc.png[/img][/url]
38-
[/center]
29+
[url=https://discord.gg/SsMW3rm67u][img]https://digitalroot.net/img/vl/vl_logo_125x154.png[/img][/url][/center]
760 KB
Loading

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<AssemblyName>Digitalroot.Valheim.ChainManager</AssemblyName>
5-
<TargetFrameworks>net462</TargetFrameworks>
5+
<TargetFrameworks>net48</TargetFrameworks>
66
<LangVersion>10</LangVersion>
77
<RootNamespace>Digitalroot.Valheim.ChainManager</RootNamespace>
88
<IsPublishable>False</IsPublishable>
@@ -12,7 +12,7 @@
1212
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1313
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1414
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
15-
<Copyright>Copyright © Digitalroot Technologies 2021 - 2023</Copyright>
15+
<Copyright>Copyright © Digitalroot Technologies 2021 - 2024</Copyright>
1616
<PackageProjectUrl>https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.ChainManager</PackageProjectUrl>
1717
<RepositoryUrl>https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.ChainManager</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>
@@ -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.15">
52+
<PackageReference Include="Digitalroot.Valheim.Common.AssemblyInfo" Version="1.0.16">
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.44" />
58-
<PackageReference Include="Digitalroot.Valheim.Common.Names" Version="1.4.16">
57+
<PackageReference Include="Digitalroot.Valheim.Common.Log" Version="1.1.46" />
58+
<PackageReference Include="Digitalroot.Valheim.Common.Names" Version="1.4.18">
5959
<IncludeAssets></IncludeAssets>
6060
</PackageReference>
61-
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.217.25">
61+
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.217.30">
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.53" />
67-
<PackageReference Include="Digitalroot.Valheim.References.JvL" Version="2.14.4" />
66+
<PackageReference Include="Digitalroot.Valheim.Common.Utils" Version="1.0.55" />
67+
<PackageReference Include="Digitalroot.Valheim.References.JvL" Version="2.14.6" />
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/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private void Awake()
3939
try
4040
{
4141
Log.Trace(Instance, $"{Namespace}.{MethodBase.GetCurrentMethod()?.DeclaringType?.Name}.{MethodBase.GetCurrentMethod()?.Name}");
42-
// NexusId = Config.Bind("General", "NexusID", 0000, new ConfigDescription("Nexus mod ID for updates", null, new ConfigurationManagerAttributes { Browsable = false, ReadOnly = true }));
42+
NexusId = Config.Bind("General", "NexusID", 2605, new ConfigDescription("Nexus mod ID for updates", null, new ConfigurationManagerAttributes { Browsable = false, ReadOnly = true }));
4343
PrefabManager.OnVanillaPrefabsAvailable += OnVanillaPrefabsAvailable;
4444
}
4545
catch (Exception e)

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

Lines changed: 31 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": 1,
33
"dependencies": {
4-
".NETFramework,Version=v4.6.2": {
4+
".NETFramework,Version=v4.8": {
55
"BepInEx.Core": {
66
"type": "Direct",
77
"requested": "[5.4.21, 5.4.21]",
@@ -20,48 +20,48 @@
2020
},
2121
"Digitalroot.Valheim.Common.AssemblyInfo": {
2222
"type": "Direct",
23-
"requested": "[1.0.15, )",
24-
"resolved": "1.0.15",
25-
"contentHash": "3ON75WIRJwrKklKITwFRcVEzgsQiSulcADc9usolIfMQOour5zurrrnxDUodOHsYVE2ZsWAlsdpFhbgqMkW2uw=="
23+
"requested": "[1.0.16, )",
24+
"resolved": "1.0.16",
25+
"contentHash": "+QeepsgH/cRv93h1NrhKLnjARUYNplFWVrFX4MBYLV2K2MQ9hGWV/bhR4As/2IOeNVKX42x5wJqw4YFbZLky/w=="
2626
},
2727
"Digitalroot.Valheim.Common.Log": {
2828
"type": "Direct",
29-
"requested": "[1.1.44, )",
30-
"resolved": "1.1.44",
31-
"contentHash": "SLHf3KU6FnjIYDuISNyqK3r465u6uljWMFkGADUaBfq9V85ne0Y+NKHajixgEHZ9VKNoOYHU+AZ/eS2eBOE/tg==",
29+
"requested": "[1.1.46, )",
30+
"resolved": "1.1.46",
31+
"contentHash": "WgwWYfcJJae4pQI0oRxkLj/NvFvYILo4p2P3nQkLX0i9fPpVB+eDlgAGUEsyG76PmsM/N7eZpGeiFvbnSDEEJQ==",
3232
"dependencies": {
33-
"Digitalroot.Valheim.Common.Json": "1.0.32"
33+
"Digitalroot.Valheim.Common.Json": "1.0.34"
3434
}
3535
},
3636
"Digitalroot.Valheim.Common.Names": {
3737
"type": "Direct",
38-
"requested": "[1.4.16, )",
39-
"resolved": "1.4.16",
40-
"contentHash": "Rdn1jsNGxAEVdWBxlV5xK/eMuqQJPZBLTXYO6PQ1c964pf9XaPwWO9Z4tyqwU22oITgwMZscdqTNI1e7Vbx05g==",
38+
"requested": "[1.4.18, )",
39+
"resolved": "1.4.18",
40+
"contentHash": "FqjWNLeVXk6J14c7GWftZ8aIpsqPJ3uXKy+HXgS66SjED/h6j5EEirUZnDMGe7A/6GboNUA06/JDp3R8qfR2kg==",
4141
"dependencies": {
42-
"Digitalroot.Valheim.Common.Utils": "1.0.52"
42+
"Digitalroot.Valheim.Common.Utils": "1.0.55"
4343
}
4444
},
4545
"Digitalroot.Valheim.Common.References": {
4646
"type": "Direct",
47-
"requested": "[0.217.25, )",
48-
"resolved": "0.217.25",
49-
"contentHash": "HFg+ZMLwJvJRGLWInqfVdBQjjWzOjlSLLOlbppv/FrRelYBHz6Al3C9PV5KgDKA20n0sWta7yYA7rbMuP1MnKQ=="
47+
"requested": "[0.217.30, )",
48+
"resolved": "0.217.30",
49+
"contentHash": "B1HHmPAlCire+YKJKYRiHpYRQHUyAiTrQtTujhua1AxQgMS6RCUlJ1kr3XNks3976gduuOsWJ2ydd6MHqLxRvA=="
5050
},
5151
"Digitalroot.Valheim.Common.Utils": {
5252
"type": "Direct",
53-
"requested": "[1.0.53, )",
54-
"resolved": "1.0.53",
55-
"contentHash": "q5q7TsOutzHvbqe15OvFUk+e82HyNrQzdzCNwLEfZf94vjTdPiYzQaqmCPUHwtsrLaimEN7OHBj1Oj8STcio6g==",
53+
"requested": "[1.0.55, )",
54+
"resolved": "1.0.55",
55+
"contentHash": "J9VWU0c+GLXvUYKlBx0zeN5t49iCEnYWC27O2/CSC6IitOe3tR3YhSCanFvAQPNuR0UOpjmbUgHegA3t6NS6AQ==",
5656
"dependencies": {
57-
"Digitalroot.Valheim.Common.Log": "1.1.44"
57+
"Digitalroot.Valheim.Common.Log": "1.1.46"
5858
}
5959
},
6060
"Digitalroot.Valheim.References.JvL": {
6161
"type": "Direct",
62-
"requested": "[2.14.4, )",
63-
"resolved": "2.14.4",
64-
"contentHash": "1PuAkq14ONm6BbppXTZip3t1QZgA4bSVgYuB2yCv7NpDkFo5jekChfsY9scpEM8CH+egKvgrKfJPzgLhObAANA=="
62+
"requested": "[2.14.6, )",
63+
"resolved": "2.14.6",
64+
"contentHash": "lYXe5Qb3MAuRHfyCeFYucawQ99EdXd08wB5ls2CDi6blHjapWkzKH/UhV1LLtJKR/eq40bU1uoR72adZ/veoCg=="
6565
},
6666
"ErrorProne.NET.CoreAnalyzers": {
6767
"type": "Direct",
@@ -84,26 +84,23 @@
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.net462": "1.0.3"
94-
}
95-
},
9687
"BepInEx.BaseLib": {
9788
"type": "Transitive",
9889
"resolved": "5.4.20",
9990
"contentHash": "0bXgYxbCEN2Ixp3kiFEhyw+RASeFQeg/ww+lbMt7if6XMeVS60eg6epNsMA8Jbx57dmNOzNevkKKw8mP8SUMqw=="
10091
},
92+
"Digitalroot.References.Unity": {
93+
"type": "Transitive",
94+
"resolved": "2022.3.12",
95+
"contentHash": "QgMwg+WAnbvmjxSuL+PKjr+35B0FhO0Thw9ddoSBrfBkYsMSCYAqJ0APsN2AQfXn3zVdJgP7Rw2S41DJfuBxRQ=="
96+
},
10197
"Digitalroot.Valheim.Common.Json": {
10298
"type": "Transitive",
103-
"resolved": "1.0.32",
104-
"contentHash": "3Q5QPfGlXEzs1EPiJq9sWQhaSXaSj31kQVpOB7P4POrXHXyBvojMxyMt9bfhzG9qjBJS3K0R+/cH9j7zDyG8yw==",
99+
"resolved": "1.0.34",
100+
"contentHash": "L7xiFHkundjUriPdJeqpy+V65EjaJpIrQu925VV1E1JbvL16jcVDY32Hj5HoREUEe1Tn8VJSYJBU6SJTqha2kw==",
105101
"dependencies": {
106-
"Digitalroot.Valheim.Common.References": "0.217.4",
102+
"Digitalroot.References.Unity": "2022.3.12",
103+
"Digitalroot.Valheim.Common.References": "0.217.30",
107104
"fastJSON": "2.4.0.4"
108105
}
109106
},
@@ -120,11 +117,6 @@
120117
"MonoMod.RuntimeDetour": "21.12.13.1"
121118
}
122119
},
123-
"Microsoft.NETFramework.ReferenceAssemblies.net462": {
124-
"type": "Transitive",
125-
"resolved": "1.0.3",
126-
"contentHash": "IzAV30z22ESCeQfxP29oVf4qEo8fBGXLXSU6oacv/9Iqe6PzgHDKCaWfwMBak7bSJQM0F5boXWoZS+kChztRIQ=="
127-
},
128120
"Mono.Cecil": {
129121
"type": "Transitive",
130122
"resolved": "0.11.4",

src/UnitTests/UnitTests.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
11-
<PackageReference Include="NUnit" Version="3.13.3" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
11+
<PackageReference Include="NUnit" Version="3.14.0" />
1212
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
1313
<PackageReference Include="coverlet.collector" Version="6.0.0">
1414
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)