summaryrefslogtreecommitdiff
path: root/dir.common.props
diff options
context:
space:
mode:
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2019-08-29 21:34:47 -0700
committerGitHub <noreply@github.com>2019-08-29 21:34:47 -0700
commit17efa80057a819487a95d29d18b8ddda48387b60 (patch)
tree0a5c6588bb9b7f81453d0e0ab75e05fb799d1167 /dir.common.props
parentc3d21f0f82e1af305f5788f51c94e86fd212f217 (diff)
downloadcoreclr-17efa80057a819487a95d29d18b8ddda48387b60.tar.gz
coreclr-17efa80057a819487a95d29d18b8ddda48387b60.tar.bz2
coreclr-17efa80057a819487a95d29d18b8ddda48387b60.zip
update the package version to 3.1.0 (#26422)
* update the package version * Update dir.common.props
Diffstat (limited to 'dir.common.props')
-rw-r--r--dir.common.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/dir.common.props b/dir.common.props
index 5aa4807e04..0dbada32da 100644
--- a/dir.common.props
+++ b/dir.common.props
@@ -65,13 +65,13 @@
<PropertyGroup>
<!-- Central place to set the versions of all nuget packages produced in the repo -->
- <PackageVersion Condition="'$(PackageVersion)' == ''">3.0.0</PackageVersion>
+ <PackageVersion Condition="'$(PackageVersion)' == ''">3.1.0</PackageVersion>
<!-- Set the boolean below to true to generate packages with stabilized versions -->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>
- <PreReleaseLabel>preview9</PreReleaseLabel>
+ <PreReleaseLabel>alpha1</PreReleaseLabel>
</PropertyGroup>
<!-- Set up common target properties that we use to conditionally include sources -->