wabbajack/Wabbajack
erri120 2e9d42b538
Added a version check to the settings file
The current settings file has to have the same version as specified in
Wabbajack.Common.Consts.SettingsVersion or else it will be backedup and
deleted to ensure that no bad settings file are getting loaded.

This means that the SettingsVersion needs to be updated when a breaking
change to the settings is being introduced
2020-03-04 12:21:44 +01:00
..
Converters Percent struct 2020-02-07 23:45:45 -06:00
Extensions Initial basic modlist gallery filtering 2020-02-09 14:04:40 -06:00
Properties .NET Standard 2.1, .NET Core 3.1 2020-01-25 20:48:13 -06:00
Resources Created middle mouse button icon instead of read ellipse 2020-02-15 17:30:54 +01:00
Themes Basic AutoUpdater.NET added. GUI button to update 2020-02-02 01:33:12 -06:00
Util Calculate screen size using DPI aware routeins (#545) 2020-02-20 16:08:12 -07:00
View Models Replaced Go to Modlist with Open Logs Folder when complation failed 2020-02-28 17:27:37 +01:00
Views Added a version check to the settings file 2020-03-04 12:21:44 +01:00
App.xaml .NET Standard 2.1, .NET Core 3.1 2020-01-25 20:48:13 -06:00
App.xaml.cs Add wabbajack-cli as part of the main Wabbajack distro, re-enable icons and splash screen. 2020-01-31 15:56:26 -07:00
FodyWeavers.xml .NET Standard 2.1, .NET Core 3.1 2020-01-25 20:48:13 -06:00
FodyWeavers.xsd .NET Standard 2.1, .NET Core 3.1 2020-01-25 20:48:13 -06:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
Settings.cs Added a version check to the settings file 2020-03-04 12:21:44 +01:00
Wabbajack.csproj 1.0 release 2020-02-29 06:39:07 -07:00

Wabbajack

This is the main project of this solution. It contains only UI code like all Views and View Models as well as custom Components and Resources such as icons and images. You can consider this project to be the front end of Wabbajack.