Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension bundles v1.3.3 seems to contain DurableTask v1.8.5 instead of v1.8.6 #40

Closed
YusukeTobo opened this issue Oct 13, 2020 · 1 comment

Comments

@YusukeTobo
Copy link

Regarding about the following release note, I expect Extension bundles v1.3.3 to have DurableTask v1.8.6.

https://github.com/Azure/azure-functions-extension-bundles/releases/tag/1.3.3

But, when I open its extensions.csproj from the zip file, we can see the definition below.

<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="1.8.5" />

Extension Bundle v1.3.3 contains older version Durable Task?

As you may see the following screenshot, Object Explore of Visual Studio 2019 shows Microsoft.Azure.WebJobs.Extensions.DurableTask.dll is v1.8.5.

image

@cgillum
Copy link
Contributor

cgillum commented Oct 14, 2020

@soninaren or @yojagad can either of you comment on this? According to this commit the version of the extension should be v1.8.6, but the zip file contains v1.8.5 assemblies.

Both the Durable extension and the SignalR Service extension seem to be the wrong version.

FYI @ConnorMcMahon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants