Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 664 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 664 Bytes

TextInteractor

Welcome! This is a .NET standard 2.0 library to interact with text files.

For api documentation, please refer to here

Examples of usages will be updated soon. Please refer to the article section.

Notes

Version number are labed as MAJOR.MINOR.dailyBuild.buildTime
Major changes are when new classes are added, except helper classes, or when a large change is made to the code such as a large functionality change.
Minor changes are when methods are added/removed or a helper class is added.