Paw 1.2.5587.30596

dotnet add package Paw --version 1.2.5587.30596
NuGet\Install-Package Paw -Version 1.2.5587.30596
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="Paw" Version="1.2.5587.30596" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Paw --version 1.2.5587.30596
#r "nuget: Paw, 1.2.5587.30596"
#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 Paw as a Cake Addin
#addin nuget:?package=Paw&version=1.2.5587.30596

// Install Paw as a Cake Tool
#tool nuget:?package=Paw&version=1.2.5587.30596

This library is collection of code that I have used in several unrelated projects, games, web sites, assemblers,
compilers etc. Therefore, there is no real roadmap for this library. I add code when I find something that I have
used on multiple projects or when I develop something new that I am most likely to use in multiple projects.
Suggestions are welcome! Do however understand that this is not by any means my primary project.

At this point, the most dominant feature would be the BBCode part of the library. In time, it might be something
else. In short, here is some code that is bothersome to build from scratch but is freely available.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.5587.30596 56 4/19/2015

Fixed the Node.IsTextChildrenAllowed bug (issue 20).
Added some clarification to the Importer section in the manual.
The HtmlRenderer can now optionally render text children as the attribute of the tag (issue 21).
Clarified that zero length attributeName in HtmlRenderer means that it is not allowed to be attributed.
TextValidator now uses a regex to find html tags (issue 22).
Implemented the W3CFontValidator that validates only W3C web safe fonts (issue 23).