Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffputz committed Dec 8, 2023
1 parent 34f0c0d commit 90ee8c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -5,10 +5,10 @@ POP Forums

A forum and Q&A application with real-time updating, image uploading and private message chat in multiple languages.

The main branch is now the work-in-progress for future versions running on .NET 7+. The v19.x branch is v19.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.
The main branch is now the work-in-progress for future versions running on .NET 8+. The v20.x branch is v20.x, running on .NET 7. The v19.x branch is v19.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 v19 release concentrates on long awaited new feature requests, updates to the user interface and minor bug fixes.
The v20 release has a new OAuth-Only mode that allows the forum to run privately with an external identity provider. Much of the rest of the release includes refactoring and more subtle improvements.

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 @@ -22,7 +22,7 @@ https://popforumsdev.azurewebsites.net/Forums
[![Build status](https://dev.azure.com/popw/POP%20Forums/_apis/build/status/popforumsdev)](https://dev.azure.com/popw/POP%20Forums/_build/latest?definitionId=13)

Latest release:
https://github.com/POPWorldMedia/POPForums/releases/tag/v19.0.1
https://github.com/POPWorldMedia/POPForums/releases/tag/v20.0.0
Packages available on NuGet.

The latest CI build packages can be found with these feeds on MyGet:
Expand All @@ -32,7 +32,7 @@ Sample app using only the packages:
https://github.com/POPWorldMedia/POPForums.Sample

## Prerequisites:
* .NET v6.
* .NET v8.
* npm and Node.js to build the front-end.
* AzureKit optionally requires Redis for two-level cache, Azure Search for Search.
* AzureKit optionally requires an Azure Storage account for queues and Azure Functions.
Expand Down

0 comments on commit 90ee8c8

Please sign in to comment.