Skip to content

Commit

Permalink
Merge pull request #244 from EventStore/timothycoleman-patch-1
Browse files Browse the repository at this point in the history
Add links to the nuget packages
  • Loading branch information
hayley-jean authored Mar 1, 2023
2 parents 4384549 + 52bf019 commit f06adc9
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 f06adc9

Please sign in to comment.