Skip to content

Commit d0ee95b

Browse files
Updated README and gitignore
1 parent 211564b commit d0ee95b

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
src/jQueryDatatableServerSideNetCore22/bin/
55

66
src/jQueryDatatableServerSideNetCore22/obj/
7+
8+
src/jQueryDatatableServerSideNetCore30/bin/
9+
10+
src/jQueryDatatableServerSideNetCore30/obj/

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ A simple Visual Studio solution using jQuery DataTable with Server-Side processi
1111
* [Issues](#issues)
1212
* [Author](#author)
1313

14+
## Branches
15+
16+
* [master](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/master): Main branch with the latest code
17+
* [net-core-22](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/net-core-22): Current copy of master branch (to be discontinued)
18+
* [net-core-22-old](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/net-core-22-old): Old .NET Core 2.2 version (discontinued)
19+
1420
## Getting Started
1521

1622
* Download our latest release [here](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases/latest), are you looking for an [older version?](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases)
@@ -19,18 +25,18 @@ A simple Visual Studio solution using jQuery DataTable with Server-Side processi
1925

2026
## External libraries (already included in the project)
2127

22-
* [Bootstrap (v4.1.3)](https://getbootstrap.com/)
28+
* [Bootstrap (v4.4.1)](https://getbootstrap.com/)
2329
* [jQuery (v3.3.1)](https://jquery.com/)
24-
* [jQuery-datatable (v1.10.19)](https://datatables.net/)
25-
* [datetime-moment (v1.10.19)](https://datatables.net/plug-ins/sorting/datetime-moment)
30+
* [jQuery-datatable (v1.10.20)](https://datatables.net/)
31+
* [datetime-moment (v1.10.20)](https://datatables.net/plug-ins/sorting/datetime-moment)
2632
* [momentjs (v2.24.0)](https://momentjs.com/)
2733

2834
## Testing
2935

3036
This project was checked and tested using:
3137

32-
* Microsoft Visual Studio Enterpise 2019 (version 16.0.28729.10) + JetBrains Resharper Ultimate (version 2018.3.4)
33-
* Windows 10 Pro (version 1809) (OS build 17763.404)
38+
* Microsoft Visual Studio Enterpise 2019 (version 16.5.30011.22) + JetBrains Resharper Ultimate (version 2019.3.4)
39+
* Windows 10 Pro (version 1909) (OS build 18363.778)
3440

3541
## Issues
3642

0 commit comments

Comments
 (0)