EasyHookNativePackage.redist 2.7.6270

There is a newer version of this package available.
See the version list below for details.
dotnet add package EasyHookNativePackage.redist --version 2.7.6270
NuGet\Install-Package EasyHookNativePackage.redist -Version 2.7.6270
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="EasyHookNativePackage.redist" Version="2.7.6270" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EasyHookNativePackage.redist --version 2.7.6270
#r "nuget: EasyHookNativePackage.redist, 2.7.6270"
#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 EasyHookNativePackage.redist as a Cake Addin
#addin nuget:?package=EasyHookNativePackage.redist&version=2.7.6270

// Install EasyHookNativePackage.redist as a Cake Tool
#tool nuget:?package=EasyHookNativePackage.redist&version=2.7.6270

Redistributable components for package 'EasyHookNativePackage'. This package should only be installed as a dependency.
(This is not the package you are looking for).

Product Compatible and additional computed target framework versions.
native native is compatible. 
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 (2)

Showing the top 2 NuGet packages that depend on EasyHookNativePackage.redist:

Package Downloads
EasyHookNativePackage

This project supports extending (hooking) unmanaged code (APIs) on 32- or 64-bit Windows XP SP2, Windows Vista x64, Windows Server 2008 x64, Windows 7, Windows 8.1, and Windows 10.

HideWindowFromTaskbarHook.PieroViano

IoCLibrary

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on EasyHookNativePackage.redist:

Repository Stars
axodox/AxoCover
Nice and free .Net code coverage support for Visual Studio with OpenCover.
EasyHook/EasyHook-Tutorials
Contains the source code for the EasyHook tutorials found at https://easyhook.github.io
Version Downloads Last updated
2.7.7097 16,206 6/7/2019
2.7.6789 2,399 8/3/2018
2.7.6684 1,595 4/20/2018
2.7.6682 1,173 4/18/2018
2.7.6578.1 7,951 1/4/2018
2.7.6270 3,847 3/2/2017
2.7.6035 1,935 7/10/2016
2.7.5870.1 2,616 3/15/2016

2.7.6035.0:
1. MAX_HOOK_COUNT increased from 128 to 1024
2. CreateAndInject fixed to support injection across sessions (providing appropriate privileges).
3. RhCreateStealthRemoteThread fixed for 32-bit (still fairly experimental)  (#91)
4. 64-bit driver now preserves RAX register for trampoline (#78)
5. Native NuGet package now includes support for VS2015