FALMHousekeeping by Adriano Fabri

<PackageReference Include="FALMHousekeeping" Version="7.6.0.2" />

.NET API 21,436,096 bytes

 FALMHousekeeping 7.6.0.2

This package adds a new section with the following tools: - Umbraco logs manager: with this tool you can view and delete Umbraco log events. Now you can manage DB Log and the TraceLog (this is a simplified version of Diplo Trace Log Viewer project - https://our.umbraco.org/projects/developer-tools/diplo-trace-log-viewer/) - Media folder cleanup: with this tool you can delete those file system folders under '/media' which have no entry in the DB (orphans) - Delete users: with this tool you can completely remove Umbraco users. - Version manager: with this tool you can view and cleanup the version history that Umbraco mantains for each content node.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>FALMHousekeeping</id>
    <version>7.6.0.2</version>
    <title>FALM Housekeeping 7</title>
    <authors>Adriano Fabri</authors>
    <owners>Adriano Fabri</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
    <projectUrl>https://our.umbraco.org/projects/backoffice-extensions/falm-housekeeping/</projectUrl>
    <description>This package adds a new section with the following tools:
- Umbraco logs manager: with this tool you can view and delete Umbraco log events.
Now you can manage DB Log and the TraceLog (this is a simplified version of Diplo Trace Log Viewer project - https://our.umbraco.org/projects/developer-tools/diplo-trace-log-viewer/)
- Media folder cleanup: with this tool you can delete those file system folders under '/media' which have no entry in the DB (orphans)
- Delete users: with this tool you can completely remove Umbraco users.
- Version manager: with this tool you can view and cleanup the version history that Umbraco mantains for each content node.</description>
    <releaseNotes>Project created for Umbraco v7.5+</releaseNotes>
    <copyright>Copyright 2017 © F.A.L.M.</copyright>
    <tags>falm housekeeping umbraco cleanup event history log manager media orphan trace tracelog user version</tags>
    <iconUrl>https://avatars1.githubusercontent.com/u/6727508?v=4</iconUrl>
    <summary>FALM Housekeeping is a tool to cleanup umbraco logs, media, users and versions</summary>
  </metadata>
</package>