From ce5891af770366aaf7b1244c7412994a6571f085 Mon Sep 17 00:00:00 2001 From: Alexandre Aufrere Date: Sat, 28 Dec 2019 22:52:33 +0100 Subject: [PATCH] updating version number to 1.1.8 --- MSIPackaging/Properties/AssemblyInfo.cs | 4 ++-- MSIPackaging/Script.cs | 2 +- WinCertes/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MSIPackaging/Properties/AssemblyInfo.cs b/MSIPackaging/Properties/AssemblyInfo.cs index 29f1723..2a9c618 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.1.7.0")] -[assembly: AssemblyFileVersion("1.1.7.0")] +[assembly: AssemblyVersion("1.1.8.0")] +[assembly: AssemblyFileVersion("1.1.8.0")] diff --git a/MSIPackaging/Script.cs b/MSIPackaging/Script.cs index 838d6ad..d920a88 100644 --- a/MSIPackaging/Script.cs +++ b/MSIPackaging/Script.cs @@ -37,7 +37,7 @@ static public void Main(string[] args) } ); project.GUID = new Guid("bb0a8e11-24a8-4d7e-a7d6-6fc5bd8166d2"); - project.Version = Version.Parse("1.1.7"); + project.Version = Version.Parse("1.1.8"); 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 d56be1b..ba684cf 100644 --- a/WinCertes/Properties/AssemblyInfo.cs +++ b/WinCertes/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.1.7.0")] -[assembly: AssemblyFileVersion("1.1.7.0")] +[assembly: AssemblyVersion("1.1.8.0")] +[assembly: AssemblyFileVersion("1.1.8.0")]