fsprojects / FAKE

FAKE - F# Make
https://fake.build
Other
1.28k stars 582 forks source link

https://www.nuget.org/packages/FAKE points to wrong url regarding migration guide #2766

Closed smoothdeveloper closed 6 months ago

smoothdeveloper commented 7 months ago

On https://www.nuget.org/packages/FAKE, the information link about the deprecation points to 404.

I'm not sure how to fix this? @forki

It should point to https://fake.build/guide/fake-migrate-to-fake-5.html not https://fake.build/fake-migrate-to-fake-5.html

It is probably only on nuget.org that it can be changed, I don't see the matching message in the repository.

xperiandri commented 6 months ago

Yes, there must be a new package released

xperiandri commented 6 months ago

@sergey-tihon if you give me access to manage that NuGet package I will download the existing, fix its content and publish an update with build version changed

sergey-tihon commented 6 months ago

there is no need to release a package to update the deprecation message. fixed.

xperiandri commented 6 months ago

@sergey-tihon will it change after some time? I still see the old URL image

sergey-tihon commented 6 months ago

@xperiandri I see a new one on your screenshot.

xperiandri commented 6 months ago

Ah it finally updated after several Ctrl+R 😄