Skip to content

Commit

Permalink
Update nx id,
Browse files Browse the repository at this point in the history
Updated TS icon
  • Loading branch information
Digitalroot committed Jul 25, 2023
1 parent 00abb4b commit 3e1fc36
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 16 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/Digitalroot.Valheim.LightningArrowsJVL/.ts/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/Digitalroot.Valheim.LightningArrowsJVL/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace Digitalroot.Valheim.LightningArrowsJVL
[BepInPlugin(Guid, Name, Version)]
[NetworkCompatibility(CompatibilityLevel.ClientMustHaveMod, VersionStrictness.Minor)]
[BepInIncompatibility("com.bepinex.plugins.lightningarrows")]
[BepInDependency(Jotunn.Main.ModGuid, "2.10.4")]
[BepInDependency(Jotunn.Main.ModGuid)]
[SuppressMessage("ReSharper", "MemberCanBePrivate.Global")]
public partial class Main : BaseUnityPlugin, ITraceableLogging
{
Expand All @@ -34,7 +34,7 @@ public Main()
#else
EnableTrace = false;
#endif
NexusId = Config.Bind("General", "NexusID", 000, new ConfigDescription("Nexus mod ID for updates", null, new ConfigurationManagerAttributes { Browsable = false, ReadOnly = true }));
NexusId = Config.Bind("General", "NexusID", 2301, new ConfigDescription("Nexus mod ID for updates", null, new ConfigurationManagerAttributes { Browsable = false, ReadOnly = true }));
Log.RegisterSource(Instance);
Log.Trace(Instance, $"{Namespace}.{MethodBase.GetCurrentMethod()?.DeclaringType?.Name}.{MethodBase.GetCurrentMethod()?.Name}");
}
Expand Down
14 changes: 0 additions & 14 deletions src/Digitalroot.Valheim.LightningArrowsJVL/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,6 @@
"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",
Expand Down Expand Up @@ -114,11 +105,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

0 comments on commit 3e1fc36

Please sign in to comment.