-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
158 changed files
with
123 additions
and
387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<Application | ||
x:Class="FB2Sample.UWP.App" | ||
x:Class="FB2Library.Sample.UWP.App" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:local="using:FB2Sample.UWP" | ||
xmlns:local="using:FB2Library.Sample.UWP" | ||
RequestedTheme="Light"> | ||
|
||
</Application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard1.0</TargetFramework> | ||
<Version>1.3</Version> | ||
<GeneratePackageOnBuild>False</GeneratePackageOnBuild> | ||
<Authors>lordkiron, Yauheni Pakala</Authors> | ||
<PackageLicenseUrl>https://github.com/wcoder/FB2Library/blob/master/LICENSE.md</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/wcoder/FB2Library</PackageProjectUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/wcoder/FB2Library/master/nuget/icon.png</PackageIconUrl> | ||
<RepositoryUrl>https://github.com/wcoder/FB2Library</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>netstandard, pcl, fb2, ebook, windows, uwp, android, ios, linux, macos, xamarin, xamarin.forms</PackageTags> | ||
<PackageReleaseNotes>v.1.3 - Ported to .Net Standard Library | ||
v.1.2.1 - Merge pull request from g0rdan/master https://github.com/wcoder/FB2Library/pull/3 | ||
v.1.2 - Added class-reader. | ||
v.1.1 - Ported to PCL.</PackageReleaseNotes> | ||
<Description>Cross-Platform .NET library for read .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.</Description> | ||
<Product></Product> | ||
<PackageTitle>Cross-Platform .NET library for read .FB2 ebook files</PackageTitle> | ||
<Company /> | ||
<Copyright>Copyright (c) 2009-2015 lordkiron / 2016 Yauheni Pakala</Copyright> | ||
<AssemblyVersion>1.2.1.0</AssemblyVersion> | ||
<FileVersion>1.2.1.0</FileVersion> | ||
</PropertyGroup> | ||
</Project> |
Oops, something went wrong.