Update to 3.5.6 and for components

This commit is contained in:
dvize
2023-05-17 07:41:46 -07:00
parent 8118ef3f9a
commit 278f2ff0ea
9 changed files with 481 additions and 161 deletions

View File

@@ -1,15 +1,16 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.InteropServices;
using VersionChecker;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("armorMod.ASS")]
[assembly: AssemblyTitle("dvize.ASS")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("armorMod.ASS")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyProduct("dvize.ASS")]
[assembly: AssemblyCopyright("Copyright <EFBFBD> 2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -31,5 +32,6 @@ 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.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: TarkovVersion(23043)]