aspnet / WebHooks

[Archived] Libraries to create and consume web hooks on ASP.NET Core. Project moved to https://github.com/aspnet/AspLabs
Apache License 2.0
627 stars 439 forks source link

Versioning query #283

Closed WestDiscGolf closed 6 years ago

WestDiscGolf commented 6 years ago

I have added in the nuget package ... https://dotnet.myget.org/feed/aspnetcore-dev/package/nuget/Microsoft.AspNetCore.WebHooks.Receivers/1.1.0-preview1-34007 ... into my project however it says it depends on ...

Microsoft.AspNetCore.Mvc.Core (>= 2.2.0-preview1-34007)

Does this mean they are not going to be part of the aspnetcore 2.1 release? I thought it was due to be released as part of 2.1?

WestDiscGolf commented 6 years ago

On further investigation, am I to assume the aspnetcore 2.1 release will correspond to the https://dotnet.myget.org/feed/aspnetcore-dev/package/nuget/Microsoft.AspNetCore.WebHooks.Receivers/1.0.0-rc1-30611 ?

dougbu commented 6 years ago

… am I to assume …

Yes, that's how the versions align.

WestDiscGolf commented 6 years ago

@dougbu Thanks for letting me know 😃