Skip to content

Commit a87682a

Browse files
anyalee_cpanyalee_cp
authored andcommitted
1 parent 2c79037 commit a87682a

File tree

6 files changed

+3
-2
lines changed

6 files changed

+3
-2
lines changed

GrabBooksFromUSFM.suo

0 Bytes
Binary file not shown.

GrabBooksFromUSFM/GBC_USFM_Preprocessor.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<HintPath>ThirdPartyDlls\Ionic.Zip.Reduced.dll</HintPath>
5454
</Reference>
5555
<Reference Include="SharpEpub, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
56+
<SpecificVersion>False</SpecificVersion>
5657
<HintPath>ThirdPartyDlls\SharpEpub.dll</HintPath>
5758
</Reference>
5859
<Reference Include="System" />
1 KB
Binary file not shown.
0 Bytes
Binary file not shown.
-16 KB
Binary file not shown.

GrabBooksFromUSFM/frmMain.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ limitations under the License.
2020
using System.IO;
2121
using System.Collections;
2222
using System.Text.RegularExpressions;
23-
using SharpEpub;
2423
using System.Globalization;
24+
using SharpEpub;
2525

2626
namespace GBC_USFM_Preprocessor
2727
{
@@ -3294,7 +3294,7 @@ private void cmdGenerateEPUB_Click(object sender, EventArgs e)
32943294

32953295
CreateEpubTitlePage(sExportPath, cboEpubLanguage.SelectedValue.ToString());
32963296
//put in the epub
3297-
Epub epub = new Epub(sExportPath, TocOptions.ByTitleTag);
3297+
Epub epub = new Epub(sExportPath, TocOptions.ByTitleTag);
32983298
epub.Metadata.Creator = "Creator";
32993299
epub.Metadata.Language = cboEpubLanguage.Text;
33003300
epub.Metadata.Title = txtFullName.Text;

0 commit comments

Comments
 (0)