From d23f0cd6f7fd1548f0f631d4dbad127fbd1d9911 Mon Sep 17 00:00:00 2001 From: Rampastring Date: Sat, 12 Sep 2020 16:55:28 +0300 Subject: [PATCH] Let VS auto-generate minor version numbers --- CnCTDRAMapEditor/CnCTDRAMapEditor.csproj | 2 +- CnCTDRAMapEditor/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CnCTDRAMapEditor/CnCTDRAMapEditor.csproj b/CnCTDRAMapEditor/CnCTDRAMapEditor.csproj index b5952a3..ed2dc8a 100644 --- a/CnCTDRAMapEditor/CnCTDRAMapEditor.csproj +++ b/CnCTDRAMapEditor/CnCTDRAMapEditor.csproj @@ -13,7 +13,7 @@ v4.6.2 512 true - true + false SAK SAK SAK diff --git a/CnCTDRAMapEditor/Properties/AssemblyInfo.cs b/CnCTDRAMapEditor/Properties/AssemblyInfo.cs index ec66582..b4ac920 100644 --- a/CnCTDRAMapEditor/Properties/AssemblyInfo.cs +++ b/CnCTDRAMapEditor/Properties/AssemblyInfo.cs @@ -46,5 +46,5 @@ 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.*")] +// [assembly: AssemblyFileVersion("1.0.0.0")]