Thorsten Sommer
4c6f5b59f0
- 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
6 lines
146 B
C#
6 lines
146 B
C#
namespace Processor;
|
|
|
|
public static class Version
|
|
{
|
|
public static string Text => $"v0.8.2 (2023-02-11), .NET {Environment.Version}";
|
|
} |