From ed1f647fa2ca9336baa594e65611beb39fb74be4 Mon Sep 17 00:00:00 2001 From: sheychen Date: Tue, 15 Nov 2016 12:11:42 +0100 Subject: [PATCH] Changer version format to : 'major.realese.fix.build' --- AssemblyInfoCommon.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AssemblyInfoCommon.cs b/AssemblyInfoCommon.cs index dc9abee..f1919a8 100644 --- a/AssemblyInfoCommon.cs +++ b/AssemblyInfoCommon.cs @@ -17,5 +17,5 @@ using System.Reflection; // Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut // en utilisant '*', comme indiqué ci-dessous : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.1.1")] -[assembly: AssemblyFileVersion("1.0.1.1")] \ No newline at end of file +[assembly: AssemblyVersion("1.1.0.1")] +[assembly: AssemblyFileVersion("1.1.0.1")] \ No newline at end of file