Skip to content

Commit e73d365

Browse files
committed
(build) Changed to build v3.4.3
We need to update the build version to be the version we want to publish. Without making this change, we would still be building version 3.5.0.
1 parent b6e433b commit e73d365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/config.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<!-- ** Change for each new version -->
1414
<!-- when changing any of the NuGetVersion props below, run tools-local\ship-public-apis -->
1515
<MajorNuGetVersion Condition="'$(MajorNuGetVersion)' == ''">3</MajorNuGetVersion>
16-
<MinorNuGetVersion Condition="'$(MinorNuGetVersion)' == ''">5</MinorNuGetVersion>
17-
<PatchNuGetVersion Condition="'$(PatchNuGetVersion)' == ''">0</PatchNuGetVersion>
16+
<MinorNuGetVersion Condition="'$(MinorNuGetVersion)' == ''">4</MinorNuGetVersion>
17+
<PatchNuGetVersion Condition="'$(PatchNuGetVersion)' == ''">3</PatchNuGetVersion>
1818
<SemanticVersion Condition=" '$(SemanticVersion)' == '' ">$(MajorNuGetVersion).$(MinorNuGetVersion).$(PatchNuGetVersion)</SemanticVersion>
1919

2020
<!-- ** Change for each new preview/rc -->

0 commit comments

Comments
 (0)