File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ using System.Reflection;
1414[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")]
1515[assembly: System.Reflection.AssemblyConfigurationAttribute("@CONFIGURATION@")]
1616[assembly: System.Reflection.AssemblyCopyrightAttribute("Microsoft Corporation")]
17- [assembly: System.Reflection.AssemblyFileVersionAttribute("@VERSION@.0 ")]
17+ [assembly: System.Reflection.AssemblyFileVersionAttribute("@VERSION@")]
1818[assembly: System.Reflection.AssemblyInformationalVersionAttribute("@INFORMATIONALVERSION@")]
1919[assembly: System.Reflection.AssemblyProductAttribute("@PRODUCT@")]
2020[assembly: System.Reflection.AssemblyTitleAttribute("@TITLE@")]
Original file line number Diff line number Diff line change 1616 DependsOnTargets =" GitVersion"
1717 Condition =" !Exists ('$(MSBuildThisFileDirectory)..\..\bin\Build$(Configuration)\Version.props')" >
1818 <ItemGroup >
19- <Replacements Include =" @VERSION@" Replacement =" $(GitSemVerMajor).$(GitSemVerMinor).$(GitSemVerPatch)" />
19+ <Replacements Include =" @VERSION@" Replacement =" $(GitSemVerMajor).$(GitSemVerMinor).$(GitSemVerPatch).0 " />
2020 <Replacements Include =" @COMMIT@" Replacement =" $(GitCommit)" />
2121 <Replacements Include =" @BRANCH@" Replacement =" $(GitBranch)" />
2222 </ItemGroup >
You can’t perform that action at this time.
0 commit comments