Skip to content

Commit 84a36a3

Browse files
authored
Update Branding for 2.1.8 Patch (#14367)
1 parent 3b05e43 commit 84a36a3

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

version.props

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>2.1.4</VersionPrefix>
4-
<!--
5-
Temporary: due to the way aspnet/AspNetCore runs static analysis on projects to determine versions,
6-
and the way we merged repos after the 2.1.4 release, this needs to be set to 2.1.0 until the next release.
7-
This can be removed when updating this file for the next EF Core patch.
8-
-->
9-
<VersionPrefix Condition="$(MSBuildProjectName.StartsWith('Microsoft.Data.Sqlite'))">2.1.0</VersionPrefix>
10-
3+
<VersionPrefix>2.1.8</VersionPrefix>
114
<VersionSuffix>rtm</VersionSuffix>
125
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>
136
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' ">$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion>
@@ -16,7 +9,7 @@
169
<VersionSuffix Condition="'$(VersionSuffix)' != '' And '$(FeatureBranchVersionSuffix)' != ''">$(FeatureBranchVersionPrefix)$(VersionSuffix)-$([System.Text.RegularExpressions.Regex]::Replace('$(FeatureBranchVersionSuffix)', '[^\w-]', '-'))</VersionSuffix>
1710
<VersionSuffix Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
1811

19-
<ExperimentalVersionPrefix>0.1.4</ExperimentalVersionPrefix>
12+
<ExperimentalVersionPrefix>0.1.8</ExperimentalVersionPrefix>
2013
<ExperimentalVersionSuffix>rtm</ExperimentalVersionSuffix>
2114
<ExperimentalPackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(ExperimentalVersionSuffix)' == 'rtm' ">$(ExperimentalVersionPrefix)</ExperimentalPackageVersion>
2215
<ExperimentalPackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(ExperimentalVersionSuffix)' != 'rtm' ">$(ExperimentalVersionPrefix)-$(ExperimentalVersionSuffix)-final</ExperimentalPackageVersion>

0 commit comments

Comments
 (0)