Skip to content

Commit

Permalink
Centralize VersionPrefix information in Version.props (#2439)
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsan-madhavan authored Jan 16, 2020
1 parent a8fdd2d commit 589ace3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!--
Primary version prefix for this repo - usually changes only once per major release
-->
<VersionPrefix>4.8.1</VersionPrefix>
<!--
Version prefix used by a few projects like Project Templates
Revision portion of Major.Minor.Revision usually updated every release
-->
<TraditionalVersionPrefix>3.1.2</TraditionalVersionPrefix>
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ProjectGuid>{BFF6C118-3369-43B5-ACA6-D65ED00EEBE0}</ProjectGuid>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
<VersionPrefix>3.1.2</VersionPrefix>
<VersionPrefix>$(TraditionalVersionPrefix)</VersionPrefix>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ProjectGuid>{440d06b8-e3de-4c0d-ad25-cd4f43d836e1}</ProjectGuid>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
<VersionPrefix>3.1.2</VersionPrefix>
<VersionPrefix>$(TraditionalVersionPrefix)</VersionPrefix>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 589ace3

Please # to comment.