Skip to content

Commit

Permalink
Add links to the nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycoleman authored Feb 28, 2023
1 parent 4384549 commit 52bf019
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ EventStoreDB is the open-source, functional database with Complex Event Processi
This is the repository for the .NET client for EventStoreDB version 20+ and uses gRPC as the communication protocol.
If you're looking for the TCP client library (legacy), check the [EventStoreDB-Client-Dotnet-Legacy](https://github.com/EventStore/EventStoreDB-Client-Dotnet-Legacy) repo.

## Installation

Reference the nuget package(s) for the API that you would like to call

[Streams](https://www.nuget.org/packages/EventStore.Client.Grpc.Streams)

[Operations](https://www.nuget.org/packages/EventStore.Client.Grpc.Operations)

[Persistent Subscriptions](https://www.nuget.org/packages/EventStore.Client.Grpc.PersistentSubscriptions)

[Projection Management](https://www.nuget.org/packages/EventStore.Client.Grpc.ProjectionManagement)

[User Management](https://www.nuget.org/packages/EventStore.Client.Grpc.UserManagement)

## Support

Information on support and commercial tools such as LDAP authentication can be found here: [Event Store Support](https://eventstore.com/support/).
Expand Down

0 comments on commit 52bf019

Please sign in to comment.