Skip to content

Commit 07b247f

Browse files
committed
add filesize to properties
1 parent 276b395 commit 07b247f

File tree

7 files changed

+138
-111
lines changed

7 files changed

+138
-111
lines changed

MyCBZ/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<applicationSettings>
5353
<Win_CBZ.Win_CBZSettings>
5454
<setting name="Version" serializeAs="String">
55-
<value>0.12.55b</value>
55+
<value>0.13.56b</value>
5656
</setting>
5757
<setting name="RenamerPlaceholders" serializeAs="Xml">
5858
<value>

MyCBZ/Forms/PageSettingsForm.Designer.cs

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

MyCBZ/Forms/PageSettingsForm.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public PageSettingsForm(Page page)
3535

3636
TextBoxFileLocation.Text = Page.Compressed ? Page.TempPath : Page.LocalPath;
3737
PageNameTextBox.Text = Page.Name;
38+
LabelSize.Text = Page.SizeFormat();
3839
PageIndexTextbox.Text = (Page.Index + 1).ToString();
3940
CheckBoxPageDeleted.Checked = Page.Deleted;
4041
}

MyCBZ/Win_CBZSettings.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MyCBZ/Win_CBZSettings.settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Value Profile="(Default)">%APPDATA%\CBZMage\Temp\</Value>
77
</Setting>
88
<Setting Name="Version" Type="System.String" Scope="Application">
9-
<Value Profile="(Default)">0.12.55b</Value>
9+
<Value Profile="(Default)">0.13.56b</Value>
1010
</Setting>
1111
<Setting Name="RenamerPlaceholders" Type="System.Collections.Specialized.StringCollection" Scope="Application">
1212
<Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Microsoft Visual Studio [Community] 2022 (64-Bit)
2929

3030
## Latest Release
3131

32-
v0.12.55b released!
32+
v0.13.56b released!
3333

3434
## Third party components
3535

Win_CBZ-Setup/Win_CBZ-Setup.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,15 +434,15 @@
434434
{
435435
"Name" = "8:Microsoft Visual Studio"
436436
"ProductName" = "8:Win_CBZ"
437-
"ProductCode" = "8:{5EC41DBA-F8A9-4032-9356-422D1D1CC57A}"
438-
"PackageCode" = "8:{3B4347AA-370A-4CEC-B204-D808B77C7CDF}"
437+
"ProductCode" = "8:{ABC858A2-66BC-4EAC-8970-1A9F1F0AB237}"
438+
"PackageCode" = "8:{565443AE-3575-41CD-A5C0-40158FCFA77F}"
439439
"UpgradeCode" = "8:{66FAEF81-1CAE-4971-9E0F-796310EFEA5E}"
440440
"AspNetVersion" = "8:4.0.30319.0"
441441
"RestartWWWService" = "11:FALSE"
442442
"RemovePreviousVersions" = "11:TRUE"
443443
"DetectNewerInstalledVersion" = "11:TRUE"
444444
"InstallAllUsers" = "11:FALSE"
445-
"ProductVersion" = "8:0.12.55"
445+
"ProductVersion" = "8:0.13.56"
446446
"Manufacturer" = "8:Trash_s0Ft"
447447
"ARPHELPTELEPHONE" = "8:"
448448
"ARPHELPLINK" = "8:"

0 commit comments

Comments
 (0)