Skip to content

Commit

Permalink
Update System.Threading.Tasks.Extensions dependency to 4.5.3
Browse files Browse the repository at this point in the history
Fixes #544
  • Loading branch information
AArnott committed Nov 2, 2019
1 parent e2e6aa5 commit cb1806a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MessagePack/MessagePack.csproj
Expand Up @@ -36,7 +36,7 @@
<ItemGroup>
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.3.0" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.2" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.3" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>
Expand Down

6 comments on commit cb1806a

@OlegNadymov
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AArnott Could you tell me when will you release MessagePack to NuGet with this version of System.Threading.Tasks.Extension?

@AArnott
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest prereleases of 2.0 on nuget.org already have this change. As you can see on this page, github says 2.0.204-beta was the first release after this change.

@OlegNadymov
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AArnott thanks for the quick response!

@OlegNadymov
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AArnott Do you have any plans to release v.2.0 ?

@AArnott
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I'd love to by end of next week. I'm waiting for @neuecc's explicit approval.

@OlegNadymov
Copy link

@OlegNadymov OlegNadymov commented on cb1806a Nov 15, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AArnott thanks! I'm looking forward to this release.

Please sign in to comment.