Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 804 Bytes

File metadata and controls

22 lines (11 loc) · 804 Bytes

FileChronicles

BuildDeploy

Transactional File Operations. Begin then Commit or Rollback like database transactions. These are the Chronicles of your files

Installing FileChronicles

You should install FileChronicles with NuGet:

Install-Package FileChronicles

Or via the .NET Core command line interface:

dotnet add package FileChronicles

Either commands, from Package Manager Console or .NET Core CLI, will download and install FileChronicles and all required dependencies.

Examples in the wiki.