I consider updating my System.ValueTuple
references from 4.4.0 to (current) 4.5.0.
To avoid regressions, I'd like to find out what changed between those two releases. The nuget page says:
Release Notes
which links to the .NET Core github repository.
Is the "Release Notes" link broken or does the .NET Core github repository actually contain the changelog for System.ValueTuple
? If the latter, where exactly is it? I tried searching for System.ValueTuple
in the repository, which yields a few results but did not help me find the changes between version 4.4.0 and 4.5.0.