Skip to content

Commit

Permalink
Update tags in NugGet packages (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Oct 21, 2023
1 parent 2281d05 commit 6c15d3c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Description>EntityFrameworkCore KNet - Avro Serialization support for EntityFrameworkCore provider for Apache Kafka</Description>
<Product>MASES.EntityFrameworkCore.KNet.Serialization.Avro</Product>
<OutputPath>..\..\..\bin\</OutputPath>
<PackageTags>Entity Framework Core;entity-framework-core;ef;efcore;orm;avro;sql kafka apache-kafka dotnet clr netcore net5 net6 kafka connect streams producer consumer providers streamprovider confluent</PackageTags>
<PackageTags>Entity Framework Core;entity-framework-core;ef;efcore;EntityFrameworkCore;orm;O/RM;sql kafka apache-kafka dotnet clr netcore net6 apachekafka connect streams producer consumer</PackageTags>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/net/KEFCore.SerDes.Avro/KEFCore.SerDes.Avro.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Description>EntityFrameworkCore KNet - Avro Serialization support for EntityFrameworkCore provider for Apache Kafka</Description>
<Product>MASES.EntityFrameworkCore.KNet.Serialization.Avro</Product>
<OutputPath>..\..\..\bin\</OutputPath>
<PackageTags>Entity Framework Core;entity-framework-core;ef;efcore;orm;avro;sql kafka apache-kafka dotnet clr netcore net5 net6 kafka connect streams producer consumer providers streamprovider confluent</PackageTags>
<PackageTags>Entity Framework Core;entity-framework-core;ef;efcore;EntityFrameworkCore;orm;O/RM;sql kafka apache-kafka dotnet clr netcore net6 apachekafka connect streams producer consumer</PackageTags>
<PackageId>MASES.EntityFrameworkCore.KNet.Serialization.Avro</PackageId>
<PackageReadmeFile>serialization.md</PackageReadmeFile>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion src/net/KEFCore.SerDes/KEFCore.SerDes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Description>EntityFrameworkCore KNet - Serialization support for EntityFrameworkCore provider for Apache Kafka</Description>
<Product>MASES.EntityFrameworkCore.KNet.Serialization</Product>
<OutputPath>..\..\..\bin\</OutputPath>
<PackageTags>Entity Framework Core;entity-framework-core;ef;efcore;orm;json;sql kafka apache-kafka dotnet clr netcore net6 kafka connect streams producer consumer providers streamprovider confluent</PackageTags>
<PackageTags>Entity Framework Core;entity-framework-core;ef;efcore;EntityFrameworkCore;orm;O/RM;sql kafka apache-kafka dotnet clr netcore net6 apachekafka connect streams producer consumer</PackageTags>
<PackageId>MASES.EntityFrameworkCore.KNet.Serialization</PackageId>
<PackageReadmeFile>serialization.md</PackageReadmeFile>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion src/net/KEFCore/KEFCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Description>EntityFrameworkCore KNet - EntityFrameworkCore provider for Apache Kafka</Description>
<Product>MASES.EntityFrameworkCore.KNet</Product>
<OutputPath>..\..\..\bin\</OutputPath>
<PackageTags>Entity Framework Core;entity-framework-core;ef;efcore;orm;sql kafka apache-kafka dotnet clr netcore net6 kafka connect streams producer consumer providers streamprovider confluent</PackageTags>
<PackageTags>Entity Framework Core;entity-framework-core;ef;efcore;EntityFrameworkCore;orm;O/RM;sql kafka apache-kafka dotnet clr netcore net6 apachekafka connect streams producer consumer</PackageTags>
<PackageId>MASES.EntityFrameworkCore.KNet</PackageId>
<PackageReadmeFile>gettingstarted.md</PackageReadmeFile>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion src/net/templates/templatepack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Title>EntityFrameworkCore KNet Templates - Templates to use with KNet</Title>
<Summary>Ready made templates to create applications based on Entity Framework Core provider for Apache Kafka</Summary>
<Description>Ready made templates to create applications based on Entity Framework Core provider for Apache Kafka. The templates are ready made starting points, all information and APIs are available in the official website https://masesgroup.github.io/KEFCore</Description>
<PackageTags>knet kafka apache-kafka dotnet clr netcore net6 template kafka connect streams producer consumer providers streamprovider confluent</PackageTags>
<PackageTags>Entity Framework Core;entity-framework-core;ef;efcore;EntityFrameworkCore;orm;O/RM;sql kafka apache-kafka dotnet clr netcore net6 apachekafka connect streams producer consumer</PackageTags>
<Product>MASES.EntityFrameworkCore.KNet Templates</Product>
<IncludeSymbols>false</IncludeSymbols>
<IncludeBuildOutput>false</IncludeBuildOutput>
Expand Down

0 comments on commit 6c15d3c

Please sign in to comment.