Naiad 1.3.1

dotnet add package Naiad --version 1.3.1
                    
NuGet\Install-Package Naiad -Version 1.3.1
                    
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="Naiad" Version="1.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Naiad" Version="1.3.1" />
                    
Directory.Packages.props
<PackageReference Include="Naiad" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Naiad --version 1.3.1
                    
#r "nuget: Naiad, 1.3.1"
                    
#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.
#:package Naiad@1.3.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Naiad&version=1.3.1
                    
Install as a Cake Addin
#tool nuget:?package=Naiad&version=1.3.1
                    
Install as a Cake Tool

Package Description

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

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Naiad:

Package Downloads
SpecWorks.MarkMyWord

A .NET library for converting CommonMark markdown to Microsoft Word (.docx) documents with syntax highlighting and Mermaid diagrams. Supports headings, paragraphs, emphasis, code blocks with syntax highlighting (JSON, TypeSpec, Bash), Mermaid diagram rendering, links, images, lists, tables, and more.

Naiad.Skia

SkiaSharp-backed PNG render backend for Naiad. Rasterizes the same parse, layout and styling pipeline that produces Naiad's SVG, through Skia. Unlike Naiad itself this package takes a third-party dependency (SkiaSharp).

Naiad.ImageSharp

SixLabors.ImageSharp-backed PNG render backend for Naiad. Rasterizes the same parse, layout and styling pipeline that produces Naiad's SVG, through ImageSharp. Unlike Naiad itself this package takes third-party dependencies (SixLabors.ImageSharp and SixLabors.ImageSharp.Drawing, under the Six Labors Split License).

SpecWorks.MarkMyDeck

A .NET library for converting CommonMark markdown to Microsoft PowerPoint (.pptx) presentations with syntax highlighting and Mermaid diagram rendering. Supports headings as slide titles, paragraphs, code blocks with syntax highlighting, Mermaid diagrams, links, images, lists, tables, and more.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Naiad:

Repository Stars
dartdavros/MarkMello
MarkMello — приложение для быстрого открытия и чтения Markdown-файлов с дополнительным режимом редактирования.
Version Downloads Last Updated
1.3.1 76 7/3/2026
1.3.0 123 6/24/2026
1.2.0 134 6/20/2026
1.1.0 124 6/17/2026
1.0.0 118 6/6/2026
0.1.2 597 2/23/2026
0.1.1 221 1/3/2026
0.1.0 135 12/30/2025