RB.Umbraco.CleanUpManager
1.0.2
dotnet add package RB.Umbraco.CleanUpManager --version 1.0.2
NuGet\Install-Package RB.Umbraco.CleanUpManager -Version 1.0.2
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="RB.Umbraco.CleanUpManager" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RB.Umbraco.CleanUpManager --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RB.Umbraco.CleanUpManager, 1.0.2"
#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 RB.Umbraco.CleanUpManager as a Cake Addin #addin nuget:?package=RB.Umbraco.CleanUpManager&version=1.0.2 // Install RB.Umbraco.CleanUpManager as a Cake Tool #tool nuget:?package=RB.Umbraco.CleanUpManager&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
The Umbraco CleanUp Manager allows the cleansing of orphan Data and Content Types within an Umbraco application.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- UmbracoCms.Core (>= 7.2.8)
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 |
---|---|---|
1.0.2 | 24,732 | 1/4/2016 |
# v.1.0.0 - Initial NuGet package release.
# v.1.0.1 - Added the Name field to the Data Types so it can be used to differentiate when orphan Data Types have the same Property Type Alias.
# v.1.0.2 - Added a Refresh Button and Clear Search Button to the grid toolbar. Reset of ng-dirty class on form input element after search is performed.