Add project for automated tests

Had to remove the responsibility of providing the current version of the application from UpdateService. A new IVersionProvider can be used to get the version. This also allows for this to be mocked in tests.
This commit is contained in:
Pat Hartl 2025-03-15 21:00:00 -05:00
parent 8aff75dc2b
commit 86c906f8db
20 changed files with 337 additions and 74 deletions

View file

@ -86,3 +86,6 @@ app.GenerateThumbnails();
app.Run();
public partial class Program
{
}