skip to Main Content

Transactional File Manager Version 1.2 .1 Released

Version 1.2 of Transactional File Manager is now available on CodePlex.

Here’s the release notes:

Release Notes

This is a minor bug-fix/minor refactor release.
Fixes:

  • Copy now uses the overwrite parameter correctly.
  • Fixes crashing problem on some machines due to use of GetsequentialGuid.
  • CreateDirectory now supports rolling back nested directories.
  • RollbackFile Rollback() may throw exception when original directory has been deleted.
  • Security issue when writing to event logs.

Enhancements:

  • Upgrade solution/project files to Visual Studio 2010
  • Use NUnit instead of VSTS framework
  • Changes to support Visual Studio Express

Thanks to karbuke and dorong for their contributions.

I occasionally blog about programming (.NET, Node.js, Java, PowerShell, React, Angular, JavaScript, etc), gadgets, etc. Follow me on Twitter for tips on those same topics. You can also find me on GitHub.

See About for more info.

This Post Has One Comment

  1. […] Transactional File Manager Version 1.2 .1 Released – Chinh Do announces the release of version 1.2.1 of his Transactional File Manager library. This library provides file system operations enlisted in System.Transaction Transactions. The release is a minor bug fix release, and includes an upgrade to VS 2010 for the solution, migration of the test to NUnit along with a number of bug fixes. […]

Leave a Reply

Your email address will not be published. Required fields are marked *

Back To Top