From 85e20d8ba9124acb2c0965e3191938644160fa3c Mon Sep 17 00:00:00 2001 From: Yauheni Pakala Date: Thu, 22 Jun 2017 17:55:17 +0300 Subject: [PATCH 1/6] Move nuget-specific files to nuget directory --- FB2Library.nuspec => nuget/FB2Library.nuspec | 8 ++++---- icon.nuget.png => nuget/icon.png | Bin 2 files changed, 4 insertions(+), 4 deletions(-) rename FB2Library.nuspec => nuget/FB2Library.nuspec (68%) rename icon.nuget.png => nuget/icon.png (100%) diff --git a/FB2Library.nuspec b/nuget/FB2Library.nuspec similarity index 68% rename from FB2Library.nuspec rename to nuget/FB2Library.nuspec index 6aa76ab..6b8ca47 100644 --- a/FB2Library.nuspec +++ b/nuget/FB2Library.nuspec @@ -8,7 +8,7 @@ Yauheni Pakala https://github.com/wcoder/FB2Library/blob/master/LICENSE.md https://github.com/wcoder/FB2Library - https://raw.githubusercontent.com/wcoder/FB2Library/master/icon.nuget.png + https://raw.githubusercontent.com/wcoder/FB2Library/master/nuget/icon.png false This project provides .Net library to help developers load .FB2 ebook files. This ebook files format is widely acceptable in Russia. If you doing some converter, reader or editor for ebooks and you using one of the .Net languages - this project for you. @@ -22,9 +22,9 @@ v.1.1 - Ported to PCL. - - - + + + \ No newline at end of file diff --git a/icon.nuget.png b/nuget/icon.png similarity index 100% rename from icon.nuget.png rename to nuget/icon.png From 4dbd4e6d864ffa7ce7b885af9db9051513148fc6 Mon Sep 17 00:00:00 2001 From: Yauheni Pakala Date: Mon, 24 Jul 2017 14:36:41 +0300 Subject: [PATCH 2/6] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3be4b16..8471fae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# FB2Library [![NuGet](https://img.shields.io/nuget/v/FB2Library.svg?label=NuGet)](https://www.nuget.org/packages/FB2Library/) +# FB2Library [![NuGet Badge](https://buildstats.info/nuget/FB2Library)](https://www.nuget.org/packages/FB2Library/) This project provides .Net library to help developers load .FB2 (Fiction Book: http://en.wikipedia.org/wiki/FictionBook ) ebook files. This ebook files format is widely acceptable in Russia. If you doing some converter, reader or editor for ebooks and you using one of the .Net languages - this project for you. @@ -8,6 +8,10 @@ This project provides .Net library to help developers load .FB2 (Fiction Book: h * Available on NuGet: https://www.nuget.org/packages/FB2Library * Install into your PCL project or Client projects. +``` +Install-Package FB2Library +``` + ## Usage * [Gettings started](https://github.com/wcoder/FB2Library/wiki/Usage) * [How to make book for reading](https://github.com/wcoder/FB2Library/wiki/How-to-make-book) From 800f9468030606e486d65113255df164e0f30f26 Mon Sep 17 00:00:00 2001 From: Yauheni Pakala Date: Wed, 9 Aug 2017 20:43:33 +0300 Subject: [PATCH 3/6] Port to .net standard library --- src/FB2Library/FB2Library.csproj | 10 +++++++--- src/FB2Library/project.json | 10 ++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 src/FB2Library/project.json diff --git a/src/FB2Library/FB2Library.csproj b/src/FB2Library/FB2Library.csproj index 525b92b..7058634 100644 --- a/src/FB2Library/FB2Library.csproj +++ b/src/FB2Library/FB2Library.csproj @@ -2,7 +2,7 @@ - 10.0 + 14.0 Release AnyCPU {718CE136-BCDC-4BF8-9863-ADC7633EB2CA} @@ -13,8 +13,9 @@ en-US 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Profile111 - v4.5 + + + v5.0 true @@ -84,6 +85,9 @@ + + + - - + + PackageReference + App.xaml @@ -104,7 +104,7 @@ Designer - + @@ -127,7 +127,12 @@ - + + 5.2.3 + + + + {718ce136-bcdc-4bf8-9863-adc7633eb2ca} FB2Library diff --git a/demo/FB2Sample.UWP/MainPage.xaml b/FB2Library.Sample.UWP/MainPage.xaml similarity index 85% rename from demo/FB2Sample.UWP/MainPage.xaml rename to FB2Library.Sample.UWP/MainPage.xaml index 5110a78..e71cc71 100644 --- a/demo/FB2Sample.UWP/MainPage.xaml +++ b/FB2Library.Sample.UWP/MainPage.xaml @@ -1,13 +1,13 @@  - + @@ -16,9 +16,9 @@ - + - +