Xamarin.forms: Changelog for Xamarin.Forms 3.6.0.220655 is missing

Created on 6 Mar 2019  路  11Comments  路  Source: xamarin/Xamarin.Forms

Description

The changelog for the nuget update Xamarin.Forms 3.6.0.220655 is missing.

Steps to Reproduce

  1. open Xamarin.Forms project with installed Xamarin.Forms 3.5.0.169047
  2. open "Manage NuGet packages"
  3. go to Updates and you see Xamarin.Forms 3.6.0.220655

but on release notes page I only see the pre2 documentation with lower version number

Expected Behavior

See a link to documentation of the 3.6 update

Actual Behavior

There is no link to documentation of the 3.6 update

image

Screenshots

image

image

bug

All 11 comments

Is it safe to update to this version or was this a publish mistake? If this is an official release when can we expect the changelog?

@MagicAndre1981 I believe you will need to add a reference to Win2D.uwp

@jsmarcus yes, I did this.

But the package should list this dependency and automatically add it to the project. I don't see this:

<group targetFramework="UAP10.0">
        <dependency id="NETStandard.Library" version="2.0.1" />
        <dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="6.0.12" />
      </group>

Agreed. Just wanted to make sure it wasn't gating for you.

The publish was not a mistake. There is sometimes a delay publishing the release notes. The issue that you're hitting is listed as a known issue, however. Not to worry, we will be releasing additional patches shortly. Thanks!

@samhouts changelog for 3.6.0.293080 is again missing

image

@samhouts

ok, changelog is finally online:

https://docs.microsoft.com/en-us/xamarin/xamarin-forms/release-notes/3.6/3.6.0-sr2#wednesday-april-3-2019---xamarinforms-360293080-360-service-release-2

@MagicAndre1981 Thanks! There is sometimes a delay in getting the release notes published, but if you have doubts, you can check https://github.com/xamarin/Xamarin.Forms/releases. Those are usually done right away.

@samhouts

ok, thanks, great tip. I subscribed to the Releases and look for changelog there.

Was this page helpful?
0 / 5 - 0 ratings