This will work if we can install the certificate

This commit is contained in:
Cyberboss
2017-11-09 14:05:38 -05:00
17 changed files with 39 additions and 75 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ Instead you can use object orientation, or simply placing repeated code in a fun
### No magic numbers or strings
This means stuff like having a "mode" variable for an object set to "1" or "2" with no clear indicator of what that means. Make these #defines with a name that more clearly states what it's for. This is clearer and enhances readability of your code! Get used to doing it!
### Do not commit modifications to Version.cs
### Do not commit modifications to the version numbers in AssemblyInfo.global.cs
This file will be updated by maintainers when they deem it prudent to release a new version. For reference here is the version format we use 3.\<major\>.\<minor\>.\<patch\> The criteria for changing a version number is as follows
- Major: A breaking change to the DMAPI