From 55a5bb6e230f23190e47f5ef899047a272863193 Mon Sep 17 00:00:00 2001 From: vers-one <12114169+vers-one@users.noreply.github.com> Date: Sun, 18 Mar 2018 20:17:23 -0400 Subject: [PATCH] New download links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3dfbec..6cb93c3 100644 --- a/README.md +++ b/README.md @@ -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.