Skip to content

Commit

Permalink
Merge pull request dotnet#2707 from StephenBonikowsky/stebon/master/U…
Browse files Browse the repository at this point in the history
…pdatePreReleaseLabel

Update pre release label to Preview 3.
  • Loading branch information
StephenBonikowsky authored Mar 23, 2018
2 parents a998449 + a6f577a commit 3bc253e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packaging.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreReleaseLabel>preview2</PreReleaseLabel>
<PreReleaseLabel>preview3</PreReleaseLabel>
<PackageDescriptionFile>$(ProjectDir)pkg/descriptions.json</PackageDescriptionFile>
<PackageLicenseFile>$(ProjectDir)LICENSE.TXT</PackageLicenseFile>
<PackageThirdPartyNoticesFile>$(ProjectDir)THIRD-PARTY-NOTICES.TXT</PackageThirdPartyNoticesFile>
Expand Down

0 comments on commit 3bc253e

Please sign in to comment.