Skip to content

Commit

Permalink
Add nuget package info to readme and project file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan5366x committed Sep 27, 2020
1 parent b8bb8ea commit d8aa5cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MagicFileEncoding/MagicFileEncoding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PackageVersion>1.0.0-preview</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>Alpha Release</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Magic File Encoding

### Nuget Package
[MagicFileEncoding at nuget.org](https://www.nuget.org/packages/MagicFileEncoding/)

### Fallback Encoding
The fallback encoding is ISO-8859-1 (Latin-1) by default.

Expand Down

0 comments on commit d8aa5cd

Please sign in to comment.