FALMHousekeeping 7.7.2.6

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

// Install FALMHousekeeping as a Cake Tool
#tool nuget:?package=FALMHousekeeping&version=7.7.2.6

This package adds a new section with the following tools:

     - Umbraco logs manager: to view and delete Umbraco DB Logs events and to view the TraceLog (this new function is a simplified version of Diplo Trace Log Viewer project - https://our.umbraco.org/projects/developer-tools/diplo-trace-log-viewer/)
     - Media folder cleanup: to delete (in filesystem) under '/media' all folders which have no entry in the DB (orphans)
     - Delete users: to remove Umbraco users (except the admin user)
     - Version manager: to view and cleanup the version history that Umbraco maintains for each content node
     - Recycle Bin Manager: to cleanup Content and Media Recycle Bin
     - Cache and TEMP directories Manager: to cleanup "App_Data/cache" and "App_Data/TEMP" directories on File System

     Package projected for Umbraco v7.7.0+

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  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
7.7.2.6 6,851 9/11/2018
7.7.2.5 1,169 7/19/2018
7.7.2.4 1,286 7/4/2018
7.7.2.3 1,084 7/3/2018
7.7.2.2 1,118 6/13/2018
7.7.2.1 1,198 4/9/2018
7.7.2 1,139 4/6/2018
7.7.1 1,017 3/7/2018
7.7.0.2 1,182 1/17/2018
7.7.0.1 1,119 1/16/2018
7.7.0 1,112 1/8/2018
7.6.0.9 1,122 11/7/2017
7.6.0.7 962 10/25/2017
7.6.0.6 990 10/18/2017
7.6.0.5 1,098 9/29/2017
7.6.0.3 1,197 9/25/2017
7.6.0.2 1,137 9/4/2017
7.6.0.1 1,082 9/1/2017

Enhancement: Versions manager, now use the core pagination component and umb-table layout