Skip to content

Commit a2724f9

Browse files
authored
Merge pull request #27 from johnkellyoxford/dev
Dev
2 parents 55f0453 + 205b7d7 commit a2724f9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
2+
13
# EncryptorAppVS
24

5+
6+
37
## Documentation:
48

59
## Right now
@@ -17,3 +21,17 @@
1721
## Updates
1822
* Add error handling if encryption/decryption fails
1923

24+
## Directories
25+
* `src` contains UI and logic. It is the `.exe`
26+
* `CryptoTools` contains the encryption tools. It is a `.dll` that can be used by other applications
27+
* `utils` contains mixed utilites
28+
* `UnitTests` are the tests for `src` and `CryptoTools`
29+
30+
## Branches
31+
* `master` is the branch the current stable release is built off
32+
* `release` is beta/nightly versions in testing
33+
* `dev` is working prototypes and for the majority of work
34+
* `experimental` is for large changes that may not be functional
35+
* `hotfix` is for quick changes to push to `master` or `release`
36+
37+
**Please use forks for your own work, and PR to the applicable branch**

0 commit comments

Comments
 (0)