HamBook – Diff between revs 56 and 57

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 56 Rev 57
Line 4... Line 4...
4 using System.ComponentModel; 4 using System.ComponentModel;
5 using System.Drawing; 5 using System.Drawing;
6 using System.IO; 6 using System.IO;
7 using System.Linq; 7 using System.Linq;
8 using System.Media; 8 using System.Media;
-   9 using System.Net;
9 using System.Reflection; 10 using System.Reflection;
10 using System.Text; 11 using System.Text;
11 using System.Threading; 12 using System.Threading;
12 using System.Threading.Tasks; 13 using System.Threading.Tasks;
13 using System.Windows.Forms; 14 using System.Windows.Forms;
Line 90... Line 91...
90   91  
91 _sparkle = new SparkleUpdater("https://hambook.grimore.org/update/appcast.xml", 92 _sparkle = new SparkleUpdater("https://hambook.grimore.org/update/appcast.xml",
92 new Ed25519Checker(SecurityMode.Strict, "LonrgxVjSF0GnY4hzwlRJnLkaxnDn2ikdmOifILzLJY=")) 93 new Ed25519Checker(SecurityMode.Strict, "LonrgxVjSF0GnY4hzwlRJnLkaxnDn2ikdmOifILzLJY="))
93 { 94 {
94 UIFactory = new UIFactory(icon), 95 UIFactory = new UIFactory(icon),
-   96 RelaunchAfterUpdate = true,
95 RelaunchAfterUpdate = true 97 SecurityProtocolType = SecurityProtocolType.Tls12
-   98 };
96 }; 99 _sparkle.StartLoop(true, true);
Line 97... Line 100...
97 } 100 }
Line 98... Line 101...
98   101  
Line 99... Line 102...
99 private Configuration.Configuration Configuration { get; set; } 102 private Configuration.Configuration Configuration { get; set; }
100   103  
101 public bool MemorySinkEnabled { get; set; } -  
102   -  
103 private async void Form1_Load(object sender, EventArgs e) 104 public bool MemorySinkEnabled { get; set; }
Line 104... Line 105...
104 { 105  
Line 105... Line 106...
105 _sparkle.StartLoop(true, true); 106 private async void Form1_Load(object sender, EventArgs e)