From e51f0296478d405e736156475a8214852fc0c774 Mon Sep 17 00:00:00 2001 From: Adrian Franczak <44712992+Nairda015@users.noreply.github.com> Date: Sat, 11 Feb 2023 18:01:20 +0100 Subject: [PATCH] add licence to csproj --- src/GenWrap.Abstraction/GenWrap.Abstraction.csproj | 1 + src/GenWrap.NUnit/GenWrap.NUnit.csproj | 1 + src/GenWrap.xUnit/GenWrap.xUnit.csproj | 1 + 3 files changed, 3 insertions(+) diff --git a/src/GenWrap.Abstraction/GenWrap.Abstraction.csproj b/src/GenWrap.Abstraction/GenWrap.Abstraction.csproj index 9d1be07..990f3c4 100644 --- a/src/GenWrap.Abstraction/GenWrap.Abstraction.csproj +++ b/src/GenWrap.Abstraction/GenWrap.Abstraction.csproj @@ -10,6 +10,7 @@ true GenWrap.Abstraction Adrian Franczak;Łukasz Strus + MIT This package simplify working with jsons input in tests https://github.com/Nairda015/GenWrap tests;source-generators;json diff --git a/src/GenWrap.NUnit/GenWrap.NUnit.csproj b/src/GenWrap.NUnit/GenWrap.NUnit.csproj index a975912..229aa81 100644 --- a/src/GenWrap.NUnit/GenWrap.NUnit.csproj +++ b/src/GenWrap.NUnit/GenWrap.NUnit.csproj @@ -9,6 +9,7 @@ false GenWrap.NUnit Adrian Franczak;Łukasz Strus + MIT This package simplify working with jsons input in tests https://github.com/Nairda015/GenWrap tests;NUnit;source-generators;json diff --git a/src/GenWrap.xUnit/GenWrap.xUnit.csproj b/src/GenWrap.xUnit/GenWrap.xUnit.csproj index 3415a04..62c9b5c 100644 --- a/src/GenWrap.xUnit/GenWrap.xUnit.csproj +++ b/src/GenWrap.xUnit/GenWrap.xUnit.csproj @@ -9,6 +9,7 @@ true GenWrap.xUnit Adrian Franczak;Łukasz Strus + MIT This package simplify working with jsons input in tests https://github.com/Nairda015/GenWrap tests;xUnit;source-generators;json