mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-26 23:24:00 +08:00
updated year.
This commit is contained in:
parent
774f8fc75c
commit
b3973db7f0
@ -1,4 +1,4 @@
|
||||
// Copyright (C) 2016 by morkt
|
||||
// Copyright (C) 2017 by morkt
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
// of this software and associated documentation files (the "Software"), to
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright (C) 2016 by morkt
|
||||
// Copyright (C) 2017 by morkt
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
// of this software and associated documentation files (the "Software"), to
|
||||
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany ("mørkt")]
|
||||
[assembly: AssemblyProduct("ArcFormats")]
|
||||
[assembly: AssemblyCopyright ("Copyright © 2014-2015 mørkt")]
|
||||
[assembly: AssemblyCopyright ("Copyright © 2014-2017 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.2.27.1170")]
|
||||
[assembly: AssemblyFileVersion ("1.2.27.1170")]
|
||||
[assembly: AssemblyVersion ("1.2.27.1180")]
|
||||
[assembly: AssemblyFileVersion ("1.2.27.1180")]
|
||||
|
@ -12,7 +12,7 @@ using System.Windows;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany ("mørkt")]
|
||||
[assembly: AssemblyProduct("GARbro.GUI")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2014-2016 mørkt")]
|
||||
[assembly: AssemblyCopyright ("Copyright © 2014-2017 mørkt")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
@ -51,5 +51,5 @@ using System.Windows;
|
||||
// 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.3.23.1590")]
|
||||
[assembly: AssemblyFileVersion ("1.3.23.1590")]
|
||||
[assembly: AssemblyVersion ("1.3.23.1605")]
|
||||
[assembly: AssemblyFileVersion ("1.3.23.1605")]
|
||||
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany ("mørkt")]
|
||||
[assembly: AssemblyProduct("GameRes")]
|
||||
[assembly: AssemblyCopyright ("Copyright © 2014-2016 mørkt")]
|
||||
[assembly: AssemblyCopyright ("Copyright © 2014-2017 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.4.24.223")]
|
||||
[assembly: AssemblyFileVersion ("1.4.24.223")]
|
||||
[assembly: AssemblyVersion ("1.4.24.228")]
|
||||
[assembly: AssemblyFileVersion ("1.4.24.228")]
|
||||
|
Loading…
Reference in New Issue
Block a user