Skip to content

Commit e2ebbf4

Browse files
committed
bug fix
1 parent ffdd3c0 commit e2ebbf4

30 files changed

+170
-27
lines changed

WordlistSolver/MainWindow.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public MyButton(string text, int x, int y, int fontsize, RoutedEventHandler hand
4444
button.Height = fontsize;
4545
button.Width = 70;
4646
//button.FontSize = fontsize;
47-
button.Name = name.Replace(" ","_");
47+
button.Name = name.Replace(" ","_").Replace("-","__");
4848
button.Click += handler;
4949
button.FontFamily = new FontFamily("Segoe Ui");
5050
button.BorderThickness = new Thickness(0, 0, 0, 0);
@@ -296,7 +296,7 @@ private void UseLabelsClick(object sender, RoutedEventArgs e)
296296

297297
public void ClickCopyButton(object sender, EventArgs e)
298298
{
299-
string wordtocopy = ((Button)sender).Name.Replace("_"," ");
299+
string wordtocopy = ((Button)sender).Name.Replace("__", "-").Replace("_"," ");
300300
Clipboard.SetText(wordtocopy);
301301
}
302302
}

WordlistSolver/Properties/PublishProfiles/ClickOnceProfile.pubxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
44
-->
55
<Project>
66
<PropertyGroup>
7-
<ApplicationRevision>10</ApplicationRevision>
7+
<ApplicationRevision>11</ApplicationRevision>
88
<ApplicationVersion>1.0.0.*</ApplicationVersion>
99
<BootstrapperEnabled>True</BootstrapperEnabled>
1010
<Configuration>Release</Configuration>
@@ -30,7 +30,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
3030
<UpdateMode>Foreground</UpdateMode>
3131
<UpdateRequired>False</UpdateRequired>
3232
<WebPageFileName>Publish.html</WebPageFileName>
33-
<History>True|2022-02-25T22:30:06.7666498Z;True|2022-02-25T23:27:04.6661207+01:00;True|2022-02-25T23:19:16.9740730+01:00;True|2022-02-25T23:17:27.4701453+01:00;True|2022-02-20T17:08:12.5788444+01:00;True|2022-02-20T14:29:58.1137630+01:00;True|2022-02-20T13:28:57.8519651+01:00;True|2022-02-20T13:28:20.4201960+01:00;True|2022-02-20T12:56:15.7354121+01:00;</History>
33+
<History>True|2022-03-01T12:46:17.9744445Z;True|2022-02-25T23:30:06.7666498+01:00;True|2022-02-25T23:27:04.6661207+01:00;True|2022-02-25T23:19:16.9740730+01:00;True|2022-02-25T23:17:27.4701453+01:00;True|2022-02-20T17:08:12.5788444+01:00;True|2022-02-20T14:29:58.1137630+01:00;True|2022-02-20T13:28:57.8519651+01:00;True|2022-02-20T13:28:20.4201960+01:00;True|2022-02-20T12:56:15.7354121+01:00;</History>
3434
</PropertyGroup>
3535
<ItemGroup>
3636
<BootstrapperPackage Include="Microsoft.NetCore.DesktopRuntime.6.0.x64">

WordlistSolver/Properties/PublishProfiles/ClickOnceProfile.pubxml.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
44
-->
55
<Project>
66
<PropertyGroup>
7-
<History>True|2022-03-01T12:46:17.9744445Z;True|2022-02-25T23:30:06.7666498+01:00;True|2022-02-25T23:27:04.6661207+01:00;True|2022-02-25T23:19:16.9740730+01:00;True|2022-02-25T23:17:27.4701453+01:00;True|2022-02-20T17:08:12.5788444+01:00;True|2022-02-20T14:29:58.1137630+01:00;True|2022-02-20T13:28:57.8519651+01:00;True|2022-02-20T13:28:20.4201960+01:00;True|2022-02-20T12:56:15.7354121+01:00;</History>
7+
<History>True|2022-03-01T12:54:56.7315320Z;True|2022-03-01T13:46:17.9744445+01:00;True|2022-02-25T23:30:06.7666498+01:00;True|2022-02-25T23:27:04.6661207+01:00;True|2022-02-25T23:19:16.9740730+01:00;True|2022-02-25T23:17:27.4701453+01:00;True|2022-02-20T17:08:12.5788444+01:00;True|2022-02-20T14:29:58.1137630+01:00;True|2022-02-20T13:28:57.8519651+01:00;True|2022-02-20T13:28:20.4201960+01:00;True|2022-02-20T12:56:15.7354121+01:00;</History>
88
</PropertyGroup>
99
</Project>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

