Skip to content

Commit 89bed6a

Browse files
committed
v2.5.3
1 parent 14daa22 commit 89bed6a

16 files changed

+28
-37
lines changed

.vs/QuickLibrary/v16/.suo

-1.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.
-32 KB
Binary file not shown.
-3.96 MB
Binary file not shown.

QuickLibrary/DownloadForm.Designer.cs

Lines changed: 8 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

QuickLibrary/DownloadForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public DownloadForm(string url, bool darkMode, string updating, string downloadi
3232

3333
InitializeComponent();
3434
(new DropShadow()).ApplyShadows(this);
35-
SetDraggableControls(new List<Control>() { titlePanel, titleLabel, statusLabel });
35+
SetDraggableControls(new List<Control>() { titleLabel, statusLabel });
3636

3737
titleLabel.Text = updating;
3838
statusLabel.Text = downloading;

QuickLibrary/OkForm.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

QuickLibrary/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.5.2")]
36-
[assembly: AssemblyFileVersion("2.5.2")]
35+
[assembly: AssemblyVersion("2.5.3")]
36+
[assembly: AssemblyFileVersion("2.5.3")]
3737
[assembly: NeutralResourcesLanguage("en")]

QuickLibrary/UpdateForm.Designer.cs

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

QuickLibrary/YesNoForm.Designer.cs

Lines changed: 9 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)