Skip to content

Commit 2703478

Browse files
authored
Merge pull request #109 from altairwei/main
[Minor] bump version to 0.13.2.0
2 parents 4720c4d + 41b8eb0 commit 2703478

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

ModShardLauncher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ApplicationIcon>ico.ico</ApplicationIcon>
1010
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
1111
<SatelliteResourceLanguages>zh-Hans</SatelliteResourceLanguages>
12-
<FileVersion>0.13.1.0</FileVersion>
12+
<FileVersion>0.13.2.0</FileVersion>
1313
</PropertyGroup>
1414

1515
<ItemGroup> <!-- Include the specific files to exclude the ones in the test folder -->

ModUtils/CodeUtils.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -653,13 +653,6 @@ public static string Collect(this FileEnumerable<(Match, string)> fe)
653653
yield return (Match.After, element);
654654
}
655655
}
656-
657-
/*
658-
if (!foundUntil)
659-
{
660-
throw new Exception("MatchFromUntil: No matching lines found. Items to match: " + string.Join(", ", otheruntil));
661-
}
662-
*/
663656
}
664657
/// <summary>
665658
/// Same behaviour as <see cref="MatchFromUntil"/> but using <paramref name="otherfrom"/>.Split('\n') and <paramref name="otheruntil"/>.Split('\n') for the comparison.

0 commit comments

Comments
 (0)