Skip to content

Commit

Permalink
adding version 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjrt committed Dec 8, 2023
1 parent 654b958 commit de3f328
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 @@ -211,7 +211,7 @@ private void SearchTextBox_TextChanged(object sender, TextChangedEventArgs e)

private void About_Click(object sender, RoutedEventArgs e)
{
MessageBox.Show("Build 4.5" +
MessageBox.Show("Build 5.0" +
"\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 de3f328

Please sign in to comment.