VideoUltimate.NuGetOrg 1.9.15

Suggested Alternatives

GleamTech.VideoUltimate

Additional Details

This package has been renamed to GleamTech.VideoUltimate, please install the latest version of GleamTech.VideoUltimate 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 VideoUltimate.NuGetOrg --version 1.9.15
NuGet\Install-Package VideoUltimate.NuGetOrg -Version 1.9.15
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="VideoUltimate.NuGetOrg" Version="1.9.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VideoUltimate.NuGetOrg --version 1.9.15
#r "nuget: VideoUltimate.NuGetOrg, 1.9.15"
#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 VideoUltimate.NuGetOrg as a Cake Addin
#addin nuget:?package=VideoUltimate.NuGetOrg&version=1.9.15

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

VideoUltimate is the fastest and easiest .NET Video Reader and Thumbnailer which can read any video file format
       on the planet. It allows you read a video file frame by frame or generate meaningful thumbnails.

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 1.9.15 - September 12, 2019

 - **Improved:** Handling of temporary files:

     - New property GleamTechConfiguration.TemporaryFolder for being able to use a different folder than the default system temporary
     folder. All GleamTech products will use the same folder (removed FileUltimateConfiguration.TemporaryPath property).
     When you change this property, some default folders for products will change automatically if they are subfolders of TemporaryFolder.
     You can set this property to have more control on temporary folder (adjusting permissions, observing size etc.).
     For example for web apps, you can set it to "~/App_Data/Temporary" to observe it more easily.

   - Under temporary folder, there will be no more subfolders for the products but there will be subfolders for the feature:

     "GleamTech.Core" -> "ResourceCache"
     "FileUltimate\ImageCache" -> "ImageCache"
     "FileUltimate\DocumentCache" -> "DocumentCache"
     "FileUltimate" -> removed
     "DocumentUltimate" -> removed
     "ImageUltimate" -> removed

     The old subfolders will be migrated automatically.

   - When accessing TemporaryFolder, detailed "Access Denied" error messages will be shown to troubleshoot insufficent
     permission issues. The error message will include the safe display path and current windows identity (and impersonation level).

 - **Improved:** Preparation for NetCore/NetStandard DLL.