I18NCommander/I18N Commander/Processor/Version.cs
Thorsten Sommer 0587af18f2
Added Git Export Feature
- 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
2023-01-22 19:35:57 +01:00

6 lines
146 B
C#

namespace Processor;
public static class Version
{
public static string Text => $"v0.8.0 (2023-01-22), .NET {Environment.Version}";
}