From edc173a834708bdd595f2dcc4c5648c97eb73221 Mon Sep 17 00:00:00 2001 From: vers-one <12114169+vers-one@users.noreply.github.com> Date: Thu, 4 Apr 2019 02:38:27 -0400 Subject: [PATCH] Updating version to 2.0.5 --- README.md | 6 +++--- .../VersOne.Epub.NetCoreDemo.csproj | 8 ++++---- Source/VersOne.Epub.WpfDemo/Properties/AssemblyInfo.cs | 4 ++-- Source/VersOne.Epub/VersOne.Epub.csproj | 9 ++++++--- Source/VersOne.Epub/VersOne.Epub.nuspec | 6 +++--- 5 files changed, 18 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 3da66b5..fe4d2c5 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.4/VersOne.Epub.Net45.zip) (26.9 KB) / [for .NET Core](https://github.com/vers-one/EpubReader/releases/download/v2.0.4/VersOne.Epub.NetCore.zip) (27.0 KB) / [for .NET Standard](https://github.com/vers-one/EpubReader/releases/download/v2.0.4/VersOne.Epub.NetStandard.zip) (27.0 KB) +DLL file from GitHub: [for .NET Framework](https://github.com/vers-one/EpubReader/releases/download/v2.0.5/VersOne.Epub.Net45.zip) (26.9 KB) / [for .NET Core](https://github.com/vers-one/EpubReader/releases/download/v2.0.5/VersOne.Epub.NetCore.zip) (27.0 KB) / [for .NET Standard](https://github.com/vers-one/EpubReader/releases/download/v2.0.5/VersOne.Epub.NetStandard.zip) (27.0 KB) ## Demo apps -[Download WPF demo app ](https://github.com/vers-one/EpubReader/releases/download/v2.0.4/WpfDemo.zip) (WpfDemo.zip, 409 KB) +[Download WPF demo app ](https://github.com/vers-one/EpubReader/releases/download/v2.0.5/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.4/NetCoreDemo.zip) (NetCoreDemo.zip, 17.6 MB) +[Download .NET Core console demo app](https://github.com/vers-one/EpubReader/releases/download/v2.0.5/NetCoreDemo.zip) (NetCoreDemo.zip, 17.6 MB) This .NET Core console application demonstrates how to open EPUB books and retrieve their text content. diff --git a/Source/VersOne.Epub.NetCoreDemo/VersOne.Epub.NetCoreDemo.csproj b/Source/VersOne.Epub.NetCoreDemo/VersOne.Epub.NetCoreDemo.csproj index 8eb1664..1a3021e 100644 --- a/Source/VersOne.Epub.NetCoreDemo/VersOne.Epub.NetCoreDemo.csproj +++ b/Source/VersOne.Epub.NetCoreDemo/VersOne.Epub.NetCoreDemo.csproj @@ -1,4 +1,4 @@ - + Exe netcoreapp1.0 @@ -7,11 +7,11 @@ - vers, 2015-2018 - 2.0.4 + vers, 2015-2019 + 2.0.5 - + diff --git a/Source/VersOne.Epub.WpfDemo/Properties/AssemblyInfo.cs b/Source/VersOne.Epub.WpfDemo/Properties/AssemblyInfo.cs index ff9d0f0..6d5d58d 100644 --- a/Source/VersOne.Epub.WpfDemo/Properties/AssemblyInfo.cs +++ b/Source/VersOne.Epub.WpfDemo/Properties/AssemblyInfo.cs @@ -5,7 +5,7 @@ [assembly: AssemblyTitle("VersOne.Epub.WpfDemo")] [assembly: AssemblyDescription("WPF demo application for VersOne.Epub library")] [assembly: AssemblyCopyright("Unlicense ")] -[assembly: AssemblyVersion("2.0.4.0")] -[assembly: AssemblyFileVersion("2.0.4.0")] +[assembly: AssemblyVersion("2.0.5.0")] +[assembly: AssemblyFileVersion("2.0.5.0")] [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)] [assembly: ComVisible(false)] diff --git a/Source/VersOne.Epub/VersOne.Epub.csproj b/Source/VersOne.Epub/VersOne.Epub.csproj index 63aecd5..d286801 100644 --- a/Source/VersOne.Epub/VersOne.Epub.csproj +++ b/Source/VersOne.Epub/VersOne.Epub.csproj @@ -5,11 +5,14 @@ - vers, 2015-2018 - 2.0.4 + vers, 2015-2019 + 2.0.5 false + + NU1605 + - + diff --git a/Source/VersOne.Epub/VersOne.Epub.nuspec b/Source/VersOne.Epub/VersOne.Epub.nuspec index 4f84ddc..904de8f 100644 --- a/Source/VersOne.Epub/VersOne.Epub.nuspec +++ b/Source/VersOne.Epub/VersOne.Epub.nuspec @@ -2,14 +2,14 @@ VersOne.Epub - 2.0.4 + 2.0.5 EPUB reader .NET library for reading EPUB files vers false - https://github.com/vers-one/EpubReader/blob/master/LICENSE + Unlicense https://github.com/vers-one/EpubReader - .NET Standard 1.3 support. + Fix for reading play order attribute. Unlicense <http://unlicense.org> epub