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 <Wes.Haggard@microsoft.com>2017-03-30 22:56:55 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-03-30 22:56:55 +0300
commit67247e16915f11498d3578f3082532d61b334f83 (patch)
tree05c3d4fc79179d811475ae9924e19ff62117cf29 /Packaging.props
parent2cdb3d8b35199d2aae1ffabbc6de9ba5b6291ff6 (diff)
Change package prerelease to preview1
Diffstat (limited to 'Packaging.props')
-rw-r--r--Packaging.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/Packaging.props b/Packaging.props
index 4d12321a41..dd6ea6631f 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>beta</PreReleaseLabel>
+ <PreReleaseLabel>preview1</PreReleaseLabel>
<PackageDescriptionFile>$(ProjectDir)pkg/descriptions.json</PackageDescriptionFile>
<PackageLicenseFile>$(ProjectDir)pkg/dotnet_library_license.txt</PackageLicenseFile>
<PackageThirdPartyNoticesFile>$(ProjectDir)pkg/ThirdPartyNotices.txt</PackageThirdPartyNoticesFile>
@@ -61,7 +61,7 @@
Include="$(SyncInfoFile)" >
<SkipPackageFileCheck>true</SkipPackageFileCheck>
</File>
-
+
<!-- Add a marker to help the designer optimize & share .NET Core packages -->
<File Condition="'$(IncludeDesignerMarker)' != 'false'"
Include="$(ProjectDir)pkg/useSharedDesignerContext.txt">