You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<PackageReleaseNotes>Platform.Numbers dependency updated from 0.4.0 to 0.4.1.
28
-
DoublyLinkedLists split into two implementations absolute and relative.
29
-
Absolute implementation means there is a single global list with fixed location (can be decided on initialization).
30
-
Relative implementation means there are many lists and each is relative to some element's location (must be decided on each read/write operation).</PackageReleaseNotes>
27
+
<PackageReleaseNotes>.NET 5 support is added.
28
+
Platform.Numbers dependency updated from 0.4.1 to 0.5.0.</PackageReleaseNotes>
31
29
</PropertyGroup>
32
30
33
31
<ItemGroupCondition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
0 commit comments