Skip to content

Commit

Permalink
New download links
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-one authored Mar 19, 2018
1 parent 1a1b611 commit 55a5bb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@ foreach (EpubNavigationHeadMeta meta in navigation.Head)
## Download latest stable release
[Via NuGet package from nuget.org](https://www.nuget.org/packages/VersOne.Epub)

DLL file from GitHub: [for .NET Framework](https://github.com/vers-one/EpubReader/releases/download/v2.0.2/VersOne.Epub.Net45.zip) (26.2 KB) / [for .NET Core](https://github.com/vers-one/EpubReader/releases/download/v2.0.2/VersOne.Epub.NetCore.zip) (26.3 KB)
DLL file from GitHub: [for .NET Framework](https://github.com/vers-one/EpubReader/releases/download/v2.0.3/VersOne.Epub.Net45.zip) (26.9 KB) / [for .NET Core](https://github.com/vers-one/EpubReader/releases/download/v2.0.3/VersOne.Epub.NetCore.zip) (27.0 KB)

## Demo apps
[Download WPF demo app ](https://github.com/vers-one/EpubReader/releases/download/v2.0.2/WpfDemo.zip) (WpfDemo.zip, 389 KB)
[Download WPF demo app ](https://github.com/vers-one/EpubReader/releases/download/v2.0.3/WpfDemo.zip) (WpfDemo.zip, 409 KB)

This .NET Framework application demonstrates how to open EPUB books and extract their content using the library.

HTML renderer used in this demo app may be a little bit slow for some books.

[Download .NET Core console demo app](https://github.com/vers-one/EpubReader/releases/download/v2.0.2/NetCoreDemo.zip) (NetCoreDemo.zip, 17.2 MB)
[Download .NET Core console demo app](https://github.com/vers-one/EpubReader/releases/download/v2.0.3/NetCoreDemo.zip) (NetCoreDemo.zip, 17.6 MB)

This .NET Core console application demonstrates how to open EPUB books and retrieve their text content.

0 comments on commit 55a5bb6

Please sign in to comment.