Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWes Haggard <weshaggard@users.noreply.github.com>2017-04-22 01:06:26 +0300
committerGitHub <noreply@github.com>2017-04-22 01:06:26 +0300
commit56af28b3341274a6c6b6a1ee86826af7c80c88dc (patch)
treec55965360aff4d8296342aec616eb30fee79c3c1 /Packaging.props
parentd9461cf2d731711313888b589526774aa6cb0823 (diff)
Move to preview2 prerelease (#18751)
Diffstat (limited to 'Packaging.props')
-rw-r--r--Packaging.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/Packaging.props b/Packaging.props
index 225ae6f3ea..a54a21613e 100644
--- a/Packaging.props
+++ b/Packaging.props
@@ -1,6 +1,6 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
- <PreReleaseLabel>preview1</PreReleaseLabel>
+ <PreReleaseLabel>preview2</PreReleaseLabel>
<PackageDescriptionFile>$(ProjectDir)pkg/descriptions.json</PackageDescriptionFile>
<PackageLicenseFile>$(ProjectDir)pkg/dotnet_library_license.txt</PackageLicenseFile>
<PackageThirdPartyNoticesFile>$(ProjectDir)pkg/ThirdPartyNotices.txt</PackageThirdPartyNoticesFile>