Skip to content

Commit

Permalink
Packaging clean up for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffputz committed May 28, 2019
1 parent c6759af commit ecec308
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,5 +1,5 @@
POP Forums
Copyright (c)2018, POP World Media, LLC and Jeffrey M. Putz
Copyright (c)2019, POP World Media, LLC and Jeffrey M. Putz
http://popw.com/
https://jeffputz.com/

Expand Down
2 changes: 2 additions & 0 deletions PopForums.sln
Expand Up @@ -6,6 +6,8 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{044AC2DE-7D9D-4C1A-8C83-38AF448B5A61}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
LICENSE.txt = LICENSE.txt
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -3,25 +3,25 @@ POPForums

A forum application with real-time updating and multiple languages.

The master branch is now the work-in-progress for future versions. The v14.1.0 branch is v14.1, for ASP.NET Core 2.2. If you're looking for the version that works on .NET 4.5.x with MVC 5, check out v13.0.2.
The master branch is now the work-in-progress for future versions. The v15.0.0 branch is v15.0, for ASP.NET Core 2.2. If you're looking for the version that works on .NET 4.5.x with MVC 5, check out v13.0.2.

Roadmap:
The v14 release is a port of v13, bringing the app to .Net Core. It doesn't add any substantial features over the previous version (less bugs), as the intention was largely feature parity to the "old" MVC version. Going forward, I'll be looking at modernizing the app, but requirements are largely driven by the need to make https://coasterbuzz.com work. It's due for a refresh.
The v15 release brings mostly scale-out features and support, along with significant refactoring and bug fixes. It also features a rebuilt admin area, a kind of rough-in using Vue.js to explore its broader suitability (hint: it's solid!). Forthcoming releases will focus on UI refinement and more refactoring.

CI build of master, running on .NET Core is demo'ing here:
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/14.1.0
https://github.com/POPWorldMedia/POPForums/releases/tag/15.0.0

For the latest information and documentation, check the wiki:
For the latest information and documentation, and how to get started, check the wiki:
https://github.com/POPWorldMedia/POPForums/wiki

The latest CI build packages can be found on MyGet:
https://www.myget.org/feed/Packages/popforums

## Prerequisites:
* .NET Core v2.2.
* AzureKit optionally requires Redis for two-level cache, Azure Search for Azure Search. This is experimental.
* AzureKit optionally requires Redis for two-level cache, Azure Search for Azure Search.
1 change: 1 addition & 0 deletions src/PopForums.AwsKit/PopForums.AwsKit.csproj
Expand Up @@ -13,6 +13,7 @@
<PackageProjectUrl>http://popforums.com/</PackageProjectUrl>
<RepositoryUrl>https://github.com/POPWorldMedia/POPForums</RepositoryUrl>
<Copyright>2019, POP World Media, LLC</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/PopForums.AzureKit/PopForums.AzureKit.csproj
Expand Up @@ -13,6 +13,7 @@
<PackageProjectUrl>http://popforums.com/</PackageProjectUrl>
<RepositoryUrl>https://github.com/POPWorldMedia/POPForums</RepositoryUrl>
<Copyright>2019, POP World Media, LLC</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/PopForums.Mvc/PopForums.Mvc.csproj
Expand Up @@ -13,6 +13,7 @@
<PackageProjectUrl>http://popforums.com/</PackageProjectUrl>
<RepositoryUrl>https://github.com/POPWorldMedia/POPForums</RepositoryUrl>
<Copyright>2019, POP World Media, LLC</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/PopForums.Sql/PopForums.Sql.csproj
Expand Up @@ -13,6 +13,7 @@
<PackageProjectUrl>http://popforums.com/</PackageProjectUrl>
<RepositoryUrl>https://github.com/POPWorldMedia/POPForums</RepositoryUrl>
<Copyright>2019, POP World Media, LLC</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/PopForums/PopForums.csproj
Expand Up @@ -13,6 +13,7 @@
<PackageProjectUrl>http://popforums.com/</PackageProjectUrl>
<RepositoryUrl>https://github.com/POPWorldMedia/POPForums</RepositoryUrl>
<Copyright>2019, POP World Media, LLC</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ecec308

Please sign in to comment.