Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohne committed Oct 17, 2023
1 parent 62c1ef1 commit 83253f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ private void TextBoxSHA512StringFromText_TextChanged(object sender, EventArgs e)
private void ButtonSelfTest_Click(object sender, EventArgs e)
{
tabControl.SelectedTab = tabPageFile;
textBoxFileName.Text = System.Reflection.Assembly.GetExecutingAssembly().Location;
textBoxFileName.Text = Application.ExecutablePath;
CalculateHashesFromFile();
}
}
Expand Down
2 changes: 1 addition & 1 deletion Properties/PublishProfiles/FolderProfile.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<TargetFramework>net7.0-windows</TargetFramework>
<SelfContained>false</SelfContained>
<RuntimeIdentifier>linux-arm64</RuntimeIdentifier>
<PublishSingleFile>false</PublishSingleFile>
<PublishSingleFile>true</PublishSingleFile>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion Properties/PublishProfiles/FolderProfile.pubxml.user
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<History>True|2023-10-17T22:58:58.3546563Z;True|2023-10-18T00:58:52.2482112+02:00;True|2023-10-18T00:58:45.5591815+02:00;True|2023-10-18T00:58:37.9777229+02:00;True|2023-10-18T00:58:29.1475707+02:00;True|2023-10-18T00:58:19.1559092+02:00;True|2023-10-18T00:58:11.3307866+02:00;True|2023-10-18T00:57:53.4768740+02:00;True|2023-10-18T00:57:43.8971163+02:00;True|2023-10-17T19:57:15.4776101+02:00;True|2023-10-17T19:56:24.9549769+02:00;True|2023-10-17T19:54:08.1580236+02:00;True|2023-10-17T19:53:19.1634085+02:00;True|2023-10-17T19:50:49.6724880+02:00;True|2023-10-17T19:48:28.2861494+02:00;True|2023-10-17T19:46:08.8955418+02:00;True|2023-10-17T19:44:18.9465533+02:00;True|2023-10-17T19:40:49.7475520+02:00;True|2023-10-17T19:33:02.8865090+02:00;</History>
<History>True|2023-10-17T23:10:44.9925004Z;True|2023-10-18T01:10:31.4925444+02:00;True|2023-10-18T01:10:24.3584555+02:00;True|2023-10-18T01:10:17.1588720+02:00;True|2023-10-18T01:10:09.7593301+02:00;True|2023-10-18T01:09:57.3542631+02:00;True|2023-10-18T01:09:50.8095890+02:00;True|2023-10-18T01:09:42.3767450+02:00;True|2023-10-18T01:06:48.2105261+02:00;True|2023-10-18T01:06:41.4022157+02:00;True|2023-10-18T01:06:22.2782492+02:00;True|2023-10-18T01:06:14.3859376+02:00;True|2023-10-18T01:06:05.6508261+02:00;True|2023-10-18T01:05:57.3779093+02:00;True|2023-10-18T01:05:49.1668940+02:00;True|2023-10-18T01:05:37.0334380+02:00;True|2023-10-18T00:58:58.3546563+02:00;True|2023-10-18T00:58:52.2482112+02:00;True|2023-10-18T00:58:45.5591815+02:00;True|2023-10-18T00:58:37.9777229+02:00;True|2023-10-18T00:58:29.1475707+02:00;True|2023-10-18T00:58:19.1559092+02:00;True|2023-10-18T00:58:11.3307866+02:00;True|2023-10-18T00:57:53.4768740+02:00;True|2023-10-18T00:57:43.8971163+02:00;True|2023-10-17T19:57:15.4776101+02:00;True|2023-10-17T19:56:24.9549769+02:00;True|2023-10-17T19:54:08.1580236+02:00;True|2023-10-17T19:53:19.1634085+02:00;True|2023-10-17T19:50:49.6724880+02:00;True|2023-10-17T19:48:28.2861494+02:00;True|2023-10-17T19:46:08.8955418+02:00;True|2023-10-17T19:44:18.9465533+02:00;True|2023-10-17T19:40:49.7475520+02:00;True|2023-10-17T19:33:02.8865090+02:00;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>

0 comments on commit 83253f9

Please sign in to comment.