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.
- Available on NuGet: https://www.nuget.org/packages/FB2Library
- Install into your PCL project or Client projects.
Install-Package FB2Library
or
dotnet add package FB2Library
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
- lordkiron - developed original library
- Yauheni Pakala - porting to PCL/NetStandard
Microsoft Public License