XText 2.2.4
dotnet add package XText --version 2.2.4
NuGet\Install-Package XText -Version 2.2.4
<PackageReference Include="XText" Version="2.2.4" />
paket add XText --version 2.2.4
#r "nuget: XText, 2.2.4"
// Install XText as a Cake Addin #addin nuget:?package=XText&version=2.2.4 // Install XText as a Cake Tool #tool nuget:?package=XText&version=2.2.4
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 | Versions 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. |
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,978 | 4/17/2015 |
2.2.3 | 1,376 | 4/17/2015 |
2.2.2 | 1,405 | 4/16/2015 |
2.2.1 | 1,360 | 4/16/2015 |
2.2.0 | 1,364 | 4/14/2015 |
2.1.0 | 1,329 | 4/8/2015 |
2.0.1 | 11,860 | 2/11/2015 |
2.0.0 | 1,748 | 1/7/2015 |
2.0.0-beta1 | 1,274 | 11/28/2014 |
1.5.3 | 1,528 | 11/27/2014 |
1.5.2 | 1,457 | 11/27/2014 |
1.5.1 | 1,464 | 11/27/2014 |
1.5.0 | 1,493 | 11/27/2014 |
1.4.7 | 1,210 | 7/10/2014 |
1.4.6 | 1,161 | 7/10/2014 |
1.4.5 | 1,218 | 7/10/2014 |
1.4.4 | 1,140 | 7/10/2014 |
1.4.3 | 1,183 | 7/4/2014 |
1.4.2 | 1,191 | 5/8/2014 |
1.4.1 | 1,167 | 5/8/2014 |
1.4.0 | 1,190 | 5/6/2014 |
1.3.2.4 | 1,352 | 1/8/2013 |
1.3.1.1 | 1,241 | 1/8/2013 |
1.3.1 | 1,230 | 1/8/2013 |
1.3.0 | 1,320 | 1/7/2013 |
1.2.0 | 1,503 | 8/5/2012 |
1.1.0 | 1,265 | 8/4/2012 |
1.0.1 | 1,359 | 8/4/2012 |
1.0.0 | 1,366 | 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
2.0.0 - Restructure of text classes and small API changes to remove ambiguity between blocks and inlines.
2.0.1 - Fixed crash formatting inline with no text
2.1.0 - Added parser to turn a compatible markdown string into an XText representation
2.2.0 - Added .BuildDocument() to XBlock to create a FlowDocument element, fixed some bugs in parser
2.2.1 - ToString() now escapes *'s in markdown, parse respects escaped *'s
2.2.2 - Parsing now more tolerant to markdown which is not well formed
2.2.3 - Fixed some more parsing bugs
2.2.4 - Fixed some more parsing bugs