XText 1.5.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package XText --version 1.5.3
NuGet\Install-Package XText -Version 1.5.3
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="XText" Version="1.5.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XText --version 1.5.3
#r "nuget: XText, 1.5.3"
#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 XText as a Cake Addin
#addin nuget:?package=XText&version=1.5.3

// Install XText as a Cake Tool
#tool nuget:?package=XText&version=1.5.3

XText allows you to easily create a text based layout simply in code, including Paragraphs, inlines, formatting etc. Also gives the ability to conditionally writing out elements

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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.2.4 1,902 4/17/2015
2.2.3 1,347 4/17/2015
2.2.2 1,371 4/16/2015
2.2.1 1,331 4/16/2015
2.2.0 1,341 4/14/2015
2.1.0 1,311 4/8/2015
2.0.1 10,199 2/11/2015
2.0.0 1,722 1/7/2015
2.0.0-beta1 1,260 11/28/2014
1.5.3 1,499 11/27/2014
1.5.2 1,431 11/27/2014
1.5.1 1,441 11/27/2014
1.5.0 1,470 11/27/2014
1.4.7 1,182 7/10/2014
1.4.6 1,128 7/10/2014
1.4.5 1,181 7/10/2014
1.4.4 1,115 7/10/2014
1.4.3 1,152 7/4/2014
1.4.2 1,163 5/8/2014
1.4.1 1,135 5/8/2014
1.4.0 1,154 5/6/2014
1.3.2.4 1,315 1/8/2013
1.3.1.1 1,213 1/8/2013
1.3.1 1,199 1/8/2013
1.3.0 1,287 1/7/2013
1.2.0 1,470 8/5/2012
1.1.0 1,237 8/4/2012
1.0.1 1,321 8/4/2012
1.0.0 1,338 8/4/2012

1.0.0 - Initial Release
1.0.1 - Added implicit cast operator from string->XInline
1.1.0 - Renamed XElement to XTextElement (because of naming conflict with actual XElement)
1.2.0 - Restricted XParagraph to only accept inlines
1.3.0 - Added ToString overloads for all elements, and a few bug fixes
1.4.0 - Added Binding support and ToPlainString method
1.4.2 - Bug fixes
1.4.3 - Bug fixes
1.4.4 - Fixed ToPlainString bug
1.5.0 - Fix scenario with unwanted spaces between words, allow late binding of text (with null ref protection)
1.5.1 - Fixed issue with span and ToPlainString
1.5.2 - Fixed issue with paragraph and ToPlainString
1.5.3 - Fixed new line in paragraph issue with using ToPlainString