Platform.Data.Doublets
0.1.1
See the version list below for details.
dotnet add package Platform.Data.Doublets --version 0.1.1
NuGet\Install-Package Platform.Data.Doublets -Version 0.1.1
<PackageReference Include="Platform.Data.Doublets" Version="0.1.1" />
paket add Platform.Data.Doublets --version 0.1.1
#r "nuget: Platform.Data.Doublets, 0.1.1"
// Install Platform.Data.Doublets as a Cake Addin #addin nuget:?package=Platform.Data.Doublets&version=0.1.1 // Install Platform.Data.Doublets as a Cake Tool #tool nuget:?package=Platform.Data.Doublets&version=0.1.1
LinksPlatform's Platform.Data.Doublets Class Library
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Platform.Collections.Methods (>= 0.0.5)
- Platform.Data (>= 0.0.3)
- Platform.Memory (>= 0.1.3)
- Platform.Random (>= 0.0.3)
- Platform.Singletons (>= 0.0.2)
- Platform.Timestamps (>= 0.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Platform.Data.Doublets:
Package | Downloads |
---|---|
Platform.Data.Doublets.Sequences
LinksPlatform's Platform.Data.Doublets.Sequences Class Library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.17.2 | 396 | 3/24/2023 |
0.17.1 | 392 | 2/19/2023 |
0.17.0 | 447 | 1/14/2023 |
0.16.0 | 304 | 1/7/2023 |
0.15.0 | 324 | 12/15/2022 |
0.13.4 | 2,139 | 4/7/2022 |
0.13.3 | 498 | 3/31/2022 |
0.13.2 | 502 | 2/22/2022 |
0.13.1 | 900 | 2/20/2022 |
0.13.0 | 477 | 2/2/2022 |
0.12.0 | 483 | 2/2/2022 |
0.11.1 | 450 | 1/30/2022 |
0.11.0 | 448 | 1/30/2022 |
0.10.1 | 431 | 1/30/2022 |
0.10.0 | 432 | 1/25/2022 |
0.9.0 | 438 | 1/25/2022 |
0.8.0 | 464 | 1/19/2022 |
0.7.0 | 1,161 | 8/14/2021 |
0.6.11 | 766 | 8/8/2021 |
0.6.10 | 677 | 7/18/2021 |
0.6.9 | 322 | 7/17/2021 |
0.6.8 | 374 | 7/2/2021 |
0.6.7 | 1,112 | 12/25/2020 |
0.6.6 | 628 | 3/24/2020 |
0.6.5 | 578 | 3/21/2020 |
0.6.4 | 561 | 3/21/2020 |
0.6.3 | 484 | 3/21/2020 |
0.6.2 | 479 | 3/21/2020 |
0.6.1 | 534 | 3/20/2020 |
0.6.0 | 512 | 3/20/2020 |
0.5.0 | 546 | 2/24/2020 |
0.4.0 | 565 | 11/10/2019 |
0.3.0 | 534 | 11/8/2019 |
0.2.1 | 609 | 9/22/2019 |
0.2.0 | 554 | 9/16/2019 |
0.1.1 | 546 | 8/20/2019 |
0.1.0 | 536 | 8/18/2019 |
0.0.1 | 566 | 7/29/2019 |
Added Facade (pointer to last decorator) property for decorators. This property should be used to ensure correct recursion execution.
Added AddressToRawNumberConverter and RawNumberToAddressConverter.
Platform.Data.Doublets.UnaryNumbers namespace renamed to Platform.Data.Doublets.Numbers.Unary.
Sequences.Options and Sequences.Links are now read-only properties.
Sequences.Sync field is no longer public.
Added constructor overloads to override IsElement logic to sequence walkers.
Tests updated.
Perfomance optimizations.
Refactoring, issues fix.