Skip to content

Commit 9bf7bbd

Browse files
committed
docs: simplification
1 parent 8bde36d commit 9bf7bbd

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,6 @@ Your ⭐ on [this repository][Repository] also helps! Thanks! 🖖🙂
3838
## Installation
3939
QueryableValues is distributed as a [NuGet Package]. The major version number of this library is aligned with the version of [Entity Framework Core] by which it's supported (e.g. If you are using EF Core 5, then you must use version 5 of QueryableValues).
4040

41-
Please choose the appropriate command below to install it using the NuGet Package Manager Console window in Visual Studio:
42-
43-
EF Core | Command
44-
:---: | ---
45-
3.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 3.5.0`
46-
5.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 5.5.0`
47-
6.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 6.5.0`
48-
7.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 7.0.0`
49-
5041
## Configuration
5142
Look for the place in your code where you are setting up your [DbContext] and calling the [UseSqlServer] extension method, then use a lambda expression to access the `SqlServerDbContextOptionsBuilder` provided by it. It is on this builder that you must call the `UseQueryableValues` extension method as shown in the following simplified examples:
5243

docs/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ Your ⭐ on [this repository][Repository] also helps! Thanks! 🖖🙂
3434
## Installation
3535
QueryableValues is distributed as a [NuGet Package]. The major version number of this library is aligned with the version of [Entity Framework Core] by which it's supported (e.g. If you are using EF Core 5, then you must use version 5 of QueryableValues).
3636

37-
Please choose the appropriate command below to install it using the NuGet Package Manager Console window in Visual Studio:
38-
39-
EF Core | Command
40-
:---: | ---
41-
3.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 3.5.0`
42-
5.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 5.5.0`
43-
6.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 6.5.0`
44-
7.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 7.0.0`
45-
4637
## Configuration
4738
Look for the place in your code where you are setting up your [DbContext] and calling the [UseSqlServer] extension method, then use a lambda expression to access the `SqlServerDbContextOptionsBuilder` provided by it. It is on this builder that you must call the `UseQueryableValues` extension method as shown in the following simplified examples:
4839

0 commit comments

Comments
 (0)