From 52bf0192c3b9999ee483152504dd92abdfdd92f1 Mon Sep 17 00:00:00 2001 From: Tim Coleman Date: Tue, 28 Feb 2023 09:36:14 +0000 Subject: [PATCH] Add links to the nuget packages --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 4655b0d16..ed815819a 100644 --- a/README.md +++ b/README.md @@ -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/).