update the package version to 3.1.0 (#26422)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Fri, 30 Aug 2019 04:34:47 +0000 (21:34 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Aug 2019 04:34:47 +0000 (21:34 -0700)
* update the package version

* Update dir.common.props

dir.common.props

index 5aa4807..0dbada3 100644 (file)
 
   <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 -->