Skip to content

Commit 88d4333

Browse files
committed
style:修改文档描述
1 parent 092fb89 commit 88d4333

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
1616
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1717
<PublishRepositoryUrl>true</PublishRepositoryUrl>
18+
<PackageLicenseExpression>PostgreSQL</PackageLicenseExpression>
1819
<PackageProjectUrl>https://github.com/dotnetcore/EntityFrameworkCore.KingbaseES</PackageProjectUrl>
1920
</PropertyGroup>
2021

src/EFCore.KingbaseES/EFCore.KingbaseES.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<RepositoryType>git</RepositoryType>
88
<RepositoryUrl>https://github.com/dotnetcore/EntityFrameworkCore.KingbaseES</RepositoryUrl>
99
<Description>KingbaseES provider for Entity Framework Core.</Description>
10-
<PackageTags>Kingbasees;kdbndp;Entity Framework Core;entity-framework-core;ef;efcore;orm;sql</PackageTags>
10+
<PackageTags>KingbaseES;kdbndp;Entity Framework Core;entity-framework-core;ef;efcore;orm;sql</PackageTags>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
1212
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesAssemblyToPackage</TargetsForTfmSpecificBuildOutput>
1313
</PropertyGroup>

src/EFCore.KingbaseES/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Kdbndp Entity Framework Core provider for KingbaseES
1+
# Entity Framework Core provider for KingbaseES
22

3-
Kdbndp.EntityFrameworkCore.KingbaseES is the open source EF Core provider for KingbaseES. It allows you to interact with KingbaseES via the most widely-used .NET O/RM from Microsoft, and use familiar LINQ syntax to express queries. It's built on top of [Kdbndp](https://github.com/Kdbndp/Kdbndp).
3+
DotNetCore.EntityFrameworkCore.KingbaseES is the open source EF Core provider for KingbaseES. It allows you to interact with KingbaseES via the most widely-used .NET O/RM from Microsoft, and use familiar LINQ syntax to express queries. It's built on top of [KingbaseES](https://github.com/dotnetcore/EntityFrameworkCore.KingbaseES).
44

55
The provider looks and feels just like any other Entity Framework Core provider. Here's a quick sample to get you started:
66

@@ -29,7 +29,4 @@ public class Blog
2929
public int Id { get; set; }
3030
public string Name { get; set; }
3131
}
32-
```
33-
34-
Aside from providing general EF Core support for KingbaseES, the provider also exposes some KingbaseES-specific capabilities, allowing you to query JSON, array or range columns, as well as many other advanced features. For more information, see the [the Kdbndp site](http://www.Kdbndp.org/efcore/index.html). For information about EF Core in general, see the [EF Core website](https://docs.microsoft.com/ef/core/).
35-
32+
```

0 commit comments

Comments
 (0)