Fix project and release notes URL to 1.1.0
authorSenthil <schellap@microsoft.com>
Tue, 7 Jun 2016 00:45:12 +0000 (17:45 -0700)
committerSenthil <schellap@microsoft.com>
Tue, 7 Jun 2016 22:33:52 +0000 (15:33 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/96d3c3d5902645c57ac2698e3d497b76f0e1d1f2

src/coreclr/dir.props

index ac110e5..f685e73 100644 (file)
     <!-- This should be kept in sync with package details in src/.nuget/init/project.json -->
     <RuntimeIdGraphDefinitionFile>$(PackagesDir)/Microsoft.NETCore.Platforms/1.0.1-rc2-23712/runtime.json</RuntimeIdGraphDefinitionFile>
 
+    <!-- This link should be updated for each release milestone, currently this points to 1.1.0-beta -->
+    <ReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</ReleaseNotes>
+
+    <ProjectUrl>https://dot.net</ProjectUrl>
+
     <!-- On Windows, MSbuild still runs against Desktop FX while it runs on .NET Core on non-Windows. this requires
          pulling in different packaging dependencies.
      -->