diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-09-10 14:30:00 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-09-10 14:30:00 +0300 |
| commit | 9e4a2eb24ad1882cee1cc9d43f0af0faff2ba861 (patch) | |
| tree | 553b88553729097418a697c628b8b8046e34cdd9 /Software/Visual_Studio/Tango.Git/GitFile.cs | |
| parent | 8e0ac4d5d4f097753321d64d3ca2d47b2f6b3770 (diff) | |
| download | Tango-9e4a2eb24ad1882cee1cc9d43f0af0faff2ba861.tar.gz Tango-9e4a2eb24ad1882cee1cc9d43f0af0faff2ba861.zip | |
Working on Tango.Git and Tag creation upon release.
Diffstat (limited to 'Software/Visual_Studio/Tango.Git/GitFile.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Git/GitFile.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Git/GitFile.cs b/Software/Visual_Studio/Tango.Git/GitFile.cs new file mode 100644 index 000000000..899fa839e --- /dev/null +++ b/Software/Visual_Studio/Tango.Git/GitFile.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Tango.Git +{ + public class GitFile + { + public String File { get; set; } + public GitFileState State { get; set; } + } +} |
