|
|
@ -37,8 +37,6 @@ namespace NzbDrone.Update
|
|
|
|
|
|
|
|
|
|
|
|
X509CertificateValidationPolicy.Register();
|
|
|
|
X509CertificateValidationPolicy.Register();
|
|
|
|
|
|
|
|
|
|
|
|
GlobalExceptionHandlers.Register();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_container = UpdateContainerBuilder.Build(startupArgument);
|
|
|
|
_container = UpdateContainerBuilder.Build(startupArgument);
|
|
|
|
|
|
|
|
|
|
|
|
Logger.Info("Updating NzbDrone to version {0}", BuildInfo.Version);
|
|
|
|
Logger.Info("Updating NzbDrone to version {0}", BuildInfo.Version);
|
|
|
|