Lumeo.FileViewer 5.11.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Lumeo.FileViewer --version 5.11.1
                    
NuGet\Install-Package Lumeo.FileViewer -Version 5.11.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="Lumeo.FileViewer" Version="5.11.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Lumeo.FileViewer" Version="5.11.1" />
                    
Directory.Packages.props
<PackageReference Include="Lumeo.FileViewer" />
                    
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 Lumeo.FileViewer --version 5.11.1
                    
#r "nuget: Lumeo.FileViewer, 5.11.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 Lumeo.FileViewer@5.11.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=Lumeo.FileViewer&version=5.11.1
                    
Install as a Cake Addin
#tool nuget:?package=Lumeo.FileViewer&version=5.11.1
                    
Install as a Cake Tool

Lumeo.FileViewer

FileViewer — a universal file viewer for Lumeo. Detects file type from MIME type / extension and renders inline: PDF (via Lumeo.PdfViewer), images, video, audio, Markdown, JSON, CSV, source code (via Lumeo.CodeEditor) and plain text. Pluggable renderer registry; auth-aware via a configurable HttpClient. Unknown types fall back to a Download CTA.

Install alongside the Lumeo core package — it registers no services of its own.

Install

dotnet add package Lumeo --prerelease
dotnet add package Lumeo.FileViewer --prerelease
// Program.cs
builder.Services.AddLumeo();   // the only DI call — core and every satellite share it

Usage

@using Lumeo

<FileViewer Src="/files/report.pdf" ShowToolbar="true" ShowDownload="true" />

Full docs: https://lumeo.nativ.sh/components/file-viewer

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  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

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
5.12.0 38 9/25/2026
5.11.3 40 9/25/2026
5.11.2 37 9/25/2026
5.11.1 35 9/25/2026
5.11.0 42 9/24/2026
5.10.5 52 9/23/2026
5.10.4 91 9/16/2026
5.10.3 87 9/16/2026
5.10.2 93 9/16/2026
5.10.1 85 9/15/2026
5.10.0 88 9/15/2026
5.9.1 95 9/4/2026
5.9.0 94 9/4/2026
5.8.0 94 9/3/2026
5.7.0 108 9/3/2026
5.6.0 107 9/2/2026
5.5.0 97 9/2/2026
5.4.0 97 9/2/2026
5.3.1 98 9/2/2026
5.3.0 91 9/2/2026
Loading failed