Commit Graph

24 Commits

Author SHA1 Message Date
Ben Olden-Cooligan
61aebe6c8c Migrate to net8 2023-11-18 11:43:50 -08:00
Ben Olden-Cooligan
96c9b67465 Fix icon for portable launcher
#187
2023-09-09 12:16:55 -07:00
Ben Olden-Cooligan
87b7a50a2c Display an error message after a failed update
#50
2023-01-21 10:29:20 -08:00
Ben Olden-Cooligan
38e96843b9 Wait for workers to exit during portable update
#50
2023-01-14 09:43:27 -08:00
Ben Olden-Cooligan
04451c4511 Move copyright to CommonTargets and update to 2023 2023-01-01 14:14:52 -08:00
Ben Olden-Cooligan
46259d2a7a Reorganize NAPS2.Setup files 2022-12-19 14:17:28 -08:00
Ben Olden-Cooligan
c3a6b3505a Rebrand to "NAPS2 - Not Another PDF Scanner"
Minor change of course, but this emphasizes "NAPS2" as the brand name, and the "2" at the end of "Not Another PDF Scanner" is unnecessary.
2022-09-11 10:50:38 -07:00
Ben Olden-Cooligan
79b2c92f5a Change all projects to net6 and fix WinForms compilation 2022-08-16 21:02:01 -07:00
Ben Olden-Cooligan
3eda15242a Build net5 instead of net6
Seems like there's either a net6 bug or something wrong with my local install, as starting the worker works on net5 but not net6 ("hostfxr.dll" error message when running from Rider).

Plus net5 is probably a good general target right now in terms of compatibility, too.
2022-06-19 18:33:00 -07:00
Ben Olden-Cooligan
3d1ae616e7 Use WinExe output type to avoid extraneous console windows
Of course we'll need another solution once we actually build cross-platform apps
2022-06-19 14:12:35 -07:00
Ben Olden-Cooligan
5047655aba Upgrade from net461 to net462 2022-06-19 11:02:32 -07:00
Ben Olden-Cooligan
5a9a949e9d Add multi-build for NET6 (as well as 4.6.1)
Tests pass & FDesktop shows.
2022-06-18 20:48:45 -07:00
Ben Olden-Cooligan
8e594fe9af Change .NET dep from 4.6 to 4.6.1 2021-12-19 13:04:44 -08:00
Ben Olden-Cooligan
7928e52737 Use global usings for common System and NAPS2 usings 2021-12-17 12:18:20 -08:00
Ben Olden-Cooligan
6a7562b506 Use file-scoped namespaces 2021-12-17 11:59:54 -08:00
Ben Olden-Cooligan
b6f44ceeaa Move language version and NAPS2 version to common target files 2020-02-03 18:34:27 -05:00
Ben Olden-Cooligan
61426cb869 Switch target from net461 to net46. Eventually we'll add a netstandard2.0 target too. 2020-01-30 10:18:46 -05:00
Ben Olden-Cooligan
581469761e Remove unnecessary references 2020-01-29 22:13:07 -05:00
Ben Olden-Cooligan
d9d2eb9bd6 Migrate NAPS2.App.PortableLauncher to new project format 2020-01-29 21:15:24 -05:00
Ben Olden-Cooligan
3869660d95 Upgrade to C# 8 2019-07-17 21:14:09 -04:00
Ben Olden-Cooligan
b62100fb07 Remove unused usings
No longer keeping System, System.Collections.Generic, System.Linq
2019-07-14 11:26:56 -04:00
Ben Olden-Cooligan
3d7cbfc1da Standardize on .NET Framework 4.6.1
The SDK will eventually move to .NET Standard 2.0.
2019-03-12 22:11:14 -04:00
Ben Olden-Cooligan
d742559bd9 Merge branch 'master' into modern 2018-12-16 21:56:21 -05:00
Ben Olden-Cooligan
b53f8ad513 Restructure projects 2018-11-25 12:37:54 -05:00