Update Copyright and version (1.0.0).
This commit is contained in:
@@ -11,7 +11,7 @@ namespace VAR.Focus.Web
|
||||
public string Title { get; } = "Focus";
|
||||
public string TitleSeparator { get; } = " :: ";
|
||||
public string Author { get; } = "Valeriano Alfonso Rodriguez";
|
||||
public string Copyright { get; } = "Copyright (c) 2015-2018 by Valeriano Alfonso, All Right Reserved";
|
||||
public string Copyright { get; } = "Copyright (c) 2015-2020 by Valeriano Alfonso, All Right Reserved";
|
||||
public string DefaultHandler { get; } = nameof(FrmBoard);
|
||||
public string LoginHandler { get; } = nameof(FrmLogin);
|
||||
public List<string> AllowedExtensions { get; } = new List<string> { ".png", ".jpg", ".jpeg", ".gif", ".ico", ".wav", ".mp3", ".ogg", ".mp4", ".webm", ".webp", ".mkv", ".avi" };
|
||||
|
||||
@@ -6,9 +6,9 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("VAR")]
|
||||
[assembly: AssemblyProduct("VAR.Focus")]
|
||||
[assembly: AssemblyCopyright("Copyright © VAR 2015-2018")]
|
||||
[assembly: AssemblyCopyright("Copyright © VAR 2015-2020")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: Guid("4cd25e9d-237f-4a9f-89ac-35e537cf265e")]
|
||||
[assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0")]
|
||||
Reference in New Issue
Block a user