Skip to content

Commit

Permalink
Update console demo app to .NET 9 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-one committed Dec 25, 2024
1 parent a6a3bd6 commit 50f7676
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 @@ -19,7 +19,7 @@ Supported runtimes:
* .NET Standard >= 1.3 (includes .NET Core >= 1.0 and .NET >= 5)
* .NET Framework >= 4.6

[Download](#download-the-latest-stable-release) | [Documentation](https://os.vers.one/EpubReader/) | [WPF & .NET 7 console demo apps](#demo-apps)
[Download](#download-the-latest-stable-release) | [Documentation](https://os.vers.one/EpubReader/) | [WPF & .NET 9 console demo apps](#demo-apps)

## EpubReader in a nutshell
![EpubReader in a nutshell](Documentation/images/epubreader-in-a-nutshell.png)
Expand All @@ -31,9 +31,9 @@ Supported runtimes:

HTML renderer used in this demo app may have difficulties while rendering content for some of the books if the HTML structure is too complicated.

* [Download .NET 7 console demo app](https://github.com/vers-one/EpubReader/releases/latest/download/ConsoleDemo.zip) (ConsoleDemo.zip)
* [Download .NET 9 console demo app](https://github.com/vers-one/EpubReader/releases/latest/download/ConsoleDemo.zip) (ConsoleDemo.zip)

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

## Examples
1. [How to extract the table of contents.](https://os.vers.one/EpubReader/examples/example-1.html)
Expand Down

0 comments on commit 50f7676

Please sign in to comment.