개정판 4fae0905
appcast download signature Error
Change-Id: Idf41b88738965136cf8b3e6bd3c8f8ecbb2f5304
MarkusAutoUpdate/src/NetSparkle.Samples.NetFramework.WPF/MainWindow.xaml.cs | ||
---|---|---|
75 | 75 |
UserInteractionMode = Enums.UserInteractionMode.DownloadNoInstall, |
76 | 76 |
//UseNotificationToast = true |
77 | 77 |
RelaunchAfterUpdate = true, |
78 |
}; |
|
78 |
SecurityProtocolType = System.Net.SecurityProtocolType.Tls12 |
|
79 |
}; |
|
79 | 80 |
|
80 | 81 |
// TLS 1.2 required by GitHub (https://developer.github.com/changes/2018-02-01-weak-crypto-removal-notice/) |
81 |
_sparkle.SecurityProtocolType = System.Net.SecurityProtocolType.Tls12; |
|
82 | 82 |
_sparkle.DownloadFinished += FullUpdate_DownloadFileIsReady; |
83 | 83 |
_sparkle.UpdateCheckFinished += _sparkle_UpdateCheckFinished; |
84 | 84 |
_sparkle.DownloadHadError += _sparkle_DownloadError; |
내보내기 Unified diff