Release Fix PowerShell.exe unexpectedly halt issue ยท guitarrapc/GitContinuousPull

Previously PowerShell.exe will halt when calling Start-GitContinuousPull function. This is due to Register-ObjectEvent should dispose after invoking StopJob() Method, but directly call .Dispose(). ...