You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for property names with periods. (#3)
- Added support for property names with periods.
- properties with dashes `--my-prop` can now be
retrieved with period separators `GetProp("my.prop")`
- Bumped minor version