Skip to content

Commit

Permalink
Adjust nuget package meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan5366x committed Feb 13, 2021
1 parent 7c7ba4e commit 6129d50
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions MagicFileEncoding/MagicFileEncoding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PackageVersion>1.0.0</PackageVersion>
<PackageVersion>1.1.0</PackageVersion>
<Title>Magic File Encoding</Title>
<Authors>Jan Schwien</Authors>
<Copyright>by Jan Schwien</Copyright>
<PackageProjectUrl>https://github.com/Jan5366x/MagicFileEncoding</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/Jan5366x/MagicFileEncoding/blob/master/LICENCE.txt</PackageLicenseUrl>
<RepositoryUrl>https://github.com/Jan5366x/MagicFileEncoding</RepositoryUrl>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageTags>encoding, text</PackageTags>
<PackageTags>encoding, text, edifact</PackageTags>
<Description>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.</Description>
</PropertyGroup>

</Project>

0 comments on commit 6129d50

Please sign in to comment.