I18NCommander/I18N Commander/Processor/Version.cs
Thorsten Sommer 4c6f5b59f0
Bugfixes
- Added handling for DeepL exceptions
- Added debug logging for im- and exporting
- When executing the post script for the unique id migration, ensure
  that new id are generated, only when no id exists
- Fixed section export by loading references to parents
2023-02-11 21:22:25 +01:00

6 lines
146 B
C#

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