Skip to content

Commit f2dbcbd

Browse files
authored
Update README.md
1 parent 85a3c3e commit f2dbcbd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ A forum and Q&A application with real-time updating in multiple languages.
77

88
The commercially hosted version appears at [popforums.com](https://popforums.com/). This is the open source version.
99

10-
The main branch is now the work-in-progress for future versions running on .NET 5. The v17.x branch is v17.x, v16.x branch is v16.x, both for ASP.NET Core v3.1. v15 targeted Core v2.2. If you're looking for the version that works on .NET Framework 4.5+ with MVC 5, check out v13.0.2.
10+
The main branch is now the work-in-progress for future versions running on .NET 6+. The v18.x branch is v18.x, running on .NET 6. If you're looking for the version that works on .NET Framework 4.5+ with MVC 5, check out v13.0.2.
1111

1212
Roadmap:
13-
The v17 release concentrates on performance and optimization, along with significant refactoring and bug fixes. Forthcoming releases will focus on UI refinement and modernization.
14-
15-
The next release will embrace .NET 5, the newer Bootstrap, ditch all of the old jQuery, use isolated process Azure Functions, etc.
13+
The v18 release concentrates on performance and optimization, along with significant refactoring to use modern frameworks and bug fixes. Forthcoming releases will focus on UI refinement and modernization.
1614

1715
For the latest information and documentation, and how to get started, check the pages (also in markdown in /docs of source):
1816
https://popworldmedia.github.io/POPForums/
@@ -26,15 +24,15 @@ https://popforumsdev.azurewebsites.net/Forums
2624
[![Build status](https://popw.visualstudio.com/POP%20Forums/_apis/build/status/popforumsdev)](https://popw.visualstudio.com/POP%20Forums/_build/latest?definitionId=2)
2725

2826
Latest release:
29-
https://github.com/POPWorldMedia/POPForums/releases/tag/v17.0.0
27+
https://github.com/POPWorldMedia/POPForums/releases/tag/v18.0.0
3028
Packages available on NuGet and npm.
3129

3230
The latest CI build packages can be found with these feeds on MyGet:
3331
https://www.myget.org/F/popforums/api/v3/index.json
3432
https://www.myget.org/F/popforums/npm/
3533

3634
## Prerequisites:
37-
* .NET v5.
35+
* .NET v6.
3836
* npm and Node.js to build the front-end.
3937
* AzureKit optionally requires Redis for two-level cache, Azure Search for Search.
4038
* ElasticKit optionally requires ElasticSearch for search.

0 commit comments

Comments
 (0)