From 312649163b3b590f3dc3041285200f5e2ffd4fc6 Mon Sep 17 00:00:00 2001 From: njlr Date: Sat, 6 Jun 2026 13:21:02 +0100 Subject: [PATCH] Package READMEs --- .../thoth-json-codec-auto.fsproj.paket.template | 2 ++ thoth-json-codec/thoth-json-codec.fsproj.paket.template | 2 ++ 2 files changed, 4 insertions(+) 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