You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,10 @@ A forum and Q&A application with real-time updating in multiple languages.
7
7
8
8
The commercially hosted version appears at [popforums.com](https://popforums.com/). This is the open source version.
9
9
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.
11
11
12
12
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.
16
14
17
15
For the latest information and documentation, and how to get started, check the pages (also in markdown in /docs of source):
0 commit comments