Skip to content

wcoder/FB2Library

Repository files navigation

FB2Library NuGet Badge

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.

The original library automatically exported from http://code.google.com/p/fb2librarynet and placed here.

Installation

Install-Package FB2Library

or

dotnet add package FB2Library

Usage

Platform Support

Everything that supports .NET Standard 1.0:

  • .NET Core 1.0+
  • .NET Framework 4.5+
  • .NET 6
  • .NET 7
  • Mono
  • Xamarin.iOS
  • Xamarin.Android
  • Universal Windows Platform 10
  • Windows 8.0
  • Windows Phone 8.1
  • Windows Phone Silverlight 8.0

Authors


Microsoft Public License