From 31797a1c404095ff695ddef2cb52cce68f4eb13c Mon Sep 17 00:00:00 2001 From: vers-one <12114169+vers-one@users.noreply.github.com> Date: Fri, 29 Apr 2022 00:12:12 -0400 Subject: [PATCH] Update readme for 3.1.1 release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd317f9..fd1a7d5 100644 --- a/README.md +++ b/README.md @@ -160,10 +160,10 @@ StructuralSemanticsProperty? ssp = epub3NavDocument.Navs.First().Type; ## Download latest stable release [Download from nuget.org](https://www.nuget.org/packages/VersOne.Epub) -DLL file from GitHub: [for .NET Framework](https://github.com/vers-one/EpubReader/releases/latest/download/VersOne.Epub.Net46.zip) (40.4 KB) / [for .NET Standard](https://github.com/vers-one/EpubReader/releases/latest/download/VersOne.Epub.NetStandard.zip) (40.4 KB) +DLL file from GitHub: [for .NET Framework](https://github.com/vers-one/EpubReader/releases/latest/download/VersOne.Epub.Net46.zip) (40.4 KB) / [for .NET Standard](https://github.com/vers-one/EpubReader/releases/latest/download/VersOne.Epub.NetStandard.zip) (40.5 KB) ## Demo apps -[Download WPF demo app](https://github.com/vers-one/EpubReader/releases/latest/download/WpfDemo.zip) (WpfDemo.zip, 487 KB) +[Download WPF demo app](https://github.com/vers-one/EpubReader/releases/latest/download/WpfDemo.zip) (WpfDemo.zip, 488 KB) This .NET Framework application demonstrates how to open EPUB books and extract their content using the library.