USFS-PNW / Fia-Biosum-Manager

User interface and main code repository for Biosum
http://biosum.info/
Other
3 stars 3 forks source link

Upgrade SQLite from v1.0.112 to v1.0.118 #313

Closed lbross closed 2 days ago

lbross commented 6 months ago

Updates to SDP and Fia-Biosum-Manager VS projects. Our 'current' version was released in 2019 and supports up to SQLite v3.30.1. We thought we upgraded to v1.0.117 under issue #291, but it appears this wasn't the case. Visual Studio REALLY wants to use NuGet Package manager for managing libraries like this. I tried to disable NuGet Package Manager because Larry and Tyler had trouble getting it to run on USFS computers. But it appears that the old NuGet directives were not completely stripped out so the libraries were in a weird mixed state. I re-enabled NuGet and pointed it to the most recent stable version of the libraries.

The impetus for making this change is that more current versions of the .dll include bug fixes and support more DDL statements to update table schemas.

lbross commented 2 days ago

Closing with release of v5.11.0!