From d6454174cb03cf71edb2e327355b212088bd8dec Mon Sep 17 00:00:00 2001 From: David Bronshtein Date: Thu, 27 Dec 2018 10:05:10 +0200 Subject: [PATCH] increase version no --- SolutionVersion.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SolutionVersion.cs b/SolutionVersion.cs index a4e3452f..b199cc20 100644 --- a/SolutionVersion.cs +++ b/SolutionVersion.cs @@ -28,9 +28,9 @@ [assembly: AssemblyCopyright("© 2018 Gigya Inc.")] [assembly: AssemblyDescription("Microdot Framework")] -[assembly: AssemblyVersion("1.13.1.0")] -[assembly: AssemblyFileVersion("1.13.1.0")] -[assembly: AssemblyInformationalVersion("1.13.1.0")] +[assembly: AssemblyVersion("1.13.2.0")] +[assembly: AssemblyFileVersion("1.13.2.0")] +[assembly: AssemblyInformationalVersion("1.13.2.0")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from