Commit Graph

47 Commits

Author SHA1 Message Date
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
c7dcdcf832 Move default appsettings.xml to NAPS2.Setup 2022-08-20 18:48:48 -07:00
Ben Olden-Cooligan
8f34276d85 Rename NAPS2.Lib.Common to NAPS2.Lib 2022-08-20 17:46:18 -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
7f87a681f6 Move ClientCreds to NAPS2.Lib.Common and avoid custom prebuild 2022-07-29 22:09:34 -07:00
Ben Olden-Cooligan
c787b00d03 Update app/installer icons with multiple resolutions
The 16x16 is less sharp but I think still looks better. I'd definitely take a custom made icon for 16x16/32x32 that's a little sharper.
2022-07-12 19:29:32 -07:00
Ben Olden-Cooligan
bd927ee509 Verification fixes wip 2022-07-08 16:52:47 -07:00
Ben Olden-Cooligan
65c3de715e Test and verify commands wip 2022-07-07 22:40:51 -07:00
Ben Olden-Cooligan
748b06c083 Exe packaging WIP 2022-07-06 23:23: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
b23c13738f Upgrade Eto.Forms and fix more warnings 2022-06-19 11:20:00 -07:00
Ben Olden-Cooligan
5047655aba Upgrade from net461 to net462 2022-06-19 11:02:32 -07:00
Ben Olden-Cooligan
9e239f3301 Fix warnings and cleanup old tesseract code 2022-06-19 10:39:48 -07:00
Ben Olden-Cooligan
19a578a669 Update resx mapping 2022-06-18 23:11:06 -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
dcdd9a9c61 Switch to using the public NAPS2.Wia package 2021-12-18 23:47:45 -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
36f3dbe858 Move native library project configuration to a targets file 2020-02-02 14:31:46 -05:00
Ben Olden-Cooligan
10341d989f Make a separate NAPS2.Wia project 2020-01-31 22:54:22 -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
85ae98e68d Migrate NAPS2.App.WinForms to new project format 2020-01-29 21:28:28 -05:00
Ben Olden-Cooligan
7e11c4fa23 Migrate from packages.config to PackageReference 2020-01-28 16:47:50 -05:00
Ben Olden-Cooligan
f5efe135b6 Use LargeAddressAware package instead of fiddling with editbin paths 2019-12-01 00:01:13 -05:00
Ben Olden-Cooligan
8a6c2db67f Fix LangVersion to apply to all build targets 2019-07-21 12:18:36 -04: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
d08cdfd23a Set up Lib project dependency chains 2019-04-20 19:33:09 -04:00
Ben Olden-Cooligan
d1b6178e35 Unset Prefer32bit 2019-04-13 18:21:15 -04:00
Ben Olden-Cooligan
1b20f220d3 Pdfium xplat 2019-04-13 12:08:54 -04:00
Ben Olden-Cooligan
ce033a5b8e Pdfium renderer working aside from colors 2019-04-12 20:51:35 -04:00
Ben Olden-Cooligan
b8588e5f9d Add pdfium library and restructure dlls to accomodate more platforms 2019-04-12 19:25:41 -04:00
Ben Olden-Cooligan
2f1515453f Reuse the NAPS2 namespace in NAPS2.Lib.Common 2019-03-20 14:27:35 -04:00
Ben Olden-Cooligan
8a2ab077c7 Update assembly names for Sdk and Lib.Common 2019-03-20 10:36:48 -04:00
Ben Olden-Cooligan
793a2b229d Change solution platform from x86 to AnyCpu (no functional change) 2019-03-16 21:42:20 -04:00
Ben Olden-Cooligan
7b6273aeb2 Turn on binding redirect autogen 2019-03-16 12:49:17 -04:00
Ben Olden-Cooligan
80420f964e Add binding redirect for BouncyCastle (nuget keeps autogenerating this so I assume it's important) 2019-03-14 15:56:19 -04:00
Ben Olden-Cooligan
2d36b1c01b Reinstall packages (now with BouncyCastle too) 2019-03-12 22:36:12 -04:00
Ben Olden-Cooligan
e33094b021 Remove redundant binding redirects 2019-03-12 22:27:26 -04:00
Ben Olden-Cooligan
ec8560cc87 Remove unneeded Microsoft.Bcl references 2019-03-12 22:21:28 -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