Skip to content

Commit 4e4070d

Browse files
committed
Added PackageReadmeFile
1 parent aae6e85 commit 4e4070d

File tree

12 files changed

+13
-10
lines changed

12 files changed

+13
-10
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<PackageProjectUrl>https://github.com/PawelGerr/Thinktecture.Runtime.Extensions</PackageProjectUrl>
99
<PackageIcon>icon.png</PackageIcon>
1010
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
11+
<PackageReadmeFile>README.md</PackageReadmeFile>
1112
<RepositoryType>git</RepositoryType>
1213
<RepositoryUrl>https://github.com/PawelGerr/Thinktecture.Runtime.Extensions</RepositoryUrl>
1314
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>

src/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22+
<None Include="./../../README.md" Pack="true" PackagePath="" />
2223
<None Include="./../../icon.png" Pack="true" PackagePath="" />
2324
<None Include="./../../LICENSE.md" Pack="true" PackagePath="$(PackageLicenseFile)" />
2425
</ItemGroup>

src/Thinktecture.Runtime.Extensions.AspNetCore/Thinktecture.Runtime.Extensions.AspNetCore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Adds better validation support to components from Thinktecture.Runtime.Extensions when using them along with ASP.NET Core.</Description>
5+
<PackageTags>smart-enum;value-object;discriminated-union;EntityFrameworkCore</PackageTags>
56
</PropertyGroup>
67

78
<ItemGroup>

src/Thinktecture.Runtime.Extensions.EntityFrameworkCore6/Thinktecture.Runtime.Extensions.EntityFrameworkCore6.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Extends Entity Framework Core to support some components from Thinktecture.Runtime.Extensions.</Description>
5-
<PackageTags>common;EntityFrameworkCore</PackageTags>
5+
<PackageTags>smart-enum;value-object;discriminated-union;EntityFrameworkCore</PackageTags>
66
</PropertyGroup>
77

88
<ItemGroup>

src/Thinktecture.Runtime.Extensions.EntityFrameworkCore7/Thinktecture.Runtime.Extensions.EntityFrameworkCore7.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Extends Entity Framework Core to support some components from Thinktecture.Runtime.Extensions.</Description>
5-
<PackageTags>common;EntityFrameworkCore</PackageTags>
5+
<PackageTags>smart-enum;value-object;discriminated-union;EntityFrameworkCore</PackageTags>
66
</PropertyGroup>
77

88
<ItemGroup>

src/Thinktecture.Runtime.Extensions.EntityFrameworkCore8/Thinktecture.Runtime.Extensions.EntityFrameworkCore8.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Extends Entity Framework Core to support some components from Thinktecture.Runtime.Extensions.</Description>
5-
<PackageTags>common;EntityFrameworkCore</PackageTags>
5+
<PackageTags>smart-enum;value-object;discriminated-union;EntityFrameworkCore</PackageTags>
66
<DefineConstants>$(DefineConstants);COMPLEX_TYPES</DefineConstants>
77
<TargetFramework>net8.0</TargetFramework>
88
</PropertyGroup>

src/Thinktecture.Runtime.Extensions.EntityFrameworkCore9/Thinktecture.Runtime.Extensions.EntityFrameworkCore9.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Extends Entity Framework Core to support some components from Thinktecture.Runtime.Extensions.</Description>
5-
<PackageTags>common;EntityFrameworkCore</PackageTags>
5+
<PackageTags>smart-enum;value-object;discriminated-union;EntityFrameworkCore</PackageTags>
66
<DefineConstants>$(DefineConstants);COMPLEX_TYPES</DefineConstants>
77
<TargetFramework>net8.0</TargetFramework>
88
</PropertyGroup>

src/Thinktecture.Runtime.Extensions.Json/Thinktecture.Runtime.Extensions.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Adds better JSON support to components from Thinktecture.Runtime.Extensions when using System.Text.Json.</Description>
5-
<PackageTags>common;json</PackageTags>
5+
<PackageTags>smart-enum;value-object;discriminated-union;json</PackageTags>
66
</PropertyGroup>
77

88
<ItemGroup>

src/Thinktecture.Runtime.Extensions.MessagePack/Thinktecture.Runtime.Extensions.MessagePack.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Adds MessagePack formatter for components from Thinktecture.Runtime.Extensions.</Description>
5-
<PackageTags>common;MessagePack</PackageTags>
5+
<PackageTags>smart-enum;value-object;discriminated-union;MessagePack</PackageTags>
66
</PropertyGroup>
77

88
<ItemGroup>

src/Thinktecture.Runtime.Extensions.Newtonsoft.Json/Thinktecture.Runtime.Extensions.Newtonsoft.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Adds better JSON support to components from Thinktecture.Runtime.Extensions when using Newtonsoft.Json.</Description>
5-
<PackageTags>common;json</PackageTags>
5+
<PackageTags>smart-enum;value-object;discriminated-union;json</PackageTags>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)