Skip to content

Commit 419898a

Browse files
Add tags and descriptions.
1 parent 513f700 commit 419898a

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

EntityDb.Abstractions/EntityDb.Abstractions.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
<RepositoryUrl>https://github.com/entitydb-io/entitydb</RepositoryUrl>
2828
<RepositoryType>git</RepositoryType>
2929
<NeutralLanguage>en</NeutralLanguage>
30+
<PackageTags>EntityDb EventSourcing DDD CQRS</PackageTags>
31+
<Description>An abstraction layer for the EntityDb suite of packages.</Description>
3032
</PropertyGroup>
3133

3234
</Project>

EntityDb.Common/EntityDb.Common.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
<RepositoryUrl>https://github.com/entitydb-io/entitydb</RepositoryUrl>
2828
<RepositoryType>git</RepositoryType>
2929
<NeutralLanguage>en</NeutralLanguage>
30+
<PackageTags>EntityDb EventSourcing DDD CQRS</PackageTags>
31+
<Description>A standard set of implementations (excluding persistence) of the EntityDb abstraction layer.</Description>
3032
</PropertyGroup>
3133

3234
<ItemGroup>

EntityDb.MongoDb.Provisioner/EntityDb.MongoDb.Provisioner.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
<RepositoryUrl>https://github.com/entitydb-io/entitydb</RepositoryUrl>
2828
<RepositoryType>git</RepositoryType>
2929
<NeutralLanguage>en</NeutralLanguage>
30+
<PackageTags>EntityDb EventSourcing DDD CQRS MongoDb</PackageTags>
31+
<Description>A dotnet tool for provisioning a role, user, and database for usage with the EntityDb.MongoDb pacakge. Note - this tool is made for provisioning on a MongoDb Atlas Cluster. It does not work for other instances of MongoDb at this time.</Description>
3032
</PropertyGroup>
3133

3234
<ItemGroup>

EntityDb.MongoDb/EntityDb.MongoDb.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
<RepositoryUrl>https://github.com/entitydb-io/entitydb</RepositoryUrl>
2828
<RepositoryType>git</RepositoryType>
2929
<NeutralLanguage>en</NeutralLanguage>
30+
<PackageTags>EntityDb EventSourcing DDD CQRS MongoDb</PackageTags>
31+
<Description>An implementation of the EntityDb Transaction Repository interface, specifically for MongoDb.</Description>
3032
</PropertyGroup>
3133

3234
<ItemGroup>

EntityDb.Mvc/EntityDb.Mvc.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
<RepositoryUrl>https://github.com/entitydb-io/entitydb</RepositoryUrl>
2828
<RepositoryType>git</RepositoryType>
2929
<NeutralLanguage>en</NeutralLanguage>
30+
<PackageTags>EntityDb EventSourcing DDD CQRS MVC</PackageTags>
31+
<Description>Provides a model for a Transaction Source that is mapped from an HttpContext. The source includes: Claims, Connection Information, and Raw Headers.</Description>
3032
</PropertyGroup>
3133

3234
<ItemGroup>

EntityDb.Redis/EntityDb.Redis.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
<RepositoryUrl>https://github.com/entitydb-io/entitydb</RepositoryUrl>
2828
<RepositoryType>git</RepositoryType>
2929
<NeutralLanguage>en</NeutralLanguage>
30+
<PackageTags>EntityDb EventSourcing DDD CQRS Redis</PackageTags>
31+
<Description>An implementation of the EntityDb Snapshot Repository interface, specifically for Redis.</Description>
3032
</PropertyGroup>
3133

3234
<ItemGroup>

0 commit comments

Comments
 (0)