DevCacheCleaner 0.2.4

dotnet tool install --global DevCacheCleaner --version 0.2.4
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local DevCacheCleaner --version 0.2.4
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DevCacheCleaner&version=0.2.4
                    
nuke :add-package DevCacheCleaner --version 0.2.4
                    

DevCacheCleaner

DevCacheCleaner is a simple tool to clean the cache of your .net development environment.

Installation

You can install the package via nuget:

dotnet tool install -g DevCacheCleaner

Usage

devcachecleaner -d [threshold days to delete nuget caches]

Options

  • -d or --days (optional): Threshold days for last accessed to nuget cached folders. Nuget cache folders which have accessed older than this threshold will be deleted. Default is 30 days.
  • --include-xamarin (optional): Include Xamarin cache folders. Default is false.
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.2.4 203 10/24/2024
0.2.3 150 9/20/2024
0.2.2 179 8/26/2024
0.2.1 183 8/8/2024
0.2.0 163 8/8/2024
0.1.1 150 8/1/2024
0.1.0 135 7/29/2024
0.0.4 147 6/11/2024
0.0.2 165 6/10/2024
0.0.1 170 6/9/2024