Skip to content

Commit f83fae9

Browse files
committed
build 3.2.6
1 parent ccb407a commit f83fae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
variables:
1717
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
1818
DOTNET_CLI_TELEMETRY_OPTOUT: 1
19-
PackageVersion: $[format('3.2.5-{0}', variables['Build.BuildId'])]
19+
PackageVersion: $[format('3.2.6-{0}', variables['Build.BuildId'])]
2020
BUILD_PACKAGES: true
2121
steps:
2222
- pwsh: |

versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup Condition="'$(TF_BUILD)' != 'true'">
3-
<VersionPrefix>3.2.5</VersionPrefix>
3+
<VersionPrefix>3.2.6</VersionPrefix>
44
</PropertyGroup>
55
<PropertyGroup>
66
<CoreFxVersion>4.4.0</CoreFxVersion>

0 commit comments

Comments
 (0)