Skip to content

Version 1.0

Compare
Choose a tag to compare
@krshrimali krshrimali released this 06 Jun 10:25
· 35 commits to master since this release

This is the first release of C++ File Manager.

See: #17 and #1 to see issues resolved and features addded.

If you are curious to see the work done for Release 1.0, head over to milestone 1.0 details: https://github.com/BuffetCodes/CPP-File-Manager/milestone/1.

This release provides you:

  1. fmanager binary, to simply use it on your system. (GNU/Linux systems).
  2. FileManager.hpp (header file) and libcpp-file-manager.a (library file) to use in your C++ code. Head over to the README (https://github.com/BuffetCodes/CPP-File-Manager/blob/master/README.md) on how to use it in your code.

Thanks!