FALMHousekeeping 7.7.1

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

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

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

           Package projected for Umbraco v7.6+

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  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
7.7.2.6 6,994 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 991 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

New feature and Various Fixes
               - New: Recycle Bin Manager
                   - Clean Content and Media Recycle Bins
                   - Possibility to create a Service Page to auto clean both recycle bins. This page can be used with a scheduler (for example I use "Url Task Scheduler For V7" https://our.umbraco.org/projects/backoffice-extensions/url-task-scheduler-for-v7/) to be able to schedule automatic cleaning of both recycle bins.
                     This action will create 2 FALM DocumentTypes, 1 FALM Template and 2 FALM nodes, simply by clicking a button.
                     "After creation of the Service Page, I recommend to add all FALM nodes and template urls in the robots.txt file to avoid being indexed by search engines"
               - Fix: Resolved issue #45 (GitHub) with bootstrap-datapicker. Removed reference and files from package because the stile affected Umbraco core datepicker
               - Fix: Update the UI