diff options
Diffstat (limited to 'Histacom2/Properties/AssemblyInfo.cs')
| -rw-r--r-- | Histacom2/Properties/AssemblyInfo.cs | 8 |
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")] |
