Skip to content

Commit c807f19

Browse files
Updated README
1 parent 9a6e2fe commit c807f19

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ A simple Visual Studio solution using jQuery DataTable with Server-Side processi
2222

2323
| Branches | Releases | .NET Version | Description |
2424
|-|-|-|-|
25-
| [master](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/master) | | 5.0 (SDK: 5.0.402) | Development branch |
25+
| [master](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/master) | | 6.0 (SDK: 6.0.302) | Development branch |
26+
| [net-60](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/net-60) | [3.0.0](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases/tag/3.0.0) | 6.0 (SDK: 6.0.302) | Latest version with .NET 6.0 |
2627
| [net-50](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/net-50) | [2.0.0](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases/tag/2.0.0) | 5.0 (SDK: 5.0.402) | Latest version with .NET 5.0 |
2728
| [net-50-preview](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/net-50-preview) | [1.4.0-preview](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases/tag/1.4.0-preview) | 5.0 (SDK: 5.0.100-preview.7.20366.6) | Latest version with .NET 5.0 ([info](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/master/docs/net-50)) 🧪 |
2829
| [net-core-31](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/tree/net-core-31) | [1.3.1](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases/tag/1.3.1)<br>[1.3.0](https://github.com/DavidSuescunPelegay/jQuery-datatable-server-side-net-core/releases/tag/1.3.0) | 3.1 (SDK: 3.1.301) | Latest version with .NET Core 3.1 |
@@ -32,18 +33,18 @@ A simple Visual Studio solution using jQuery DataTable with Server-Side processi
3233

3334
## External libraries
3435

35-
* [Bootstrap (v5.1.3)](https://getbootstrap.com/)
36+
* [Bootstrap (v5.2.0)](https://getbootstrap.com/)
3637
* [jQuery (v3.6.0)](https://jquery.com/)
37-
* [jQuery-datatable (v1.11.3)](https://datatables.net/)
38+
* [jQuery-datatable (v1.12.1)](https://datatables.net/)
3839
* [datetime-moment (v1.10.21)](https://datatables.net/plug-ins/sorting/datetime-moment)
3940
* [momentjs (v2.29.1)](https://momentjs.com/)
4041

4142
## Testing
4243

4344
This project was developed and tested using:
4445

45-
* Microsoft Visual Studio Enterpise 2019 (version 16.11.75.64347) + GhostDoc Community VS Extension (v2021.2.21290) for generating XML Documentation
46-
* Windows 10 Pro (version 21H1) (OS build 19043.1288)
46+
* Microsoft Visual Studio Enterpise 2022 (version 17.2.6) + GhostDoc Community VS Extension (v2021.2.21290) for generating XML Documentation
47+
* Windows 11 Pro (version 21H2) (OS build 22000.832)
4748

4849
## Issues
4950

0 commit comments

Comments
 (0)