static EZRecolor
public static class EZRecolor{}
Main EZRecolor Class containing version references.
Static Properties
| Property | Type | Description |
|---|---|---|
| EZRVersion | string | Version of EZRecolor installed for Templates (note that it is separate from the EZRecolor Baker version) |
Static Methods
| Method | Return Type | Description |
|---|---|---|
| IsVersionGreatoerOrEqual | string | Add a slash to the end of a string if there is no slash. Useful to sanitize path inputs. |
| ParseVersion | string | Convert a version (formatted as "1.2.3", or in other words "major.minor.patch") as string into a table of 3 ints [major, minor, patch]. |