Skip to content

Commit

Permalink
Adding the new version 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjrt committed Jan 26, 2024
1 parent 231d8b9 commit 0c22167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ private void SearchTextBox_TextChanged(object sender, TextChangedEventArgs e)

private void About_Click(object sender, RoutedEventArgs e)
{
MessageBox.Show("Build 6" +
MessageBox.Show("Build 7" +
"\n\nThis App will search keywords within log, txt, reg, html, json, and .xml files\nThis App will convert evtx files to xml for better handling" +
"\n\nThe author assumes no responsibility or liability for any errors using this App", "About", MessageBoxButton.OK, MessageBoxImage.Information);
}
Expand Down

0 comments on commit 0c22167

Please sign in to comment.