diff --git a/thoth-json-codec-auto/thoth-json-codec-auto.fsproj.paket.template b/thoth-json-codec-auto/thoth-json-codec-auto.fsproj.paket.template index bb54d2e..8826f80 100644 --- a/thoth-json-codec-auto/thoth-json-codec-auto.fsproj.paket.template +++ b/thoth-json-codec-auto/thoth-json-codec-auto.fsproj.paket.template @@ -8,9 +8,11 @@ repositoryType git repositoryUrl https://github.com/njlr/thoth-json-codec files ../LICENSE.txt ==> LICENSE.txt + ../README.md ==> README.md *.fsproj ==> fable *.fs ==> fable description Automatic codec support for Thoth.Json summary Automatic codec support for Thoth.Json +readme README.md licenseUrl https://licenses.nuget.org/MIT licenseExpression MIT diff --git a/thoth-json-codec/thoth-json-codec.fsproj.paket.template b/thoth-json-codec/thoth-json-codec.fsproj.paket.template index b0a6d52..2e96f45 100644 --- a/thoth-json-codec/thoth-json-codec.fsproj.paket.template +++ b/thoth-json-codec/thoth-json-codec.fsproj.paket.template @@ -8,9 +8,11 @@ repositoryType git repositoryUrl https://github.com/njlr/thoth-json-codec files ../LICENSE.txt ==> LICENSE.txt + ../README.md ==> README.md *.fsproj ==> fable *.fs ==> fable description Codec support for Thoth.Json summary Codec support for Thoth.Json +readme README.md licenseUrl https://licenses.nuget.org/MIT licenseExpression MIT