GleamTech.Core.NuGetOrg 3.1.0

Suggested Alternatives

GleamTech.Common

Additional Details

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

// Install GleamTech.Core.NuGetOrg as a Cake Tool
#tool nuget:?package=GleamTech.Core.NuGetOrg&version=3.1.0

This package contains the core assembly which is shared by various GleamTech products. Product packages such as FileUltimate, ImageUltimate, VideoUltimate and DocumentUltimate depend on this package.

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.

This package has no dependencies.

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 3.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.

 - **Added:** GleamTechConfiguration class with AlphaFileSystemEnabled property which specifies whether AlphaFS
   should be used instead of System.IO for PhysicalFileSystem. The default is true. If you have problems in your
   environment regarding IO, you can disable AlphaFS (also using "GleamTech:AlphaFileSystemEnabled" key in appSettings)

 - **Improved:** Updated libraries.