aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Properties
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-19 21:32:16 -0400
committerlempamo <[email protected]>2017-07-19 21:32:16 -0400
commit608bf336dbb035c4e78ab448f8a4c96ec80146ce (patch)
tree7eb14a8c6add9a6fd46d55d52f0bb676ff23159e /TimeHACK.Main/Properties
parent67db4eebef37d24cee4057ac6f381ce9eb3854fe (diff)
downloadhistacom2-608bf336dbb035c4e78ab448f8a4c96ec80146ce.tar.gz
histacom2-608bf336dbb035c4e78ab448f8a4c96ec80146ce.tar.bz2
histacom2-608bf336dbb035c4e78ab448f8a4c96ec80146ce.zip
fix exe to credit all of us
Diffstat (limited to 'TimeHACK.Main/Properties')
-rw-r--r--TimeHACK.Main/Properties/AssemblyInfo.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/TimeHACK.Main/Properties/AssemblyInfo.cs b/TimeHACK.Main/Properties/AssemblyInfo.cs
index 0340466..024f418 100644
--- a/TimeHACK.Main/Properties/AssemblyInfo.cs
+++ b/TimeHACK.Main/Properties/AssemblyInfo.cs
@@ -9,9 +9,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("TimeHACK")]
[assembly: AssemblyDescription("Revival of the original hacking simulator!")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("AShifter")]
+[assembly: AssemblyCompany("TimeHACKDevs")]
[assembly: AssemblyProduct("TimeHACK")]
-[assembly: AssemblyCopyright("Copyright © AShifter 2017")]
+[assembly: AssemblyCopyright("Copyright © TimeHACKDevs 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -33,7 +33,7 @@ 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.0.3.0")]
+[assembly: AssemblyFileVersion("1.0.3.0")]
[assembly: NeutralResourcesLanguage("en-US")]