Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move helpers under the Win32::TaskScheduler namespace #70

Merged
merged 4 commits into from
Oct 11, 2018
Merged

Commits on Oct 11, 2018

  1. Move helpers under the Win32::TaskScheduler namespace

    The `Windows` namespace was unnecessary and there were helpers outside
    of the namespace of this library that caused conflicts with other
    libraries, i.e. `SID`.
    
    Signed-off-by: Bryan McLellan <btm@loftninjas.org>
    btm committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    1fc4b4e View commit details
    Browse the repository at this point in the history
  2. Fix specs for bulk move of Windows:: to Win32::TaskScheduler

    Signed-off-by: Bryan McLellan <btm@loftninjas.org>
    btm committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    0de2615 View commit details
    Browse the repository at this point in the history
  3. Load taskscheduler/sid

    Signed-off-by: Bryan McLellan <btm@loftninjas.org>
    btm committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    103e897 View commit details
    Browse the repository at this point in the history
  4. Fixing file loading and few other minor issues

    Signed-off-by: Nimesh <nimesh.patni@msystechnologies.com>
    Nimesh-Msys committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    83cf698 View commit details
    Browse the repository at this point in the history