aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorMichael Webb <[email protected]>2019-04-03 21:26:02 -0500
committerMichael Webb <[email protected]>2019-04-03 21:26:02 -0500
commitcc322eeb8e1df9aaf1be7a88b980b820286bf972 (patch)
tree6ece0f81a977d0a5620349469ddd620475e9eeae /Histacom2/Properties/AssemblyInfo.cs
parent5b22de799a66e4f7a614815b80fe0c1bb76b44a7 (diff)
downloadhistacom2-cc322eeb8e1df9aaf1be7a88b980b820286bf972.tar.gz
histacom2-cc322eeb8e1df9aaf1be7a88b980b820286bf972.tar.bz2
histacom2-cc322eeb8e1df9aaf1be7a88b980b820286bf972.zip
Make achievements screen resize properly, make load screen look much better, other small adjustments
Diffstat (limited to 'Histacom2/Properties/AssemblyInfo.cs')
-rw-r--r--Histacom2/Properties/AssemblyInfo.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Histacom2/Properties/AssemblyInfo.cs b/Histacom2/Properties/AssemblyInfo.cs
index 981eb39..3858522 100644
--- a/Histacom2/Properties/AssemblyInfo.cs
+++ b/Histacom2/Properties/AssemblyInfo.cs
@@ -9,9 +9,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Histacom2")]
[assembly: AssemblyDescription("Revival of the original hacking simulator!")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Histacom2Devs")]
+[assembly: AssemblyCompany("Michael Webb")]
[assembly: AssemblyProduct("Histacom2")]
-[assembly: AssemblyCopyright("Copyright © Histacom2Devs 2017")]
+[assembly: AssemblyCopyright("Copyright © Michael Webb and contributors, 2019.")]
[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("2.0.1")]
-[assembly: AssemblyFileVersion("2.0.1")]
+[assembly: AssemblyVersion("2.0.2")]
+[assembly: AssemblyFileVersion("2.0.2")]
[assembly: NeutralResourcesLanguage("en-US")]