GleamTech.Core.NuGetOrg 3.3.1

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.3.1
NuGet\Install-Package GleamTech.Core.NuGetOrg -Version 3.3.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="GleamTech.Core.NuGetOrg" Version="3.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GleamTech.Core.NuGetOrg --version 3.3.1
#r "nuget: GleamTech.Core.NuGetOrg, 3.3.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.
// Install GleamTech.Core.NuGetOrg as a Cake Addin
#addin nuget:?package=GleamTech.Core.NuGetOrg&version=3.3.1

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

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.3.1 - January 29, 2019

 - **Improved:** Support for adding GleamTech assemblies to GAC (Global Assembly Cache), for example using with
   SharePoint On Premise will be possible. In previous versions, the integrated AssemblyResolver failed
   with "Could not load file or assembly 'GleamTech.AssemblyResolver, Version=2.0.0.0, Culture=neutral,
   PublicKeyToken=a05198837413a6d8'" error. This is because AppDomain.AssemblyResolve event is not fired by
   .NET Framework (fusion) when the requesting assembly is installed to GAC. Now with a workaround, the integrated
   AssemblyResolver will be successfully loaded and it will resolve other assemblies.