RtfSharp 0.0.17

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

// Install RtfSharp as a Cake Tool
#tool nuget:?package=RtfSharp&version=0.0.17

A RTF lexer and parser for C#

With this you can extract meaningful information from RTF texts and use them to make other things

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • 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
0.0.17 345 6/14/2023
0.0.16 114 6/13/2023
0.0.15 125 6/11/2023
0.0.13 127 6/11/2023
0.0.11 112 6/11/2023
0.0.9 116 6/9/2023
0.0.8 136 6/9/2023
0.0.7 112 6/8/2023
0.0.6 109 6/8/2023
0.0.5 118 6/8/2023
0.0.3 114 6/7/2023
0.0.1 120 6/6/2023

Fixing a problem with our special character decoding algorithm.