Pgs.CrossPlatform.FormattedText 1.0.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package Pgs.CrossPlatform.FormattedText --version 1.0.9
NuGet\Install-Package Pgs.CrossPlatform.FormattedText -Version 1.0.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pgs.CrossPlatform.FormattedText" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pgs.CrossPlatform.FormattedText --version 1.0.9
#r "nuget: Pgs.CrossPlatform.FormattedText, 1.0.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Pgs.CrossPlatform.FormattedText as a Cake Addin
#addin nuget:?package=Pgs.CrossPlatform.FormattedText&version=1.0.9

// Install Pgs.CrossPlatform.FormattedText as a Cake Tool
#tool nuget:?package=Pgs.CrossPlatform.FormattedText&version=1.0.9

Enchanted label for Xamarin.Forms which allows you to style text within single label, using user-defined tags(ex. HTML-style tags).
     Currently only Android custom renderer is implemented.

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
MonoAndroid monoandroid is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.2 1,332 4/24/2017
2.1.1 1,204 11/14/2016
2.1.0 1,122 10/31/2016
2.0.0.7 1,243 10/25/2016
2.0.0.6 1,039 10/25/2016
1.0.9 944 10/13/2016
1.0.8 959 10/10/2016
1.0.7 974 10/10/2016
1.0.6 941 10/7/2016
1.0.5 966 10/7/2016

- Fixed deep nesting,
- Added predefinited styles/tags,
- Dependencies error fixed,
- Parser now use StringBuilder insteed of string,
- Android support for SpannableStringBuilder,
- downgraded Xamarin.Forms, so lower verion is required
- iOS is not yet supported