Skip to content

Commit 17e0e90

Browse files
committed
docs: update install instructions
1 parent 51c2af2 commit 17e0e90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ EF Core | Command
4545
3.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 3.5.0`
4646
5.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 5.5.0`
4747
6.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 6.5.0`
48-
7.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 7.0.0-preview.2`
48+
7.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 7.0.0`
4949

5050
## Configuration
5151
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:

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ EF Core | Command
4141
3.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 3.5.0`
4242
5.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 5.5.0`
4343
6.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 6.5.0`
44-
7.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 7.0.0-preview.2`
44+
7.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 7.0.0`
4545

4646
## Configuration
4747
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:

0 commit comments

Comments
 (0)