From 6129d50e156a08474950b3459b000a24b1b8bf1a Mon Sep 17 00:00:00 2001 From: Jan Schwien Date: Sat, 13 Feb 2021 11:13:34 +0100 Subject: [PATCH] Adjust nuget package meta data --- MagicFileEncoding/MagicFileEncoding.csproj | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/MagicFileEncoding/MagicFileEncoding.csproj b/MagicFileEncoding/MagicFileEncoding.csproj index 89eb829..fd679ab 100644 --- a/MagicFileEncoding/MagicFileEncoding.csproj +++ b/MagicFileEncoding/MagicFileEncoding.csproj @@ -2,7 +2,7 @@ netcoreapp3.1 - 1.0.0 + 1.1.0 Magic File Encoding Jan Schwien by Jan Schwien @@ -10,7 +10,12 @@ https://github.com/Jan5366x/MagicFileEncoding/blob/master/LICENCE.txt https://github.com/Jan5366x/MagicFileEncoding - encoding, text + encoding, text, edifact + The Magic File Encoding lib helps to load and transform simple and closed scope char set text files (like EDIFACT). + +Be aware of possible transformation issues if the target encoding is simpler than the source encoding. + +It is strongly recommended to write unit tests for your use case to ensure the load and transformation works as expected.