Thorsten Sommer
0587af18f2
- Added import algorithm - Added FromJsonX() methods to data models - Added possibility to work with temp. database file - Added export processor to handle export process & triggers - Added something changed event e.g. as export trigger - Added possibility to import a JSON export - Updated Git icon
6 lines
146 B
C#
6 lines
146 B
C#
namespace Processor;
|
|
|
|
public static class Version
|
|
{
|
|
public static string Text => $"v0.8.0 (2023-01-22), .NET {Environment.Version}";
|
|
} |