Skip to content

Commit

Permalink
some epub metas
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Koloskov committed Sep 2, 2022
1 parent 174b7af commit 479c7e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Elib2Ebook/Elib2Ebook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<LangVersion>10</LangVersion>
<PackageId>Elib2Ebook</PackageId>
<Version>1.21.1</Version>
<Version>1.21.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Binary file modified Elib2Ebook/External/EpubSharp.dll
Binary file not shown.
Binary file modified Elib2Ebook/External/EpubSharp.pdb
Binary file not shown.
4 changes: 4 additions & 0 deletions Elib2Ebook/Logic/Builders/EpubBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ public override BuilderBase WithChapters(IEnumerable<Chapter> chapters) {
}

public override BuilderBase WithSeria(Seria seria) {
if (seria != default) {
_writer.AddCollection(seria.Name, seria.Number);
}

return this;
}

Expand Down

0 comments on commit 479c7e9

Please sign in to comment.