Platform.Data
0.1.0
See the version list below for details.
dotnet add package Platform.Data --version 0.1.0
NuGet\Install-Package Platform.Data -Version 0.1.0
<PackageReference Include="Platform.Data" Version="0.1.0" />
paket add Platform.Data --version 0.1.0
#r "nuget: Platform.Data, 0.1.0"
// Install Platform.Data as a Cake Addin #addin nuget:?package=Platform.Data&version=0.1.0 // Install Platform.Data as a Cake Tool #tool nuget:?package=Platform.Data&version=0.1.0
LinksPlatform's Platform.Data 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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 is compatible. 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. |
-
.NETFramework 4.6.1
- Platform.Numbers (>= 0.2.0)
- Platform.Setters (>= 0.0.2)
- Platform.Threading (>= 0.1.0)
-
.NETStandard 2.0
- Platform.Numbers (>= 0.2.0)
- Platform.Setters (>= 0.0.2)
- Platform.Threading (>= 0.1.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Platform.Data:
Package | Downloads |
---|---|
Platform.Data.Doublets
LinksPlatform's Platform.Data.Doublets Class Library |
|
Platform.Data.Triplets
LinksPlatform's Platform.Data.Triplets Class Library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.16.1 | 971 | 1/11/2023 |
0.16.0 | 336 | 1/4/2023 |
0.15.0 | 288 | 12/29/2022 |
0.14.1 | 302 | 12/29/2022 |
0.13.0 | 285 | 12/28/2022 |
0.12.0 | 336 | 12/15/2022 |
0.11.4 | 2,871 | 3/17/2022 |
0.11.3 | 1,510 | 2/15/2022 |
0.11.2 | 444 | 2/14/2022 |
0.11.1 | 483 | 2/6/2022 |
0.11.0 | 995 | 2/1/2022 |
0.10.2 | 754 | 1/30/2022 |
0.10.1 | 700 | 1/30/2022 |
0.10.0 | 671 | 1/25/2022 |
0.9.0 | 688 | 1/25/2022 |
0.8.1 | 971 | 1/13/2022 |
0.8.0 | 457 | 1/13/2022 |
0.7.3 | 319 | 12/31/2021 |
0.7.2 | 301 | 12/29/2021 |
0.7.1 | 282 | 12/27/2021 |
0.7.0 | 283 | 12/24/2021 |
0.6.0 | 401 | 12/20/2021 |
0.5.0 | 743 | 8/14/2021 |
0.4.1 | 1,953 | 8/5/2021 |
0.4.0 | 356 | 8/3/2021 |
0.3.1 | 971 | 7/17/2021 |
0.3.0 | 3,326 | 2/24/2020 |
0.2.2 | 948 | 11/10/2019 |
0.2.1 | 491 | 11/9/2019 |
0.2.0 | 836 | 11/7/2019 |
0.1.1 | 1,158 | 9/15/2019 |
0.1.0 | 543 | 9/3/2019 |
0.0.3 | 1,247 | 8/16/2019 |
0.0.2 | 518 | 8/15/2019 |
0.0.1 | 1,171 | 7/29/2019 |
Added support for net461 (.NET Framework 4.6.1).
Platform.Numbers dependency updated from 0.1.1 to 0.2.0.
Platform.Threading dependency updated from 0.0.5 to 0.1.0.
Platform.Setters dependency updated from 0.0.1 to 0.0.2.
LinksConstants simplified, there is only one inheritable class now.
Added LinksConstants.Skip constant.
There are now two ranges in LinksConstants, describing references restrictions.
Added LinksConstantsExtensions.
ISequence interface deleted, ILinks interface updated to support both links and sequences.
Added LinkAddress struct, that implement IList for better performance.
Code comments updated.
Tags updated.
License update to support usage as an unmodified dynamic library in larger projects of any kind.
Refactoring, issues fix.
This release is not backward compatible with the previous 0.0.3 release.