prepare for 3.1 release

This commit is contained in:
Shaun Walker
2022-03-23 15:04:03 -04:00
parent 499bf3bc28
commit 4566ea436c
25 changed files with 71 additions and 70 deletions

View File

@ -1,10 +1,11 @@
using System;
namespace Oqtane.Shared {
public class Constants {
public static readonly string Version = "3.0.3";
public const string ReleaseVersions = "1.0.0,1.0.1,1.0.2,1.0.3,1.0.4,2.0.0,2.0.1,2.0.2,2.1.0,2.2.0,2.3.0,2.3.1,3.0.0,3.0.1,3.0.2,3.0.3";
namespace Oqtane.Shared
{
public class Constants
{
public static readonly string Version = "3.1.0";
public const string ReleaseVersions = "1.0.0,1.0.1,1.0.2,1.0.3,1.0.4,2.0.0,2.0.1,2.0.2,2.1.0,2.2.0,2.3.0,2.3.1,3.0.0,3.0.1,3.0.2,3.0.3,3.1.0";
public const string PackageId = "Oqtane.Framework";
public const string UpdaterPackageId = "Oqtane.Updater";
public const string PackageRegistryUrl = "https://www.oqtane.net";