Skip to content

Commit

Permalink
Added to nx. Update to VH 0.217.30
Browse files Browse the repository at this point in the history
Enabled nx workflow.
  • Loading branch information
Digitalroot committed Nov 17, 2023
1 parent 05ca68b commit fdd310e
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 69 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
is-nuget-package: false
#force-assembly-version: true
#create-github-release: false
#nexus-enable-upload: true
#nexus-mod-id: 000
nexus-enable-upload: true
nexus-mod-id: 2605
ts-enable-upload: true
ts-name: Chain_Manager
ts-description: "Adds a craftable chain to Valheim."
ts-categories: Client-side Crafting
ts-dependencies: [email protected].2105 ValheimModding-Jotunn@2.12.6
ts-dependencies: [email protected].2202 ValheimModding-Jotunn@2.14.6
23 changes: 7 additions & 16 deletions src/Digitalroot.Valheim.ChainManager/.nx/description.bbcode.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
[size=3]Valheim mod to mute Misophonia triggering sounds.
[size=3]Adds a craftable chain to Valheim.
[/size][b][size=4]
License
[/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]
[/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]
[/size][size=3]Closed-source license is available for commercial use.[/size]

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

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

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

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

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

[center][size=3][b][color=#00ffff]Digitalroot can be found in the following Discords[/color][/b][/size]
[url=https://discord.gg/Xh3UHcDC][img]https://digitalroot.net/img/jvldisc.png[/img][/url]
[url=https://discord.gg/randyknappmods][img]https://digitalroot.net/img/epiclootdisc.png[/img][/url]
[url=https://discord.gg/mbkPcvu9ax][img]https://digitalroot.net/img/odinplusdisc.png[/img][/url]
[/center]
[url=https://discord.gg/SsMW3rm67u][img]https://digitalroot.net/img/vl/vl_logo_125x154.png[/img][/url][/center]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<AssemblyName>Digitalroot.Valheim.ChainManager</AssemblyName>
<TargetFrameworks>net462</TargetFrameworks>
<TargetFrameworks>net48</TargetFrameworks>
<LangVersion>10</LangVersion>
<RootNamespace>Digitalroot.Valheim.ChainManager</RootNamespace>
<IsPublishable>False</IsPublishable>
Expand All @@ -12,7 +12,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
<Copyright>Copyright © Digitalroot Technologies 2021 - 2023</Copyright>
<Copyright>Copyright © Digitalroot Technologies 2021 - 2024</Copyright>
<PackageProjectUrl>https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.ChainManager</PackageProjectUrl>
<RepositoryUrl>https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.ChainManager</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down Expand Up @@ -49,22 +49,22 @@
<PackageReference Include="Digitalroot.Valheim.Build.Targets" Version="1.0.21">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Digitalroot.Valheim.Common.AssemblyInfo" Version="1.0.15">
<PackageReference Include="Digitalroot.Valheim.Common.AssemblyInfo" Version="1.0.16">
<PrivateAssets>all</PrivateAssets>
<ExcludeAssets>runtime</ExcludeAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Digitalroot.Valheim.Common.Log" Version="1.1.44" />
<PackageReference Include="Digitalroot.Valheim.Common.Names" Version="1.4.16">
<PackageReference Include="Digitalroot.Valheim.Common.Log" Version="1.1.46" />
<PackageReference Include="Digitalroot.Valheim.Common.Names" Version="1.4.18">
<IncludeAssets></IncludeAssets>
</PackageReference>
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.217.25">
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.217.30">
<PrivateAssets>all</PrivateAssets>
<ExcludeAssets>runtime</ExcludeAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Digitalroot.Valheim.Common.Utils" Version="1.0.53" />
<PackageReference Include="Digitalroot.Valheim.References.JvL" Version="2.14.4" />
<PackageReference Include="Digitalroot.Valheim.Common.Utils" Version="1.0.55" />
<PackageReference Include="Digitalroot.Valheim.References.JvL" Version="2.14.6" />
<PackageReference Include="ErrorProne.NET.CoreAnalyzers" Version="0.1.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion src/Digitalroot.Valheim.ChainManager/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private void Awake()
try
{
Log.Trace(Instance, $"{Namespace}.{MethodBase.GetCurrentMethod()?.DeclaringType?.Name}.{MethodBase.GetCurrentMethod()?.Name}");
// NexusId = Config.Bind("General", "NexusID", 0000, new ConfigDescription("Nexus mod ID for updates", null, new ConfigurationManagerAttributes { Browsable = false, ReadOnly = true }));
NexusId = Config.Bind("General", "NexusID", 2605, new ConfigDescription("Nexus mod ID for updates", null, new ConfigurationManagerAttributes { Browsable = false, ReadOnly = true }));
PrefabManager.OnVanillaPrefabsAvailable += OnVanillaPrefabsAvailable;
}
catch (Exception e)
Expand Down
70 changes: 31 additions & 39 deletions src/Digitalroot.Valheim.ChainManager/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"dependencies": {
".NETFramework,Version=v4.6.2": {
".NETFramework,Version=v4.8": {
"BepInEx.Core": {
"type": "Direct",
"requested": "[5.4.21, 5.4.21]",
Expand All @@ -20,48 +20,48 @@
},
"Digitalroot.Valheim.Common.AssemblyInfo": {
"type": "Direct",
"requested": "[1.0.15, )",
"resolved": "1.0.15",
"contentHash": "3ON75WIRJwrKklKITwFRcVEzgsQiSulcADc9usolIfMQOour5zurrrnxDUodOHsYVE2ZsWAlsdpFhbgqMkW2uw=="
"requested": "[1.0.16, )",
"resolved": "1.0.16",
"contentHash": "+QeepsgH/cRv93h1NrhKLnjARUYNplFWVrFX4MBYLV2K2MQ9hGWV/bhR4As/2IOeNVKX42x5wJqw4YFbZLky/w=="
},
"Digitalroot.Valheim.Common.Log": {
"type": "Direct",
"requested": "[1.1.44, )",
"resolved": "1.1.44",
"contentHash": "SLHf3KU6FnjIYDuISNyqK3r465u6uljWMFkGADUaBfq9V85ne0Y+NKHajixgEHZ9VKNoOYHU+AZ/eS2eBOE/tg==",
"requested": "[1.1.46, )",
"resolved": "1.1.46",
"contentHash": "WgwWYfcJJae4pQI0oRxkLj/NvFvYILo4p2P3nQkLX0i9fPpVB+eDlgAGUEsyG76PmsM/N7eZpGeiFvbnSDEEJQ==",
"dependencies": {
"Digitalroot.Valheim.Common.Json": "1.0.32"
"Digitalroot.Valheim.Common.Json": "1.0.34"
}
},
"Digitalroot.Valheim.Common.Names": {
"type": "Direct",
"requested": "[1.4.16, )",
"resolved": "1.4.16",
"contentHash": "Rdn1jsNGxAEVdWBxlV5xK/eMuqQJPZBLTXYO6PQ1c964pf9XaPwWO9Z4tyqwU22oITgwMZscdqTNI1e7Vbx05g==",
"requested": "[1.4.18, )",
"resolved": "1.4.18",
"contentHash": "FqjWNLeVXk6J14c7GWftZ8aIpsqPJ3uXKy+HXgS66SjED/h6j5EEirUZnDMGe7A/6GboNUA06/JDp3R8qfR2kg==",
"dependencies": {
"Digitalroot.Valheim.Common.Utils": "1.0.52"
"Digitalroot.Valheim.Common.Utils": "1.0.55"
}
},
"Digitalroot.Valheim.Common.References": {
"type": "Direct",
"requested": "[0.217.25, )",
"resolved": "0.217.25",
"contentHash": "HFg+ZMLwJvJRGLWInqfVdBQjjWzOjlSLLOlbppv/FrRelYBHz6Al3C9PV5KgDKA20n0sWta7yYA7rbMuP1MnKQ=="
"requested": "[0.217.30, )",
"resolved": "0.217.30",
"contentHash": "B1HHmPAlCire+YKJKYRiHpYRQHUyAiTrQtTujhua1AxQgMS6RCUlJ1kr3XNks3976gduuOsWJ2ydd6MHqLxRvA=="
},
"Digitalroot.Valheim.Common.Utils": {
"type": "Direct",
"requested": "[1.0.53, )",
"resolved": "1.0.53",
"contentHash": "q5q7TsOutzHvbqe15OvFUk+e82HyNrQzdzCNwLEfZf94vjTdPiYzQaqmCPUHwtsrLaimEN7OHBj1Oj8STcio6g==",
"requested": "[1.0.55, )",
"resolved": "1.0.55",
"contentHash": "J9VWU0c+GLXvUYKlBx0zeN5t49iCEnYWC27O2/CSC6IitOe3tR3YhSCanFvAQPNuR0UOpjmbUgHegA3t6NS6AQ==",
"dependencies": {
"Digitalroot.Valheim.Common.Log": "1.1.44"
"Digitalroot.Valheim.Common.Log": "1.1.46"
}
},
"Digitalroot.Valheim.References.JvL": {
"type": "Direct",
"requested": "[2.14.4, )",
"resolved": "2.14.4",
"contentHash": "1PuAkq14ONm6BbppXTZip3t1QZgA4bSVgYuB2yCv7NpDkFo5jekChfsY9scpEM8CH+egKvgrKfJPzgLhObAANA=="
"requested": "[2.14.6, )",
"resolved": "2.14.6",
"contentHash": "lYXe5Qb3MAuRHfyCeFYucawQ99EdXd08wB5ls2CDi6blHjapWkzKH/UhV1LLtJKR/eq40bU1uoR72adZ/veoCg=="
},
"ErrorProne.NET.CoreAnalyzers": {
"type": "Direct",
Expand All @@ -84,26 +84,23 @@
"Fody": "6.3.0"
}
},
"Microsoft.NETFramework.ReferenceAssemblies": {
"type": "Direct",
"requested": "[1.0.3, )",
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net462": "1.0.3"
}
},
"BepInEx.BaseLib": {
"type": "Transitive",
"resolved": "5.4.20",
"contentHash": "0bXgYxbCEN2Ixp3kiFEhyw+RASeFQeg/ww+lbMt7if6XMeVS60eg6epNsMA8Jbx57dmNOzNevkKKw8mP8SUMqw=="
},
"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.34",
"contentHash": "L7xiFHkundjUriPdJeqpy+V65EjaJpIrQu925VV1E1JbvL16jcVDY32Hj5HoREUEe1Tn8VJSYJBU6SJTqha2kw==",
"dependencies": {
"Digitalroot.Valheim.Common.References": "0.217.4",
"Digitalroot.References.Unity": "2022.3.12",
"Digitalroot.Valheim.Common.References": "0.217.30",
"fastJSON": "2.4.0.4"
}
},
Expand All @@ -120,11 +117,6 @@
"MonoMod.RuntimeDetour": "21.12.13.1"
}
},
"Microsoft.NETFramework.ReferenceAssemblies.net462": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "IzAV30z22ESCeQfxP29oVf4qEo8fBGXLXSU6oacv/9Iqe6PzgHDKCaWfwMBak7bSJQM0F5boXWoZS+kChztRIQ=="
},
"Mono.Cecil": {
"type": "Transitive",
"resolved": "0.11.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 @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit fdd310e

Please sign in to comment.