updated year.

This commit is contained in:
morkt
2018-01-02 06:58:07 +04:00
parent 47769f4112
commit 4631caa346
7 changed files with 18 additions and 17 deletions

View File

@@ -6,11 +6,11 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Legacy")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription ("Outdated resource formats")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany ("mørkt")]
[assembly: AssemblyProduct("Legacy")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyCopyright ("Copyright © 2017-2018 mørkt")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.0.0.22")]
[assembly: AssemblyFileVersion ("1.0.0.22")]
[assembly: AssemblyVersion ("1.0.0.24")]
[assembly: AssemblyFileVersion ("1.0.0.24")]