Skip to content

Commit 41b8eb0

Browse files
committed
[Minor] bump version to 0.13.2.0
1 parent 4720c4d commit 41b8eb0

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

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)