From b403866170818b97ac5b69c6f8cb2e9e907bcf02 Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Fri, 26 Mar 2021 15:21:37 +0600 Subject: [PATCH] Add package description --- Directory.Build.props | 4 ++++ README.md | 2 +- SqlMarshal/SqlMarshal.csproj | 7 +++++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 4c80f2a..f0c7009 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -8,6 +8,10 @@ true $(NoWarn);CA2000;CA1062;CA1031 true + https://github.com/kant2002/SqlMarshal + Apache-2.0 + git + https://github.com/kant2002/SqlMarshal diff --git a/README.md b/README.md index 5c30986..d2f1500 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ SqlMarshal =========================== -[![NuGet](https://img.shields.io/nuget/v/StoredProcedureSourceGenerator.svg?style=flat)](https://www.nuget.org/packages/StoredProcedureSourceGenerator/) +[![NuGet](https://img.shields.io/nuget/v/SqlMarshal.svg?style=flat)](https://www.nuget.org/packages/SqlMarshal/) NativeAOT-friendly mini-ORM which care about nullability checks. diff --git a/SqlMarshal/SqlMarshal.csproj b/SqlMarshal/SqlMarshal.csproj index 0d2991b..76e8da0 100644 --- a/SqlMarshal/SqlMarshal.csproj +++ b/SqlMarshal/SqlMarshal.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 @@ -6,6 +6,9 @@ false true + Andrii Kurdiumov + orm;sql;micro-orm + NativeAOT-friendly mini-ORM which care about nullability checks. @@ -19,6 +22,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - +