summaryrefslogtreecommitdiff
path: root/grapher/AboutBox.cs
Commit message (Collapse)AuthorAgeFilesLines
* port to .NET 5a1xd2021-09-091-3/+3
| | | | | | | | | dependency changes - Newtonsoft.JSON + System.Windows.Forms.DataVisualization + System.Data.SqlClient (indirect, but was not added automatically by NuGet) added ARM64 target
* embed version info into assembliesa1xd2020-12-021-0/+51
check app versions against lib, lib against driver add an 'about' dialog which displays version details, accessible from menu refactor error handling + add check for negative offset