Make version static-readonly
https://github.com/oqtane/oqtane.framework/issues/1283
This commit is contained in:
parent
60f386838e
commit
a531a235a0
@ -5,7 +5,7 @@ namespace Oqtane.Shared {
|
||||
|
||||
public class Constants {
|
||||
public const string PackageId = "Oqtane.Framework";
|
||||
public const string Version = "2.1.0";
|
||||
public static readonly string Version = "2.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";
|
||||
|
||||
public const string PageComponent = "Oqtane.UI.ThemeBuilder, Oqtane.Client";
|
||||
|
Reference in New Issue
Block a user