- Upgraded to .NET 4.8.
- Upgraded all nugets to their latest versions. Several had high risk security vulnerabilities.
- Added option to copy more collections, once an operation is finished. This allows the user to return to the first page and start a new operation easily. Previously, you had to close the application and start it up again to do this.
- Removed binding redirects, to avoid hardcoding specific versions of nuget packages, which caused conflicts when trying to upgrade.
- Ran code cleanup on solution.
- Migrated
packages.config
to PackageReferences, to make it easier to manage and upgrade nuget packages, and also prepare for newer .NET versions. - Removed unneeded references from projects
- Fixed a potential Null Reference exception when trying to access the appsettings. Improved logging in that area.
Full Changelog: v2.0...v2.5