Move master to 2.2-preview1 (#17589)
authorRuss Keldorph <russ.keldorph@microsoft.com>
Tue, 17 Apr 2018 01:12:47 +0000 (18:12 -0700)
committerJan Kotas <jkotas@microsoft.com>
Tue, 17 Apr 2018 01:12:47 +0000 (18:12 -0700)
dependencies.props

index e2917b1..0963432 100644 (file)
 
   <PropertyGroup>
     <!-- Central place to set the versions of all nuget packages produced in the repo -->
-    <PackageVersion Condition="'$(PackageVersion)' == ''">2.1.0</PackageVersion>
+    <PackageVersion Condition="'$(PackageVersion)' == ''">2.2.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>preview3</PreReleaseLabel>
+    <PreReleaseLabel>preview1</PreReleaseLabel>
   </PropertyGroup>
 
   <!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->