Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffputz committed Nov 8, 2021
1 parent 85a3c3e commit f2dbcbd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Expand Up @@ -7,12 +7,10 @@ A forum and Q&A application with real-time updating in multiple languages.

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

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.
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.

Roadmap:
The v17 release concentrates on performance and optimization, along with significant refactoring and bug fixes. Forthcoming releases will focus on UI refinement and modernization.

The next release will embrace .NET 5, the newer Bootstrap, ditch all of the old jQuery, use isolated process Azure Functions, etc.
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.

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

Latest release:
https://github.com/POPWorldMedia/POPForums/releases/tag/v17.0.0
https://github.com/POPWorldMedia/POPForums/releases/tag/v18.0.0
Packages available on NuGet and npm.

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

## Prerequisites:
* .NET v5.
* .NET v6.
* npm and Node.js to build the front-end.
* AzureKit optionally requires Redis for two-level cache, Azure Search for Search.
* ElasticKit optionally requires ElasticSearch for search.
Expand Down

0 comments on commit f2dbcbd

Please sign in to comment.