Skip to content

Commit

Permalink
Fix tags for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Jul 10, 2024
1 parent a5356c6 commit b84a28d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageId>EntityFramework.Firebird</PackageId>
<Title>Firebird Entity Framework Provider</Title>
<PackageDescription>The Entity Framework provider for Firebird enables you to develop .NET applications that connect to the Firebird database using Entity Framework.</PackageDescription>
<PackageTags>firebird;firebirsql;firebirdclient;entityframewor;adonet;database</PackageTags>
<PackageTags>firebird firebirsql firebirdclient entityframewor adonet database</PackageTags>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DefineConstants>EF6;TRACE</DefineConstants>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageId>FirebirdSql.Data.FirebirdClient</PackageId>
<Title>Firebird ADO.NET Data provider</Title>
<PackageDescription>Firebird ADO.NET data provider</PackageDescription>
<PackageTags>firebird;firebirsql;firebirdclient;adonet;database</PackageTags>
<PackageTags>firebird firebirsql firebirdclient adonet database</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageId>FirebirdSql.EntityFrameworkCore.Firebird</PackageId>
<Title>Firebird Entity Framework Core Provider</Title>
<PackageDescription>The Entity Framework Core provider for Firebird enables you to develop .NET applications that connect to the Firebird database using Entity Framework Core.</PackageDescription>
<PackageTags>firebird;firebirsql;firebirdclient;entityframeworkcore;adonet;database</PackageTags>
<PackageTags>firebird firebirsql firebirdclient entityframeworkcore adonet database</PackageTags>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DefineConstants>EFCORE;TRACE</DefineConstants>
Expand Down

0 comments on commit b84a28d

Please sign in to comment.