Update Copyright and version (1.0.0).

This commit is contained in:
2020-03-02 08:30:25 +01:00
parent 04756902f6
commit d1e8907d5c
3 changed files with 5 additions and 27 deletions

View File

@@ -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" };

View File

@@ -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")]