Skip to content

Commit f5227f1

Browse files
author
Peter Liljeholm
committed
chore(csproj): update description
1 parent 362ddb8 commit f5227f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NetGenericRepository/NetGenericRepository/NetGenericRepository.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Title>Generic Repository</Title>
99
<Authors>Peter Liljeholm</Authors>
1010
<Product>Fluent.Repository</Product>
11-
<Description>Utilizing a generic methodology in conjunction with Entity Framework enables compatibility with various entity types. This abstraction conceals the intricate specifics of data access tasks, like CRUD operations, fostering cleaner and modular code.</Description>
11+
<Description>Fluent Repository simplifies data access by using a generic approach with Entity Framework. It allows you to work with different types of data entities without worrying about the specific details of how to interact with the database.</Description>
1212
<RepositoryUrl>https://github.com/barbarossa426/net-generic-repository</RepositoryUrl>
1313
<PackageTags>Generic Repository; Entity Framework; data access; CRUD operations; abstraction; modular code; best practices</PackageTags>
1414
<AssemblyVersion>1</AssemblyVersion>

0 commit comments

Comments
 (0)