FileUltimate.NuGetOrg 6.1.0

Suggested Alternatives

GleamTech.FileUltimate

Additional Details

This package has been renamed to GleamTech.FileUltimate, please install the latest version of GleamTech.FileUltimate instead of this package.

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package FileUltimate.NuGetOrg --version 6.1.0
NuGet\Install-Package FileUltimate.NuGetOrg -Version 6.1.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="FileUltimate.NuGetOrg" Version="6.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FileUltimate.NuGetOrg --version 6.1.0
#r "nuget: FileUltimate.NuGetOrg, 6.1.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.
// Install FileUltimate.NuGetOrg as a Cake Addin
#addin nuget:?package=FileUltimate.NuGetOrg&version=6.1.0

// Install FileUltimate.NuGetOrg as a Cake Tool
#tool nuget:?package=FileUltimate.NuGetOrg&version=6.1.0

File Manager Control for ASP.NET WebForms, ASP.NET MVC 3+ (.NET Framework 4.0+) and ASP.NET Core.
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 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.

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

## Version 6.1.0 - July 16, 2018

 - **Fixed:** Downloading files with unicode characters (e.g. german umlauts) in their names failed on ASP.NET Core.
   This was caused because unencoded version of filename was provided in Content-Disposition header for older  
   browsers (utf-8 encoded version was already provided for modern browsers). ASP.NET Core does not allow unencoded
   unicode characters in response header value like ASP.NET Classic. So now alternative file name will be
   transliterated to ASCII for keeping old browser support.
   
 - **Fixed:** "Input string was not in correct format" error when setting LicenseKey property when you have an invalid
   version string in AssemblyFileVersion attribute of your assembly. For example using asterisk (e.g. "1.0.184.*")
   is not valid for AssemblyFileVersion, it's only valid for AssemblyVersion (compiler only converts asterisk to
   number only for  this attribute). Now even if you have invalid version (non-numeric) in AssemblyFileVersion
   attribute, the parsing error will be ignored.

 - **Improved:** Document Viewer stability, accuracy for  Presentation, Spreadsheet, ProjectManagement and Email formats.