FileStorage.Core 2.0.2

.NET 6.0
dotnet add package FileStorage.Core --version 2.0.2
NuGet\Install-Package FileStorage.Core -Version 2.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="FileStorage.Core" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FileStorage.Core --version 2.0.2
#r "nuget: FileStorage.Core, 2.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 FileStorage.Core as a Cake Addin
#addin nuget:?package=FileStorage.Core&version=2.0.2

// Install FileStorage.Core as a Cake Tool
#tool nuget:?package=FileStorage.Core&version=2.0.2

Hierarchical file storage for storing files on disk. It is a tree of folders where the leaves are files

Product Versions
.NET net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
Compatible target framework(s)
Additional computed target framework(s)
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
2.0.2 160 12/15/2022
2.0.1 294 6/21/2022
2.0.0 265 2/12/2021
1.3.39 162 12/15/2022
1.3.38 342 6/29/2022
1.3.37 298 1/19/2022
1.1.36 295 1/19/2022
1.1.35 250 10/8/2021
1.1.34 247 2/9/2021
1.1.33 255 2/8/2021
1.1.32 675 7/31/2020
1.1.31 332 7/2/2020
1.1.30 345 7/1/2020
1.1.29 373 6/30/2020
1.1.28 328 6/11/2020
1.1.22 863 3/27/2020
0.2.0 304 1/19/2022
0.0.3 247 2/15/2021
0.0.2 246 2/8/2021
0.0.1 250 2/8/2021

Added implementation for the ClearTtl method