Skip to content

Commit 1b64209

Browse files
committed
Metadata update
1 parent 3fd1d01 commit 1b64209

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/PgPartner/PgPartner.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@
55
<LangVersion>9.0</LangVersion>
66
<Authors>SourceKor, Oleg Krysko</Authors>
77
<Company>SourceKor</Company>
8-
<Description>Npgsql extensions that simplify bulk operations using the PostgreSQL COPY command</Description>
8+
<Description>Npgsql extensions that simplify various operations:
9+
10+
- Fast bulk add
11+
- Create temporary table as mirror of existing table</Description>
912
<RepositoryUrl>https://github.com/SourceKor/PgPartner</RepositoryUrl>
1013
<PackageProjectUrl>https://github.com/SourceKor/PgPartner</PackageProjectUrl>
1114
<RepositoryType>git</RepositoryType>
1215
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1316
<IncludeSource>True</IncludeSource>
1417
<IncludeSymbols>True</IncludeSymbols>
15-
<PackageTags>postgres, postgresql, npgsql, npgsql-copy, postgresql-copy, postgres copy, bulkadd</PackageTags>
18+
<PackageTags>postgres, postgresql, npgsql, npgsql-copy, postgresql-copy, postgres copy, bulkadd, temp-table, upsert-to-temp, sync-data</PackageTags>
1619
<PackageIcon>PgPartner.png</PackageIcon>
1720
</PropertyGroup>
1821

0 commit comments

Comments
 (0)