Skip to content

Commit 52f04b2

Browse files
committed
Fix PropertyGroup
1 parent 0078960 commit 52f04b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ClassLibrary.EFCore/ClassLibrary.EFCore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<Authors>Angelo Pirola</Authors>
8-
<Product>A generic implementation of Entity Framework Core for .NET 8</Product>
9-
<Description>A generic implementation of Entity Framework Core for .NET 8</Description>
8+
<Product>A generic implementation of Entity Framework Core methods for .NET 8</Product>
9+
<Description>A generic implementation of entity framework core methods for .NET 8</Description>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<PackageProjectUrl>https://github.com/AngeloDotNet/NET8-EFCore-GenericRepository</PackageProjectUrl>
1212
<PackageIcon>LibraryTools.png</PackageIcon>
13-
<PackageTags>csharp dotnet net8 open source generic implementation entity framework core library</PackageTags>
13+
<PackageTags>csharp dotnet net8 open source generic implementation entity framework core methods library</PackageTags>
1414
<RepositoryType>git</RepositoryType>
1515
<RepositoryUrl>https://github.com/AngeloDotNet/NET8-EFCore-GenericRepository.git</RepositoryUrl>
1616
<RepositoryBranch>main</RepositoryBranch>

0 commit comments

Comments
 (0)