Skip to content

Commit f3cec83

Browse files
authored
Update README.md
1 parent e6a093f commit f3cec83

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[main-nuget]: https://www.nuget.org/packages/EntityFrameworkCore.UseRowNumberForPaging/
66
[main-nuget-badge]: https://img.shields.io/nuget/v/EntityFrameworkCore.UseRowNumberForPaging.svg?style=flat-square&label=nuget
77

8-
Bring back support for [UseRowNumberForPaging](https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.infrastructure.sqlserverdbcontextoptionsbuilder.userownumberforpaging?view=efcore-3.0) in EntityFrameworkCore 7.0/6.0/5.0
8+
Bring back support for [UseRowNumberForPaging](https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.infrastructure.sqlserverdbcontextoptionsbuilder.userownumberforpaging?view=efcore-3.0) in EntityFrameworkCore 8.0/7.0/6.0/5.0
99

1010
If you are using EntityFrameworkCore 5.0 please use version 0.2
1111

@@ -18,4 +18,5 @@ optionsBuilder.UseSqlServer("connection string", i => i.UseRowNumberForPaging())
1818

1919
# Contributor
2020

21-
[@Megasware128](https://github.com/Megasware128)
21+
* [@Megasware128](https://github.com/Megasware128)
22+
* [Simon Foster (@funkysi1701)](https://github.com/funkysi1701)

0 commit comments

Comments
 (0)