Skip to content

Commit

Permalink
add placeholder image to page-dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
t0815 committed Aug 17, 2024
1 parent 3b70403 commit 4a9b57f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion MyCBZ/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<applicationSettings>
<Win_CBZ.Win_CBZSettings>
<setting name="Version" serializeAs="String">
<value>0.19.134b</value>
<value>0.19.135b</value>
</setting>
<setting name="RenamerPlaceholders" serializeAs="Xml">
<value>
Expand Down
9 changes: 5 additions & 4 deletions MyCBZ/Forms/PageSettingsForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MyCBZ/Win_CBZ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>0.19.134.%2a</ApplicationVersion>
<ApplicationVersion>0.19.135.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
2 changes: 1 addition & 1 deletion MyCBZ/Win_CBZSettings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MyCBZ/Win_CBZSettings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Value Profile="(Default)">%APPDATA%\WIN_CBZ\Temp\</Value>
</Setting>
<Setting Name="Version" Type="System.String" Scope="Application">
<Value Profile="(Default)">0.19.134b</Value>
<Value Profile="(Default)">0.19.135b</Value>
</Setting>
<Setting Name="RenamerPlaceholders" Type="System.Collections.Specialized.StringCollection" Scope="Application">
<Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Microsoft Visual Studio [Community] 2022 (64-Bit)

## Latest Release

v0.19.134b released!
v0.19.135b released!

## Third party components

Expand Down
8 changes: 4 additions & 4 deletions Win_CBZ-Setup/Win_CBZ-Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -243,23 +243,23 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Win_CBZ"
"ProductCode" = "8:{5A98F57C-1A61-4B00-A139-E949F0BA863B}"
"PackageCode" = "8:{D4EB6EB6-DF1E-498C-BB3E-DD62583B5678}"
"ProductCode" = "8:{4C711134-AFD4-41AF-AAC8-B3A66E601164}"
"PackageCode" = "8:{C0FF9E44-3512-4CE9-B455-3A5E58A26CE4}"
"UpgradeCode" = "8:{66FAEF81-1CAE-4971-9E0F-796310EFEA5E}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:0.19.134"
"ProductVersion" = "8:0.19.135"
"Manufacturer" = "8:Trash_s0Ft"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
"Title" = "8:Win_CBZ-Setup"
"Subject" = "8:"
"ARPCONTACT" = "8:Trash s0Ft"
"Keywords" = "8:"
"ARPCOMMENTS" = "8:"
"ARPCOMMENTS" = "8:ComicBook Zip Archive Editor"
"ARPURLINFOABOUT" = "8:"
"ARPPRODUCTICON" = "8:_74A2F3CE81EF4D4CB9DC6C58480F47C9"
"ARPIconIndex" = "3:0"
Expand Down

0 comments on commit 4a9b57f

Please sign in to comment.