FALMHousekeeping by Adriano Fabri

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

.NET API 5,571,584 bytes

 FALMHousekeeping 7.6.0.6

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 projected for Umbraco v7.5+ Please note that this package install these Umbraco v7.7.1 dlls: - businesslogic.dll - interfaces.dll - log4net.dll - umbraco.dll - Umbraco.Core.dll

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>FALMHousekeeping</id>
    <version>7.6.0.6</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>
    <iconUrl>https://our.umbraco.org/media/wiki/8189/636410001739210788_logo-falmpng.png</iconUrl>
    <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.

Package projected for Umbraco v7.5+

Please note that this package install these Umbraco v7.7.1 dlls:
- businesslogic.dll
- interfaces.dll
- log4net.dll
- umbraco.dll
- Umbraco.Core.dll</description>
    <summary>This is an Umbraco package to manage: Logs, History versions, Users and Media orphans.</summary>
    <releaseNotes>Some UI Fixes.
Many thanks to Bjarne Fyrstenborg for the support</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>
    <dependencies>
      <dependency id="System.Net.Http" version="2.0.0" />
      <dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
      <dependency id="Microsoft.AspNet.Mvc" version="5.2.3" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.6.1" />
      <frameworkAssembly assemblyName="System.Data" targetFramework=".NETFramework4.6.1" />
      <frameworkAssembly assemblyName="System.Net" targetFramework=".NETFramework4.6.1" />
      <frameworkAssembly assemblyName="System.Web" targetFramework=".NETFramework4.6.1" />
      <frameworkAssembly assemblyName="System.Xml" targetFramework=".NETFramework4.6.1" />
    </frameworkAssemblies>
  </metadata>
</package>