WordlistSolver/bin/Release/net6.0-windows/Word List Solver.application

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
3-
<assemblyIdentity name="Word List Solver.application" version="1.0.0.9" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
3+
<assemblyIdentity name="Word List Solver.application" version="1.0.0.10" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
44
<description asmv2:publisher="Word List Solver" asmv2:product="Word List Solver" xmlns="urn:schemas-microsoft-com:asm.v1" />
55
<deployment install="true" mapFileExtensions="true" />
66
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
77
<framework targetVersion="4.5" profile="Full" supportedRuntime="4.0.30319" />
88
</compatibleFrameworks>
99
<dependency>
10-
<dependentAssembly dependencyType="install" codebase="Word List Solver.dll.manifest" size="5173">
11-
<assemblyIdentity name="Word List Solver.exe" version="1.0.0.9" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
10+
<dependentAssembly dependencyType="install" codebase="Word List Solver.dll.manifest" size="5174">
11+
<assemblyIdentity name="Word List Solver.exe" version="1.0.0.10" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
1212
<hash>
1313
<dsig:Transforms>
1414
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
1515
</dsig:Transforms>
1616
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
17-
<dsig:DigestValue>CG2G57EF4bHED6m5FfrMqKoPA2xLgRl8ZbjzHhvVyfA=</dsig:DigestValue>
17+
<dsig:DigestValue>uejhm8QQexis9VbucrXDQ5O/+UyJB4A3N7dlNtOYE08=</dsig:DigestValue>
1818
</hash>
1919
</dependentAssembly>
2020
</dependency>
-512 Bytes
Binary file not shown.

WordlistSolver/bin/Release/net6.0-windows/Word List Solver.dll.manifest

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
3-
<asmv1:assemblyIdentity name="Word List Solver.exe" version="1.0.0.9" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
3+
<asmv1:assemblyIdentity name="Word List Solver.exe" version="1.0.0.10" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
44
<description asmv2:iconFile="question-mark.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
55
<application />
66
<entryPoint>
@@ -72,22 +72,22 @@
7272
<dsig:DigestValue>aMFSOyRPm+OgtgTBkjdsA/O9nmOmr6Mcp2v7/lrkZS8=</dsig:DigestValue>
7373
</hash>
7474
</file>
75-
<file name="Word List Solver.dll" size="84992">
75+
<file name="Word List Solver.dll" size="84480">
7676
<hash>
7777
<dsig:Transforms>
7878
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
7979
</dsig:Transforms>
8080
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
81-
<dsig:DigestValue>JuaWlq9FI9TqKfkFyWeaCqLYnhxHe9bYFpt0X7zC8SU=</dsig:DigestValue>
81+
<dsig:DigestValue>MSSLBtz+TrOGppKKLup7cvFiROJdkfbfCTVRv6GeYBM=</dsig:DigestValue>
8282
</hash>
8383
</file>
84-
<file name="Word List Solver.exe" size="159744">
84+
<file name="Word List Solver.exe" size="159232">
8585
<hash>
8686
<dsig:Transforms>
8787
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
8888
</dsig:Transforms>
8989
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
90-
<dsig:DigestValue>SKCzF2rVRs8vBp+vSoX3SOWbyVHRsBRud3isWE79wBo=</dsig:DigestValue>
90+
<dsig:DigestValue>LCfmsmVvMTqF5qUs/hmUyeunXuiUklNFPlOn7DWT6Fg=</dsig:DigestValue>
9191
</hash>
9292
</file>
9393
<file name="Word List Solver.runtimeconfig.json" size="372">
-512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)