Skip to content

Commit 29b1e8d

Browse files
authored
Update README.md
1 parent a57c1b5 commit 29b1e8d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ While not an officially supported Couchbase project, this repo is actively maint
1616

1717
The Linq2Couchbase project has the following dependencies:
1818

19-
- Couchbase Server 5.5 or greater with the query service enabled on at least one node
20-
- Couchbase .NET SDK 3.0.3 or greater
19+
- Couchbase Server 7.2 or greater with the query service enabled on at least one node
20+
- Couchbase .NET SDK 3.9.0 or greater
2121

2222
### Installing Couchbase Server
2323

24-
For a single instance of Couchbase Server running on localhost, you can [download Couchbase Server here](https://www.couchbase.com/downloads) (make sure it's 4.0 or later). If you would like to create a cluster, the easiest way is by using the [Vagrant scripts for provisioning clusters](https://github.com/couchbaselabs/vagrants). Additionally, you can use [Docker scripts](https://hub.docker.com/r/couchbase/server/). Follow the directions on each respective link for installation information.
24+
For a single instance of Couchbase Server running on localhost, you can [download Couchbase Server here](https://www.couchbase.com/downloads) (make sure it's 7.2 or later). If you would like to create a cluster, the easiest way is by using the [Vagrant scripts for provisioning clusters](https://github.com/couchbaselabs/vagrants). Additionally, you can use [Docker scripts](https://hub.docker.com/r/couchbase/server/). Follow the directions on each respective link for installation information.
2525

2626
### Installing the package using NuGet
2727

28-
Once you have a Couchbase Server instance or cluster setup, open Visual Studio 2019 or greater or [MonoDevelop](http://www.monodevelop.com/) and create a .NET or .NET Core application. Open the NuGet Package Manager and search for "Couchbase Linq" or type the following into the Package Manager console:
28+
Once you have a Couchbase Server instance or cluster setup, open Visual Studio 2026 or greater or [MonoDevelop](http://www.monodevelop.com/) and create a .NET or .NET Core application. Open the NuGet Package Manager and search for "Couchbase Linq" or type the following into the Package Manager console:
2929

3030
```powershell
3131
Install-Package Linq2Couchbase

0 commit comments

Comments
 (0)