We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BuildProperties
1 parent 31825b1 commit 807d923Copy full SHA for 807d923
ModLocalizer/ModLoader/BuildProperties.cs
@@ -43,7 +43,7 @@ public static ModReference Parse(string spec)
43
if (split.Length == 1)
44
return new ModReference(split[0], null);
45
46
- if (split.Length > 1)
+ if (split.Length > 2)
47
throw new Exception("Invalid mod reference: " + spec);
48
49
try
ModLocalizer/Properties/AssemblyInfo.cs
@@ -14,5 +14,5 @@
14
15
[assembly: Guid("613f981d-c5dd-43d1-b0ff-057169a647c4")]
16
17
-[assembly: AssemblyVersion("0.10.3.0")]
18
-[assembly: AssemblyFileVersion("0.10.3.0")]
+[assembly: AssemblyVersion("0.10.4.0")]
+[assembly: AssemblyFileVersion("0.10.4.0")]
0 commit comments