From c90b94dbb6ccef77b7de3418e21c587e2108fb6b Mon Sep 17 00:00:00 2001 From: Enkidu93 Date: Thu, 27 Mar 2025 12:24:02 -0400 Subject: [PATCH] Update to version 3.6.4; remove comment missed in earlier PR --- src/AssemblyInfo.props | 6 +++--- .../Corpora/UpdateUsfmParserHandlerTests.cs | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/AssemblyInfo.props b/src/AssemblyInfo.props index b37b9a51..e4ddf8b9 100644 --- a/src/AssemblyInfo.props +++ b/src/AssemblyInfo.props @@ -1,9 +1,9 @@ - 3.6.3 + 3.6.4 $(Version)-$(VersionSuffix) - 3.6.3.0 - 3.6.3.0 + 3.6.4.0 + 3.6.4.0 SIL Global SIL Global Machine diff --git a/tests/SIL.Machine.Tests/Corpora/UpdateUsfmParserHandlerTests.cs b/tests/SIL.Machine.Tests/Corpora/UpdateUsfmParserHandlerTests.cs index 4a2eb548..0fbdf765 100644 --- a/tests/SIL.Machine.Tests/Corpora/UpdateUsfmParserHandlerTests.cs +++ b/tests/SIL.Machine.Tests/Corpora/UpdateUsfmParserHandlerTests.cs @@ -237,7 +237,6 @@ public void GetUsfm_ParagraphInVerse() \s1 \v 2 "; - // Assert.Fail(targetStrip); Assess(targetStrip, resultStrip); }