From 4e4070d9a427d76670efb7b524eb81c298421f5f Mon Sep 17 00:00:00 2001 From: Pawel Gerr Date: Mon, 9 Dec 2024 13:43:13 +0100 Subject: [PATCH] Added PackageReadmeFile --- Directory.Build.props | 1 + src/Directory.Build.props | 1 + .../Thinktecture.Runtime.Extensions.AspNetCore.csproj | 1 + ...hinktecture.Runtime.Extensions.EntityFrameworkCore6.csproj | 2 +- ...hinktecture.Runtime.Extensions.EntityFrameworkCore7.csproj | 2 +- ...hinktecture.Runtime.Extensions.EntityFrameworkCore8.csproj | 2 +- ...hinktecture.Runtime.Extensions.EntityFrameworkCore9.csproj | 2 +- .../Thinktecture.Runtime.Extensions.Json.csproj | 2 +- .../Thinktecture.Runtime.Extensions.MessagePack.csproj | 2 +- .../Thinktecture.Runtime.Extensions.Newtonsoft.Json.csproj | 2 +- .../Thinktecture.Runtime.Extensions.SourceGenerator.csproj | 2 +- .../Thinktecture.Runtime.Extensions.csproj | 4 ++-- 12 files changed, 13 insertions(+), 10 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 4362e4ff..bf0c9eb3 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -8,6 +8,7 @@ https://github.com/PawelGerr/Thinktecture.Runtime.Extensions icon.png LICENSE.md + README.md git https://github.com/PawelGerr/Thinktecture.Runtime.Extensions false diff --git a/src/Directory.Build.props b/src/Directory.Build.props index bad19985..3df79d01 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -19,6 +19,7 @@ + diff --git a/src/Thinktecture.Runtime.Extensions.AspNetCore/Thinktecture.Runtime.Extensions.AspNetCore.csproj b/src/Thinktecture.Runtime.Extensions.AspNetCore/Thinktecture.Runtime.Extensions.AspNetCore.csproj index 9e06d650..7c96edf5 100644 --- a/src/Thinktecture.Runtime.Extensions.AspNetCore/Thinktecture.Runtime.Extensions.AspNetCore.csproj +++ b/src/Thinktecture.Runtime.Extensions.AspNetCore/Thinktecture.Runtime.Extensions.AspNetCore.csproj @@ -2,6 +2,7 @@ Adds better validation support to components from Thinktecture.Runtime.Extensions when using them along with ASP.NET Core. + smart-enum;value-object;discriminated-union;EntityFrameworkCore diff --git a/src/Thinktecture.Runtime.Extensions.EntityFrameworkCore6/Thinktecture.Runtime.Extensions.EntityFrameworkCore6.csproj b/src/Thinktecture.Runtime.Extensions.EntityFrameworkCore6/Thinktecture.Runtime.Extensions.EntityFrameworkCore6.csproj index 98dd70c4..8d722ce7 100644 --- a/src/Thinktecture.Runtime.Extensions.EntityFrameworkCore6/Thinktecture.Runtime.Extensions.EntityFrameworkCore6.csproj +++ b/src/Thinktecture.Runtime.Extensions.EntityFrameworkCore6/Thinktecture.Runtime.Extensions.EntityFrameworkCore6.csproj @@ -2,7 +2,7 @@ Extends Entity Framework Core to support some components from Thinktecture.Runtime.Extensions. - common;EntityFrameworkCore + smart-enum;value-object;discriminated-union;EntityFrameworkCore diff --git a/src/Thinktecture.Runtime.Extensions.EntityFrameworkCore7/Thinktecture.Runtime.Extensions.EntityFrameworkCore7.csproj b/src/Thinktecture.Runtime.Extensions.EntityFrameworkCore7/Thinktecture.Runtime.Extensions.EntityFrameworkCore7.csproj index 30bfaae6..e71d7641 100644 --- a/src/Thinktecture.Runtime.Extensions.EntityFrameworkCore7/Thinktecture.Runtime.Extensions.EntityFrameworkCore7.csproj +++ b/src/Thinktecture.Runtime.Extensions.EntityFrameworkCore7/Thinktecture.Runtime.Extensions.EntityFrameworkCore7.csproj @@ -2,7 +2,7 @@ Extends Entity Framework Core to support some components from Thinktecture.Runtime.Extensions. - common;EntityFrameworkCore + smart-enum;value-object;discriminated-union;EntityFrameworkCore diff --git a/src/Thinktecture.Runtime.Extensions.EntityFrameworkCore8/Thinktecture.Runtime.Extensions.EntityFrameworkCore8.csproj b/src/Thinktecture.Runtime.Extensions.EntityFrameworkCore8/Thinktecture.Runtime.Extensions.EntityFrameworkCore8.csproj index 9f0afaf5..9180e1cb 100644 --- a/src/Thinktecture.Runtime.Extensions.EntityFrameworkCore8/Thinktecture.Runtime.Extensions.EntityFrameworkCore8.csproj +++ b/src/Thinktecture.Runtime.Extensions.EntityFrameworkCore8/Thinktecture.Runtime.Extensions.EntityFrameworkCore8.csproj @@ -2,7 +2,7 @@ Extends Entity Framework Core to support some components from Thinktecture.Runtime.Extensions. - common;EntityFrameworkCore + smart-enum;value-object;discriminated-union;EntityFrameworkCore $(DefineConstants);COMPLEX_TYPES net8.0 diff --git a/src/Thinktecture.Runtime.Extensions.EntityFrameworkCore9/Thinktecture.Runtime.Extensions.EntityFrameworkCore9.csproj b/src/Thinktecture.Runtime.Extensions.EntityFrameworkCore9/Thinktecture.Runtime.Extensions.EntityFrameworkCore9.csproj index 830af981..28021af8 100644 --- a/src/Thinktecture.Runtime.Extensions.EntityFrameworkCore9/Thinktecture.Runtime.Extensions.EntityFrameworkCore9.csproj +++ b/src/Thinktecture.Runtime.Extensions.EntityFrameworkCore9/Thinktecture.Runtime.Extensions.EntityFrameworkCore9.csproj @@ -2,7 +2,7 @@ Extends Entity Framework Core to support some components from Thinktecture.Runtime.Extensions. - common;EntityFrameworkCore + smart-enum;value-object;discriminated-union;EntityFrameworkCore $(DefineConstants);COMPLEX_TYPES net8.0 diff --git a/src/Thinktecture.Runtime.Extensions.Json/Thinktecture.Runtime.Extensions.Json.csproj b/src/Thinktecture.Runtime.Extensions.Json/Thinktecture.Runtime.Extensions.Json.csproj index 210d2762..e672b4b6 100644 --- a/src/Thinktecture.Runtime.Extensions.Json/Thinktecture.Runtime.Extensions.Json.csproj +++ b/src/Thinktecture.Runtime.Extensions.Json/Thinktecture.Runtime.Extensions.Json.csproj @@ -2,7 +2,7 @@ Adds better JSON support to components from Thinktecture.Runtime.Extensions when using System.Text.Json. - common;json + smart-enum;value-object;discriminated-union;json diff --git a/src/Thinktecture.Runtime.Extensions.MessagePack/Thinktecture.Runtime.Extensions.MessagePack.csproj b/src/Thinktecture.Runtime.Extensions.MessagePack/Thinktecture.Runtime.Extensions.MessagePack.csproj index f4eac365..9cbaa687 100644 --- a/src/Thinktecture.Runtime.Extensions.MessagePack/Thinktecture.Runtime.Extensions.MessagePack.csproj +++ b/src/Thinktecture.Runtime.Extensions.MessagePack/Thinktecture.Runtime.Extensions.MessagePack.csproj @@ -2,7 +2,7 @@ Adds MessagePack formatter for components from Thinktecture.Runtime.Extensions. - common;MessagePack + smart-enum;value-object;discriminated-union;MessagePack diff --git a/src/Thinktecture.Runtime.Extensions.Newtonsoft.Json/Thinktecture.Runtime.Extensions.Newtonsoft.Json.csproj b/src/Thinktecture.Runtime.Extensions.Newtonsoft.Json/Thinktecture.Runtime.Extensions.Newtonsoft.Json.csproj index 49864fea..882aa729 100644 --- a/src/Thinktecture.Runtime.Extensions.Newtonsoft.Json/Thinktecture.Runtime.Extensions.Newtonsoft.Json.csproj +++ b/src/Thinktecture.Runtime.Extensions.Newtonsoft.Json/Thinktecture.Runtime.Extensions.Newtonsoft.Json.csproj @@ -2,7 +2,7 @@ Adds better JSON support to components from Thinktecture.Runtime.Extensions when using Newtonsoft.Json. - common;json + smart-enum;value-object;discriminated-union;json diff --git a/src/Thinktecture.Runtime.Extensions.SourceGenerator/Thinktecture.Runtime.Extensions.SourceGenerator.csproj b/src/Thinktecture.Runtime.Extensions.SourceGenerator/Thinktecture.Runtime.Extensions.SourceGenerator.csproj index 5f41d93e..ce6ce1b2 100644 --- a/src/Thinktecture.Runtime.Extensions.SourceGenerator/Thinktecture.Runtime.Extensions.SourceGenerator.csproj +++ b/src/Thinktecture.Runtime.Extensions.SourceGenerator/Thinktecture.Runtime.Extensions.SourceGenerator.csproj @@ -3,7 +3,7 @@ Source generators for Thinktecture.Runtime.Extensions. netstandard2.0 - sourcegenerator + smart-enum;value-object;discriminated-union;sourcegenerator $(NoWarn);CS1591;RS2008;NU5128 false false diff --git a/src/Thinktecture.Runtime.Extensions/Thinktecture.Runtime.Extensions.csproj b/src/Thinktecture.Runtime.Extensions/Thinktecture.Runtime.Extensions.csproj index d1eed459..9343b42c 100644 --- a/src/Thinktecture.Runtime.Extensions/Thinktecture.Runtime.Extensions.csproj +++ b/src/Thinktecture.Runtime.Extensions/Thinktecture.Runtime.Extensions.csproj @@ -1,8 +1,8 @@ - Provides an easy way to implement Smart Enums and Value Objects. - smart-enum;value-object; + Provides an easy way to implement Smart Enums, Value Objects and Discriminated Unions. + smart-enum;value-object;discriminated-union; net7.0;net9.0;