diff --git a/.vs/Unity Downloader/FileContentIndex/5a000d85-2bdb-4f89-bd9a-94d378639a42.vsidx b/.vs/Unity Downloader/FileContentIndex/5a000d85-2bdb-4f89-bd9a-94d378639a42.vsidx deleted file mode 100644 index 0131259..0000000 Binary files a/.vs/Unity Downloader/FileContentIndex/5a000d85-2bdb-4f89-bd9a-94d378639a42.vsidx and /dev/null differ diff --git a/.vs/Unity Downloader/FileContentIndex/80745010-fb58-431f-b95e-946edd8f6855.vsidx b/.vs/Unity Downloader/FileContentIndex/80745010-fb58-431f-b95e-946edd8f6855.vsidx deleted file mode 100644 index 5e4c38f..0000000 Binary files a/.vs/Unity Downloader/FileContentIndex/80745010-fb58-431f-b95e-946edd8f6855.vsidx and /dev/null differ diff --git a/.vs/Unity Downloader/FileContentIndex/84f53cc4-60fa-4032-a044-67ead72c22d0.vsidx b/.vs/Unity Downloader/FileContentIndex/84f53cc4-60fa-4032-a044-67ead72c22d0.vsidx new file mode 100644 index 0000000..b2fcc5e Binary files /dev/null and b/.vs/Unity Downloader/FileContentIndex/84f53cc4-60fa-4032-a044-67ead72c22d0.vsidx differ diff --git a/.vs/Unity Downloader/FileContentIndex/d765a8e9-99fc-4406-8425-caa3d6120871.vsidx b/.vs/Unity Downloader/FileContentIndex/9a50c8ba-bf80-4bb4-b05e-adb6d580de6e.vsidx similarity index 100% rename from .vs/Unity Downloader/FileContentIndex/d765a8e9-99fc-4406-8425-caa3d6120871.vsidx rename to .vs/Unity Downloader/FileContentIndex/9a50c8ba-bf80-4bb4-b05e-adb6d580de6e.vsidx diff --git a/.vs/Unity Downloader/FileContentIndex/f15527ed-5d4e-4f62-9fbf-368c81ef29e1.vsidx b/.vs/Unity Downloader/FileContentIndex/f15527ed-5d4e-4f62-9fbf-368c81ef29e1.vsidx new file mode 100644 index 0000000..7093140 Binary files /dev/null and b/.vs/Unity Downloader/FileContentIndex/f15527ed-5d4e-4f62-9fbf-368c81ef29e1.vsidx differ diff --git a/.vs/Unity Downloader/v17/.suo b/.vs/Unity Downloader/v17/.suo index 2be411d..1264ff2 100644 Binary files a/.vs/Unity Downloader/v17/.suo and b/.vs/Unity Downloader/v17/.suo differ diff --git a/Unity Downloader/Properties/Resources.Designer.cs b/Unity Downloader/Properties/Resources.Designer.cs index bbd8bac..84c6955 100644 --- a/Unity Downloader/Properties/Resources.Designer.cs +++ b/Unity Downloader/Properties/Resources.Designer.cs @@ -60,6 +60,16 @@ internal Resources() { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap icons8_github_96 { + get { + object obj = ResourceManager.GetObject("icons8-github-96", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/Unity Downloader/Properties/Resources.resx b/Unity Downloader/Properties/Resources.resx index 66a854d..a216a6b 100644 --- a/Unity Downloader/Properties/Resources.resx +++ b/Unity Downloader/Properties/Resources.resx @@ -124,4 +124,7 @@ ..\Resources\settings.490x512.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\icons8-github-96.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/Unity Downloader/Resources/icons8-github-96.png b/Unity Downloader/Resources/icons8-github-96.png new file mode 100644 index 0000000..a272f3f Binary files /dev/null and b/Unity Downloader/Resources/icons8-github-96.png differ diff --git a/Unity Downloader/SettingForm.Designer.cs b/Unity Downloader/SettingForm.Designer.cs index ab176e3..c49b083 100644 --- a/Unity Downloader/SettingForm.Designer.cs +++ b/Unity Downloader/SettingForm.Designer.cs @@ -29,7 +29,6 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingForm)); - this.HeaderImg = new System.Windows.Forms.PictureBox(); this.HeaderLabel = new System.Windows.Forms.Label(); this.DNSLabel = new System.Windows.Forms.Label(); this.DNS_PrefrredServer = new System.Windows.Forms.TextBox(); @@ -49,23 +48,14 @@ private void InitializeComponent() this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); - ((System.ComponentModel.ISupportInitialize)(this.HeaderImg)).BeginInit(); + this.GithubPageButton = new System.Windows.Forms.PictureBox(); + this.HeaderImg = new System.Windows.Forms.PictureBox(); this.DNSPanel.SuspendLayout(); this.Proxy_Panel.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.GithubPageButton)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.HeaderImg)).BeginInit(); this.SuspendLayout(); // - // HeaderImg - // - this.HeaderImg.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.HeaderImg.BackColor = System.Drawing.Color.Transparent; - this.HeaderImg.Image = global::Unity_Downloader.Properties.Resources.settings_490x512; - this.HeaderImg.Location = new System.Drawing.Point(191, 12); - this.HeaderImg.Name = "HeaderImg"; - this.HeaderImg.Size = new System.Drawing.Size(45, 46); - this.HeaderImg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; - this.HeaderImg.TabIndex = 3; - this.HeaderImg.TabStop = false; - // // HeaderLabel // this.HeaderLabel.Anchor = System.Windows.Forms.AnchorStyles.Top; @@ -275,11 +265,37 @@ private void InitializeComponent() this.label3.Text = "Copyright ©\r\nBy Amir1387aht\r\nTG : @Do3p3iri"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // + // GithubPageButton + // + this.GithubPageButton.Anchor = System.Windows.Forms.AnchorStyles.Top; + this.GithubPageButton.BackColor = System.Drawing.Color.Transparent; + this.GithubPageButton.Image = global::Unity_Downloader.Properties.Resources.icons8_github_96; + this.GithubPageButton.Location = new System.Drawing.Point(535, 512); + this.GithubPageButton.Name = "GithubPageButton"; + this.GithubPageButton.Size = new System.Drawing.Size(37, 37); + this.GithubPageButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + this.GithubPageButton.TabIndex = 18; + this.GithubPageButton.TabStop = false; + this.GithubPageButton.Click += new System.EventHandler(this.GithubPageButton_Click); + // + // HeaderImg + // + this.HeaderImg.Anchor = System.Windows.Forms.AnchorStyles.Top; + this.HeaderImg.BackColor = System.Drawing.Color.Transparent; + this.HeaderImg.Image = global::Unity_Downloader.Properties.Resources.settings_490x512; + this.HeaderImg.Location = new System.Drawing.Point(191, 12); + this.HeaderImg.Name = "HeaderImg"; + this.HeaderImg.Size = new System.Drawing.Size(45, 46); + this.HeaderImg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + this.HeaderImg.TabIndex = 3; + this.HeaderImg.TabStop = false; + // // SettingForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(584, 561); + this.Controls.Add(this.GithubPageButton); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); @@ -297,11 +313,12 @@ private void InitializeComponent() this.Name = "SettingForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Setting"; - ((System.ComponentModel.ISupportInitialize)(this.HeaderImg)).EndInit(); this.DNSPanel.ResumeLayout(false); this.DNSPanel.PerformLayout(); this.Proxy_Panel.ResumeLayout(false); this.Proxy_Panel.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.GithubPageButton)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.HeaderImg)).EndInit(); this.ResumeLayout(false); } @@ -328,5 +345,6 @@ private void InitializeComponent() private System.Windows.Forms.CheckBox Proxy_BypassCheckBox; private System.Windows.Forms.Label BypassProxyOnLocalLabel; private System.Windows.Forms.Label label3; + private System.Windows.Forms.PictureBox GithubPageButton; } } \ No newline at end of file diff --git a/Unity Downloader/SettingForm.cs b/Unity Downloader/SettingForm.cs index d050043..911fdbd 100644 --- a/Unity Downloader/SettingForm.cs +++ b/Unity Downloader/SettingForm.cs @@ -155,6 +155,11 @@ private static void SaveSetting() Application.Exit(); } } + + private void GithubPageButton_Click(object sender, EventArgs e) + { + System.Diagnostics.Process.Start("https://github.com/amir1387aht/Unity-Downloader"); + } } } diff --git a/Unity Downloader/Unity Downloader.csproj b/Unity Downloader/Unity Downloader.csproj index 3b988c1..68f2644 100644 --- a/Unity Downloader/Unity Downloader.csproj +++ b/Unity Downloader/Unity Downloader.csproj @@ -25,7 +25,7 @@ false false true - 0 + 1 1.0.0.%2a false true @@ -184,6 +184,7 @@ + diff --git a/Unity Downloader/bin/Debug/Unity Downloader.application b/Unity Downloader/bin/Debug/Unity Downloader.application index e56215e..40968e7 100644 --- a/Unity Downloader/bin/Debug/Unity Downloader.application +++ b/Unity Downloader/bin/Debug/Unity Downloader.application @@ -1,6 +1,6 @@  - + @@ -8,13 +8,13 @@ - + - zcs4anK4nbIgs9cM/+IWTNHyRLMVXuBRMDYTnTpboi8= + fZqjvMln7jctOGJ+sn2DJt117XILOkjXwdNkYBQJoAQ= diff --git a/Unity Downloader/bin/Debug/Unity Downloader.exe b/Unity Downloader/bin/Debug/Unity Downloader.exe index d896f5d..5222d84 100644 Binary files a/Unity Downloader/bin/Debug/Unity Downloader.exe and b/Unity Downloader/bin/Debug/Unity Downloader.exe differ diff --git a/Unity Downloader/bin/Debug/Unity Downloader.exe.manifest b/Unity Downloader/bin/Debug/Unity Downloader.exe.manifest index 26bd388..4c99de5 100644 --- a/Unity Downloader/bin/Debug/Unity Downloader.exe.manifest +++ b/Unity Downloader/bin/Debug/Unity Downloader.exe.manifest @@ -1,6 +1,6 @@  - + @@ -55,14 +55,14 @@ - + - 6Eaq/cR0vLgRDprDH/WwHI9U5DBn9HNg52EZoe471wk= + lsYc+ztbX0sxKnGMkx+oj6ETYH6uIGjSTCevJLMDKP8= diff --git a/Unity Downloader/bin/Debug/Unity Downloader.pdb b/Unity Downloader/bin/Debug/Unity Downloader.pdb index cb6b6da..9dcde1f 100644 Binary files a/Unity Downloader/bin/Debug/Unity Downloader.pdb and b/Unity Downloader/bin/Debug/Unity Downloader.pdb differ diff --git a/Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_0/Newtonsoft.Json.dll.deploy b/Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_1/Newtonsoft.Json.dll.deploy similarity index 100% rename from Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_0/Newtonsoft.Json.dll.deploy rename to Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_1/Newtonsoft.Json.dll.deploy diff --git a/Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_0/Unity Downloader.exe.config.deploy b/Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_1/Unity Downloader.exe.config.deploy similarity index 100% rename from Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_0/Unity Downloader.exe.config.deploy rename to Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_1/Unity Downloader.exe.config.deploy diff --git a/Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_0/Unity Downloader.exe.deploy b/Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_1/Unity Downloader.exe.deploy similarity index 82% rename from Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_0/Unity Downloader.exe.deploy rename to Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_1/Unity Downloader.exe.deploy index b6c5b0b..3a62b01 100644 Binary files a/Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_0/Unity Downloader.exe.deploy and b/Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_1/Unity Downloader.exe.deploy differ diff --git a/Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_0/Unity Downloader.exe.manifest b/Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_1/Unity Downloader.exe.manifest similarity index 87% rename from Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_0/Unity Downloader.exe.manifest rename to Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_1/Unity Downloader.exe.manifest index d875c32..7ad6274 100644 --- a/Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_0/Unity Downloader.exe.manifest +++ b/Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_1/Unity Downloader.exe.manifest @@ -1,6 +1,6 @@  - + @@ -55,14 +55,14 @@ - + - 6Eaq/cR0vLgRDprDH/WwHI9U5DBn9HNg52EZoe471wk= + lsYc+ztbX0sxKnGMkx+oj6ETYH6uIGjSTCevJLMDKP8= @@ -84,4 +84,4 @@ EPhw6uhGZGr9lMf883q2Mb3VM2zyc2/6btUVPbwW3+w= -+E8/gjpYvnC1g295mpuEux/RgpD+vdu76kNpMmECMTc=ASk7LnOrDjktsutMD1VRpCKcZuk7GsKelOSXH+TvBtYAFqH4pDR6sNCd3uz/nwCGgyaAI9ROLUVyu+TEMbAIP7dj6zg4m+xLSNTsCFv6x116/4Ygn+4ugWD0jd69mK/7dxF1LrSWjqPkTw7W3jx4vuRyV44uDdbzHepvdxz2OYg=m3IPf96lmC9EfCSl63HKA1dV+sRWxLrlynhTjTNTTqo6W7xBYaw0Rgrj8pKz6HYsykK6LgaMTYo6K6n/kUYdUw1S3vFhpI5VX56zoLQu9f6O0hj+XqXJ5ZiJCNZvcp8b9BEID5Pajso8wCZuPRKTp4Z7Ax4lr5RLFKi85sg0Oq0=AQABCN=DESKTOP-C47PNU1\NIKCOMMKJaDVVEoOyLt6jAJA+uriPY0YufZE2h5jd4y8gj9X8=hJ1MK8pbYBUKQf87KuVRDGBAi/5T/oToJYB+Ab87WIYvbtcmstgb6vtXaLM1s+woN6odH3lM0Dyq1QczAM4z4/j0Y+p7SWZFWvI7z64X38M7Ssla4CP5Bx6Mt5zo4OMvOKfBzhUF89W3H1Ci6XPkj6rS97C17m9QqsyJ797QH0Y=m3IPf96lmC9EfCSl63HKA1dV+sRWxLrlynhTjTNTTqo6W7xBYaw0Rgrj8pKz6HYsykK6LgaMTYo6K6n/kUYdUw1S3vFhpI5VX56zoLQu9f6O0hj+XqXJ5ZiJCNZvcp8b9BEID5Pajso8wCZuPRKTp4Z7Ax4lr5RLFKi85sg0Oq0=AQABMIIB8TCCAVqgAwIBAgIQbhdsTN6ZYJpCFUePEaZ1CjANBgkqhkiG9w0BAQsFADA3MTUwMwYDVQQDHiwARABFAFMASwBUAE8AUAAtAEMANAA3AFAATgBVADEAXABOAEkASwBDAE8ATTAeFw0yNDA2MjIwOTE5NTJaFw0yNTA2MjIxNTE5NTJaMDcxNTAzBgNVBAMeLABEAEUAUwBLAFQATwBQAC0AQwA0ADcAUABOAFUAMQBcAE4ASQBLAEMATwBNMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCbcg9/3qWYL0R8JKXrccoDV1X6xFbEuuXKeFONM1NOqjpbvEFhrDRGCuPykrPodizKQrouBoxNijorqf+RRh1TDVLe8WGkjlVfnrOgtC71/o7SGP5epcnlmIkI1m9ynxv0EQgPk9qOyjzAJm49EpOnhnsDHiWvlEsUqLzmyDQ6rQIDAQABMA0GCSqGSIb3DQEBCwUAA4GBAIGQchKOU2zSE8SMYvMmCu7loafWB627zLma6fSlyk6YYMh9RCX2mUWG3wYE7a+u818wku1/IiZsPISNs9UScR+VzXpjXscNt8tsFCIwiGKN8+vJa+1Ce/lpRAVCUNC/g+hi4kQ2aTjj7pgeeJDRekY7Krocqj9VxkIb4KPQBGFj \ No newline at end of file +Om4yphqu0BeG0OSu1wMqUc0b+ufEjyg/RCCAmoLOEnI=F+XCP/kYFH5RHkKAbTKxa7paK8KVY1ymyWnz8tAfs3I5tgaXHyOXXcL5ezp+tdVU0F/cNucjfpjlZsm9x6Y2o3hNNodeiLTFperlSan8vSTtlGEE+A5vr4P0XlokEVwxfie9C9C+zEXJpGn10A5T/Bityy2Qnu5ROgwSwexY1r0=m3IPf96lmC9EfCSl63HKA1dV+sRWxLrlynhTjTNTTqo6W7xBYaw0Rgrj8pKz6HYsykK6LgaMTYo6K6n/kUYdUw1S3vFhpI5VX56zoLQu9f6O0hj+XqXJ5ZiJCNZvcp8b9BEID5Pajso8wCZuPRKTp4Z7Ax4lr5RLFKi85sg0Oq0=AQABCN=DESKTOP-C47PNU1\NIKCOMiil2deyaaeA/2y/sgK49ZG56r00+HBG8mDObYIyTcTc=ezpXiFgT9FPbyPWTTsMWSde8Xcg+VuqSwx093aku0pJaL7/ELK12VGFawlLV4atNqJcSCka5f6/kZ4R+y0oyefLAq1iAxwItmvFfZy2pfy5h8C/NxG6yRb+r8eVJmFLTeBjf8D19+QXbv/3oTOvhj4qEVM5fK34RmJwo8ZKin08=m3IPf96lmC9EfCSl63HKA1dV+sRWxLrlynhTjTNTTqo6W7xBYaw0Rgrj8pKz6HYsykK6LgaMTYo6K6n/kUYdUw1S3vFhpI5VX56zoLQu9f6O0hj+XqXJ5ZiJCNZvcp8b9BEID5Pajso8wCZuPRKTp4Z7Ax4lr5RLFKi85sg0Oq0=AQABMIIB8TCCAVqgAwIBAgIQbhdsTN6ZYJpCFUePEaZ1CjANBgkqhkiG9w0BAQsFADA3MTUwMwYDVQQDHiwARABFAFMASwBUAE8AUAAtAEMANAA3AFAATgBVADEAXABOAEkASwBDAE8ATTAeFw0yNDA2MjIwOTE5NTJaFw0yNTA2MjIxNTE5NTJaMDcxNTAzBgNVBAMeLABEAEUAUwBLAFQATwBQAC0AQwA0ADcAUABOAFUAMQBcAE4ASQBLAEMATwBNMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCbcg9/3qWYL0R8JKXrccoDV1X6xFbEuuXKeFONM1NOqjpbvEFhrDRGCuPykrPodizKQrouBoxNijorqf+RRh1TDVLe8WGkjlVfnrOgtC71/o7SGP5epcnlmIkI1m9ynxv0EQgPk9qOyjzAJm49EpOnhnsDHiWvlEsUqLzmyDQ6rQIDAQABMA0GCSqGSIb3DQEBCwUAA4GBAIGQchKOU2zSE8SMYvMmCu7loafWB627zLma6fSlyk6YYMh9RCX2mUWG3wYE7a+u818wku1/IiZsPISNs9UScR+VzXpjXscNt8tsFCIwiGKN8+vJa+1Ce/lpRAVCUNC/g+hi4kQ2aTjj7pgeeJDRekY7Krocqj9VxkIb4KPQBGFj \ No newline at end of file diff --git a/Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_0/unity_logo_icon_249311.ico.deploy b/Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_1/unity_logo_icon_249311.ico.deploy similarity index 100% rename from Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_0/unity_logo_icon_249311.ico.deploy rename to Unity Downloader/bin/Debug/app.publish/Application Files/Unity Downloader_1_0_0_1/unity_logo_icon_249311.ico.deploy diff --git a/Unity Downloader/bin/Debug/app.publish/Unity Downloader.application b/Unity Downloader/bin/Debug/app.publish/Unity Downloader.application index 4678007..5e9580b 100644 --- a/Unity Downloader/bin/Debug/app.publish/Unity Downloader.application +++ b/Unity Downloader/bin/Debug/app.publish/Unity Downloader.application @@ -1,21 +1,21 @@  - + - - + + - V6i2oocqLJIJp8GlNuyyMOum6iWm7SFbf6MnKbEqIj0= + svOG9N0N/rfKloiBXLDXwrFC5nxWQVYP3ot5JWqO8HA= -qBBbC1FPFOKvTvEte8zbzearnPMquW7ouTq2RnUDP70=eWJBuxpDPVYpRZb3yiO2htgOgX8ypcxD70aqUvWwPRQ8TFiOWyYATKAOp7UYWBqvzBTHtv+IOjt7FAEMHaJZUaxEbGx3VaqpqQZ9mucuqVcyc8MVu5pNNuwkMudeAwlYPOSrIf528nhXL/CTKZQ3TzDYEqh86R64YKEsixTL4LA=m3IPf96lmC9EfCSl63HKA1dV+sRWxLrlynhTjTNTTqo6W7xBYaw0Rgrj8pKz6HYsykK6LgaMTYo6K6n/kUYdUw1S3vFhpI5VX56zoLQu9f6O0hj+XqXJ5ZiJCNZvcp8b9BEID5Pajso8wCZuPRKTp4Z7Ax4lr5RLFKi85sg0Oq0=AQABCN=DESKTOP-C47PNU1\NIKCOMsgGpiG4CCiw0Qh7NO42JTnT3MPyTfEyKq+YIogxD3HE=aL0vedLcdodC7heXyW2vT/ijy+Y+awuf6ls+XzMFZZHB6os7dBWkQIH0KDLsOsNvkOP5GBTVRb0AgoJv4HkKEFJ/XjTDqJJwe9xYa/0mWGwKTxqMIVogJ+U2xoQ1voWQwaHbcQiNanxxWPhHx4NhMJSZFK8mAiMFyC/ISEfYOQA=m3IPf96lmC9EfCSl63HKA1dV+sRWxLrlynhTjTNTTqo6W7xBYaw0Rgrj8pKz6HYsykK6LgaMTYo6K6n/kUYdUw1S3vFhpI5VX56zoLQu9f6O0hj+XqXJ5ZiJCNZvcp8b9BEID5Pajso8wCZuPRKTp4Z7Ax4lr5RLFKi85sg0Oq0=AQABMIIB8TCCAVqgAwIBAgIQbhdsTN6ZYJpCFUePEaZ1CjANBgkqhkiG9w0BAQsFADA3MTUwMwYDVQQDHiwARABFAFMASwBUAE8AUAAtAEMANAA3AFAATgBVADEAXABOAEkASwBDAE8ATTAeFw0yNDA2MjIwOTE5NTJaFw0yNTA2MjIxNTE5NTJaMDcxNTAzBgNVBAMeLABEAEUAUwBLAFQATwBQAC0AQwA0ADcAUABOAFUAMQBcAE4ASQBLAEMATwBNMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCbcg9/3qWYL0R8JKXrccoDV1X6xFbEuuXKeFONM1NOqjpbvEFhrDRGCuPykrPodizKQrouBoxNijorqf+RRh1TDVLe8WGkjlVfnrOgtC71/o7SGP5epcnlmIkI1m9ynxv0EQgPk9qOyjzAJm49EpOnhnsDHiWvlEsUqLzmyDQ6rQIDAQABMA0GCSqGSIb3DQEBCwUAA4GBAIGQchKOU2zSE8SMYvMmCu7loafWB627zLma6fSlyk6YYMh9RCX2mUWG3wYE7a+u818wku1/IiZsPISNs9UScR+VzXpjXscNt8tsFCIwiGKN8+vJa+1Ce/lpRAVCUNC/g+hi4kQ2aTjj7pgeeJDRekY7Krocqj9VxkIb4KPQBGFj \ No newline at end of file +Fvr2G3Jif1b7jS3XikOiOOVbL9yyLO0zSge96MzL+Ew=jWgXacJMchigPCtzPazsp+48iBh6ZVO/D3g7SLQ3vTMD4SPIoMYUHekL2rO/PH6mVBo0D2SV6cnO63rP7onpZpoeMwMPDhomrm75LvBZSim1jMCPtwjPmBigzvBwiJo0H7KKSMGZZzv/piJaXa7i0n3f5/bMRLtPebnbTCb8ACQ=m3IPf96lmC9EfCSl63HKA1dV+sRWxLrlynhTjTNTTqo6W7xBYaw0Rgrj8pKz6HYsykK6LgaMTYo6K6n/kUYdUw1S3vFhpI5VX56zoLQu9f6O0hj+XqXJ5ZiJCNZvcp8b9BEID5Pajso8wCZuPRKTp4Z7Ax4lr5RLFKi85sg0Oq0=AQABCN=DESKTOP-C47PNU1\NIKCOMFHADE+jAQzGKv7+DLKclLTPb1RBkI5XMvT8f3Ni/HDY=lQdBS2hnFua6h0sCQ9gmn+q6Nw3yNmrUhKuSk4ewnRDRUXj9KPVUozVla958DKOysSAsNOnT0kJoFcFJsUcFB8JQDQxXgwuy6XLwDUtQCD0LITDCY7KBWydYMlRFAX1ttQDcZO8krWYkVAhbkwGxEF0ygF6c17D4MhHTZaoT7w8=m3IPf96lmC9EfCSl63HKA1dV+sRWxLrlynhTjTNTTqo6W7xBYaw0Rgrj8pKz6HYsykK6LgaMTYo6K6n/kUYdUw1S3vFhpI5VX56zoLQu9f6O0hj+XqXJ5ZiJCNZvcp8b9BEID5Pajso8wCZuPRKTp4Z7Ax4lr5RLFKi85sg0Oq0=AQABMIIB8TCCAVqgAwIBAgIQbhdsTN6ZYJpCFUePEaZ1CjANBgkqhkiG9w0BAQsFADA3MTUwMwYDVQQDHiwARABFAFMASwBUAE8AUAAtAEMANAA3AFAATgBVADEAXABOAEkASwBDAE8ATTAeFw0yNDA2MjIwOTE5NTJaFw0yNTA2MjIxNTE5NTJaMDcxNTAzBgNVBAMeLABEAEUAUwBLAFQATwBQAC0AQwA0ADcAUABOAFUAMQBcAE4ASQBLAEMATwBNMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCbcg9/3qWYL0R8JKXrccoDV1X6xFbEuuXKeFONM1NOqjpbvEFhrDRGCuPykrPodizKQrouBoxNijorqf+RRh1TDVLe8WGkjlVfnrOgtC71/o7SGP5epcnlmIkI1m9ynxv0EQgPk9qOyjzAJm49EpOnhnsDHiWvlEsUqLzmyDQ6rQIDAQABMA0GCSqGSIb3DQEBCwUAA4GBAIGQchKOU2zSE8SMYvMmCu7loafWB627zLma6fSlyk6YYMh9RCX2mUWG3wYE7a+u818wku1/IiZsPISNs9UScR+VzXpjXscNt8tsFCIwiGKN8+vJa+1Ce/lpRAVCUNC/g+hi4kQ2aTjj7pgeeJDRekY7Krocqj9VxkIb4KPQBGFj \ No newline at end of file diff --git a/Unity Downloader/bin/Debug/app.publish/Unity Downloader.exe b/Unity Downloader/bin/Debug/app.publish/Unity Downloader.exe index b6c5b0b..3a62b01 100644 Binary files a/Unity Downloader/bin/Debug/app.publish/Unity Downloader.exe and b/Unity Downloader/bin/Debug/app.publish/Unity Downloader.exe differ diff --git a/Unity Downloader/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Unity Downloader/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 19d2f51..d72b0c1 100644 Binary files a/Unity Downloader/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Unity Downloader/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Unity Downloader/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/Unity Downloader/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll index c3eb20f..c30b1f5 100644 Binary files a/Unity Downloader/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll and b/Unity Downloader/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll differ diff --git a/Unity Downloader/obj/Debug/Unity Downloader.application b/Unity Downloader/obj/Debug/Unity Downloader.application index e56215e..40968e7 100644 --- a/Unity Downloader/obj/Debug/Unity Downloader.application +++ b/Unity Downloader/obj/Debug/Unity Downloader.application @@ -1,6 +1,6 @@  - + @@ -8,13 +8,13 @@ - + - zcs4anK4nbIgs9cM/+IWTNHyRLMVXuBRMDYTnTpboi8= + fZqjvMln7jctOGJ+sn2DJt117XILOkjXwdNkYBQJoAQ= diff --git a/Unity Downloader/obj/Debug/Unity Downloader.exe b/Unity Downloader/obj/Debug/Unity Downloader.exe index d896f5d..5222d84 100644 Binary files a/Unity Downloader/obj/Debug/Unity Downloader.exe and b/Unity Downloader/obj/Debug/Unity Downloader.exe differ diff --git a/Unity Downloader/obj/Debug/Unity Downloader.exe.manifest b/Unity Downloader/obj/Debug/Unity Downloader.exe.manifest index 26bd388..4c99de5 100644 --- a/Unity Downloader/obj/Debug/Unity Downloader.exe.manifest +++ b/Unity Downloader/obj/Debug/Unity Downloader.exe.manifest @@ -1,6 +1,6 @@  - + @@ -55,14 +55,14 @@ - + - 6Eaq/cR0vLgRDprDH/WwHI9U5DBn9HNg52EZoe471wk= + lsYc+ztbX0sxKnGMkx+oj6ETYH6uIGjSTCevJLMDKP8= diff --git a/Unity Downloader/obj/Debug/Unity Downloader.pdb b/Unity Downloader/obj/Debug/Unity Downloader.pdb index cb6b6da..9dcde1f 100644 Binary files a/Unity Downloader/obj/Debug/Unity Downloader.pdb and b/Unity Downloader/obj/Debug/Unity Downloader.pdb differ diff --git a/Unity Downloader/obj/Debug/Unity_Downloader.Properties.Resources.resources b/Unity Downloader/obj/Debug/Unity_Downloader.Properties.Resources.resources index 5bdbcaf..dbb473b 100644 Binary files a/Unity Downloader/obj/Debug/Unity_Downloader.Properties.Resources.resources and b/Unity Downloader/obj/Debug/Unity_Downloader.Properties.Resources.resources differ