GleamTech.FileUltimate 10.4.0

dotnet add package GleamTech.FileUltimate --version 10.4.0
                    
NuGet\Install-Package GleamTech.FileUltimate -Version 10.4.0
                    
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="GleamTech.FileUltimate" Version="10.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GleamTech.FileUltimate" Version="10.4.0" />
                    
Directory.Packages.props
<PackageReference Include="GleamTech.FileUltimate" />
                    
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 GleamTech.FileUltimate --version 10.4.0
                    
#r "nuget: GleamTech.FileUltimate, 10.4.0"
                    
#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 GleamTech.FileUltimate@10.4.0
                    
#: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=GleamTech.FileUltimate&version=10.4.0
                    
Install as a Cake Addin
#tool nuget:?package=GleamTech.FileUltimate&version=10.4.0
                    
Install as a Cake Tool

FileUltimate is an ASP.NET File Manager and Uploader
which supports ASP.NET Core 5.0+, ASP.NET Core 2.1+, ASP.NET MVC 3.0+ and ASP.NET WebForms 4.7.2+ web applications/web sites.

Integrate a file manager into your ASP.NET application or site rapidly.
- Browse and manage files with access control.

- Accept files with the advanced upload functionality.

- Offer a structured and neat download area.

- Preview documents (70+ file formats, including PDF © Microsoft Office), images, audios and videos.

Note: This package contains a fully working version of the product, however without a license key it will run in trial mode.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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.  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 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
10.4.0 114 8/18/2026
10.2.5 244 6/29/2026
10.2.0 194 6/8/2026
10.1.0 609 4/24/2026
10.0.0 591 4/7/2026
9.8.7 1,347 12/23/2025
9.8.5 1,330 12/18/2025
9.8.2 1,697 10/21/2025
9.8.0 1,678 10/2/2025
9.7.5 1,546 9/26/2025
9.7.2 1,696 9/11/2025
9.7.1 1,722 9/1/2025
9.7.0 1,740 8/27/2025
9.6.4 2,414 7/3/2025
9.6.3 2,020 5/6/2025
9.6.1 1,779 4/25/2025
9.6.0 1,828 4/18/2025
9.5.6 1,821 4/15/2025
9.5.5 1,740 4/12/2025
9.5.2 1,803 4/2/2025
Loading failed

## Version 10.4.0 - August 18, 2026

 - **Improved:** Vastly improved startup performance:
   
   - Optimized internal AssemblyResolver, it now avoids pre-extracting native DLLs for modern .NET and subscribes
     to `AssemblyLoadContext.Default.ResolvingUnmanagedDll` event to extract a native DLL only when it's requested.
     This improves the cold-startup time of the host app for modern .NET.
     .NET Framework still needs to pre-extract native DLLs as it does not have that event but other optimizations
     in AssemblyResolver still improves that runtime.
     AssemblyResolver.log now includes more details about resolved assemblies and has more readable/neat text structure.

   - Minimized reflection type scanning in GleamTech assemblies to prevent early loading of dependency assemblies.

   - Considerably reduced size of GleamTech DLLs to decrease memory footprint and improve loading time.
     (further reducing will be done in next versions by minimizing dependencies)

 - **Improved:** Upgraded `AspNetCoreCS` example projects of all products from `net6.0` to `net8.0` (Visual Studio 2022+ (17.8+)).
   Updated `Getting Started` docs and made code samples up-to date.

 - **Changed:** Removed implicit operators for casting to/from other libraries (e.g. ImageSharp, SkiaSharp),
   from `Image`, `Color`, `Font` and `Rectangle` classes in `GleamTech.Drawing` namespace,
   and made them extension methods in another class to prevent reflection method scanning to unnecessarily probe assemblies.
   Also shortened the names of the conversion methods:
   - ToGleamTechDrawingImage() -> ToGleamTechImage()
   - ToSystemDrawingBitmap() -> ToSystemBitmap()
   - ToSystemDrawingImage -> ToSystemImage()
   - ToSkiaSharpBitmap -> ToSkiaBitmap()
   - ToSkiaSharpBitmap -> ToSkiaBitmap()