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:
authorDavis Goodin <dagood@microsoft.com>2016-07-19 18:38:22 +0300
committerDavis Goodin <dagood@microsoft.com>2016-07-19 19:15:12 +0300
commit439fe7c87ae148e5cf88d22bc1150c6d23de9192 (patch)
tree14097fb7b7cd5f66b3b755074c8d5802435bd25c /Packaging.props
parent7d4b5b41a9073046cbde64d38ced1b5bded1a2df (diff)
Add dotnet-core-dev-api feed and add branch name to prerelease label.
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 d33e52cdd9..2acaeb3bac 100644
--- a/Packaging.props
+++ b/Packaging.props
@@ -1,6 +1,6 @@
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
- <PreReleaseLabel>beta</PreReleaseLabel>
+ <PreReleaseLabel>beta-dev-api</PreReleaseLabel>
<PackageDescriptionFile>$(ProjectDir)pkg/descriptions.json</PackageDescriptionFile>
<PackageLicenseFile>$(ProjectDir)pkg/dotnet_library_license.txt</PackageLicenseFile>
<PackageThirdPartyNoticesFile>$(ProjectDir)pkg/ThirdPartyNotices.txt</PackageThirdPartyNoticesFile>