diff --git a/MSIPackaging/MSIPackaging.csproj b/MSIPackaging/MSIPackaging.csproj
index df35329..4364f9b 100644
--- a/MSIPackaging/MSIPackaging.csproj
+++ b/MSIPackaging/MSIPackaging.csproj
@@ -30,7 +30,7 @@
true
- AnyCPU
+ x64
true
full
false
@@ -41,7 +41,7 @@
false
- AnyCPU
+ x64
pdbonly
true
bin\Release\
diff --git a/MSIPackaging/Properties/AssemblyInfo.cs b/MSIPackaging/Properties/AssemblyInfo.cs
index 918e278..691b9ab 100644
--- a/MSIPackaging/Properties/AssemblyInfo.cs
+++ b/MSIPackaging/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// 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.1.0")]
-[assembly: AssemblyFileVersion("1.0.1.0")]
+[assembly: AssemblyVersion("1.0.5.0")]
+[assembly: AssemblyFileVersion("1.0.5.0")]
diff --git a/MSIPackaging/Script.cs b/MSIPackaging/Script.cs
index 1161f50..b3dd003 100644
--- a/MSIPackaging/Script.cs
+++ b/MSIPackaging/Script.cs
@@ -29,7 +29,7 @@ static public void Main(string[] args)
new RemoveRegistryValue(RegistryHive.LocalMachine, @"Software\WinCertes"),
new RemoveRegistryKey(RegistryHive.LocalMachine, @"Software\WinCertes"));
project.GUID = new Guid("bb0a8e11-24a8-4d7e-a7d6-6fc5bd8166d2");
- project.Version = Version.Parse("1.0.4");
+ project.Version = Version.Parse("1.0.5");
project.LicenceFile = path + @"\MSIPackaging\Resources\gpl-3.0.rtf";
project.BannerImage = path + @"\MSIPackaging\Resources\banner.png";
project.BackgroundImage = path + @"\MSIPackaging\Resources\background.png";
diff --git a/WinCertes/Properties/AssemblyInfo.cs b/WinCertes/Properties/AssemblyInfo.cs
index 5fc7447..ba35c22 100644
--- a/WinCertes/Properties/AssemblyInfo.cs
+++ b/WinCertes/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("WinCertes")]
-[assembly: AssemblyCopyright("Copyright © 2018")]
+[assembly: AssemblyCopyright("Copyright © 2018 Alexandre Aufrere")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -32,5 +32,5 @@
// 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.1.0")]
-[assembly: AssemblyFileVersion("1.0.1.0")]
+[assembly: AssemblyVersion("1.0.5.0")]
+[assembly: AssemblyFileVersion("1.0.5.0")]
diff --git a/WinCertes/WinCertes.csproj b/WinCertes/WinCertes.csproj
index 667e63b..4c59a07 100644
--- a/WinCertes/WinCertes.csproj
+++ b/WinCertes/WinCertes.csproj
@@ -28,7 +28,7 @@
true
- AnyCPU
+ x64
true
full
false
@@ -39,7 +39,7 @@
false
- AnyCPU
+ x64
pdbonly
true
bin\Release\