From 09331167051425750fa42d5d5a39517b5d1a0df8 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Tue, 26 Oct 2021 16:14:58 -0500 Subject: [PATCH] Always use 4-tuple versions. --- build-tools/scripts/AssemblyInfo.g.cs.in | 2 +- build-tools/scripts/VersionInfo.targets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-tools/scripts/AssemblyInfo.g.cs.in b/build-tools/scripts/AssemblyInfo.g.cs.in index fbab3c09f..6e8832914 100644 --- a/build-tools/scripts/AssemblyInfo.g.cs.in +++ b/build-tools/scripts/AssemblyInfo.g.cs.in @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")] [assembly: System.Reflection.AssemblyConfigurationAttribute("@CONFIGURATION@")] [assembly: System.Reflection.AssemblyCopyrightAttribute("Microsoft Corporation")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("@VERSION@.0")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("@VERSION@")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("@INFORMATIONALVERSION@")] [assembly: System.Reflection.AssemblyProductAttribute("@PRODUCT@")] [assembly: System.Reflection.AssemblyTitleAttribute("@TITLE@")] diff --git a/build-tools/scripts/VersionInfo.targets b/build-tools/scripts/VersionInfo.targets index 7cd2b347b..6810ebcec 100644 --- a/build-tools/scripts/VersionInfo.targets +++ b/build-tools/scripts/VersionInfo.targets @@ -16,7 +16,7 @@ DependsOnTargets="GitVersion" Condition="!Exists ('$(MSBuildThisFileDirectory)..\..\bin\Build$(Configuration)\Version.props')"> - +