wabbajack/Wabbajack.Lib
dependabot-preview[bot] 39c0252651
Bump MongoDB.Bson from 2.10.0 to 2.10.1
Bumps MongoDB.Bson from 2.10.0 to 2.10.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 07:25:50 +00:00
..
CompilationSteps Fix typos + inconsistencies in logs 2020-01-13 22:11:07 +01:00
Downloaders Replaced all File.OpenWrite calls /w .Open(FileMode.Create) 2020-01-18 14:52:09 -06:00
Exceptions Wabbajack.Lib is now .NET Standard 2.0 2020-01-07 06:50:11 -07:00
Extensions ToGuiProperty convenience call 2020-01-16 22:48:54 -06:00
FileUploader Critical flaw in AuthorAPI 2020-01-19 15:40:30 -07:00
GraphQL Rewrote the uploader to use a block based approach 2020-01-18 22:51:12 -07:00
LibCefHelpers Replaced all File.OpenWrite calls /w .Open(FileMode.Create) 2020-01-18 14:52:09 -06:00
ModListRegistry Start on file upload support 2020-01-17 15:55:03 -07:00
NexusApi Fix typos + inconsistencies in logs 2020-01-13 22:11:07 +01:00
StatusMessages Moved messagebox code into user interventions, moved FilePicker VMs into Wabbajack (from Wabbajack.Lib) 2020-01-07 06:03:46 -07:00
Validation Fix typos + inconsistencies in logs 2020-01-13 22:11:07 +01:00
WebAutomation Wabbajack.Lib is now .NET Standard 2.0 2020-01-07 06:50:11 -07:00
ABatchProcessor.cs Unit tests 2020-01-11 18:36:30 -06:00
ACompiler.cs Replaced all File.OpenWrite calls /w .Open(FileMode.Create) 2020-01-18 14:52:09 -06:00
AInstaller.cs Replaced all File.OpenWrite calls /w .Open(FileMode.Create) 2020-01-18 14:52:09 -06:00
app.config Updated all main projects to .NET 4.8.0 2019-11-23 16:50:09 +01:00
CerasConfig.cs Added DeadlyStream and VectorPlexus to Ceras, KnownSubTypes and Downloaders 2020-01-06 16:08:54 +01:00
css-min.css fix sanity tests 2019-10-15 21:17:27 -06:00
css.css fix sanity tests 2019-10-15 21:17:27 -06:00
Data.cs Clone the modlist so we don't delete everything on a re-install 2020-01-05 21:35:12 -07:00
FodyWeavers.xml Clean up some references try to get tests to work 2019-12-26 17:41:33 -07:00
FodyWeavers.xsd Clean up some references try to get tests to work 2019-12-26 17:41:33 -07:00
IBatchProcessor.cs Removed some Shutdown/Terminate functions in favor of Dispose 2019-12-06 20:04:42 -06:00
MO2Compiler.cs Merge pull request #377 from wabbajack-tools/asp-net-core-rewrite 2020-01-12 14:27:34 -08:00
MO2Installer.cs Merge pull request #399 from Noggog/corrupted-modlists-fix 2020-01-18 15:30:48 -07:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
ReportBuilder.cs Wabbajack.Lib is now .NET Standard 2.0 2020-01-07 06:50:11 -07:00
SystemParameters.cs Wabbajack.Lib is now .NET Standard 2.0 2020-01-07 06:50:11 -07:00
ViewModel.cs Settings page work. Some experimentation /w RxUI binding 2020-01-05 23:15:10 -06:00
VortexCompiler.cs Fix typos + inconsistencies in logs 2020-01-13 22:11:07 +01:00
VortexInstaller.cs Made changes to help cope with my allergy to strings 2020-01-18 13:28:42 -06:00
Wabbajack.Lib.csproj Bump MongoDB.Bson from 2.10.0 to 2.10.1 2020-01-20 07:25:50 +00:00
zEditIntegration.cs Replaced all File.OpenWrite calls /w .Open(FileMode.Create) 2020-01-18 14:52:09 -06:00

Wabbajack.Lib

While Wabbajack is the front end, Wabbajack.Lib is the back end and contains all functionality from the Compilers, the Installers to our NexusAPI and Downloaders.