Platform.Data
0.2.0
See the version list below for details.
dotnet add package Platform.Data --version 0.2.0
NuGet\Install-Package Platform.Data -Version 0.2.0
<PackageReference Include="Platform.Data" Version="0.2.0" />
paket add Platform.Data --version 0.2.0
#r "nuget: Platform.Data, 0.2.0"
// Install Platform.Data as a Cake Addin #addin nuget:?package=Platform.Data&version=0.2.0 // Install Platform.Data as a Cake Tool #tool nuget:?package=Platform.Data&version=0.2.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. |
.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 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 is compatible. 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.7.1
- Platform.Numbers (>= 0.2.3)
- Platform.Setters (>= 0.0.3)
- Platform.Threading (>= 0.1.1)
-
.NETStandard 2.0
- Platform.Numbers (>= 0.2.3)
- Platform.Setters (>= 0.0.3)
- Platform.Threading (>= 0.1.1)
-
.NETStandard 2.1
- Platform.Numbers (>= 0.2.3)
- Platform.Setters (>= 0.0.3)
- Platform.Threading (>= 0.1.1)
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 | 802 | 1/11/2023 |
0.16.0 | 328 | 1/4/2023 |
0.15.0 | 280 | 12/29/2022 |
0.14.1 | 294 | 12/29/2022 |
0.13.0 | 277 | 12/28/2022 |
0.12.0 | 328 | 12/15/2022 |
0.11.4 | 2,855 | 3/17/2022 |
0.11.3 | 1,496 | 2/15/2022 |
0.11.2 | 433 | 2/14/2022 |
0.11.1 | 473 | 2/6/2022 |
0.11.0 | 985 | 2/1/2022 |
0.10.2 | 744 | 1/30/2022 |
0.10.1 | 690 | 1/30/2022 |
0.10.0 | 661 | 1/25/2022 |
0.9.0 | 678 | 1/25/2022 |
0.8.1 | 961 | 1/13/2022 |
0.8.0 | 447 | 1/13/2022 |
0.7.3 | 309 | 12/31/2021 |
0.7.2 | 291 | 12/29/2021 |
0.7.1 | 272 | 12/27/2021 |
0.7.0 | 273 | 12/24/2021 |
0.6.0 | 391 | 12/20/2021 |
0.5.0 | 727 | 8/14/2021 |
0.4.1 | 1,943 | 8/5/2021 |
0.4.0 | 344 | 8/3/2021 |
0.3.1 | 957 | 7/17/2021 |
0.3.0 | 3,291 | 2/24/2020 |
0.2.2 | 938 | 11/10/2019 |
0.2.1 | 481 | 11/9/2019 |
0.2.0 | 826 | 11/7/2019 |
0.1.1 | 1,147 | 9/15/2019 |
0.1.0 | 528 | 9/3/2019 |
0.0.3 | 1,237 | 8/16/2019 |
0.0.2 | 503 | 8/15/2019 |
0.0.1 | 1,154 | 7/29/2019 |
Added support for .NET Standard 2.1 (.NET Core 3.0).
Platform.Numbers dependency updated from 0.2.1 to 0.2.3.
Platform.Threading dependency updated from 0.1.0 to 0.1.1.
Platform.Setters dependency updated from 0.0.2 to 0.0.3.
LinkAddress and Point are now classes.
Point class now implements IList, to represent the full point.
Added support for external references to ILinksExtensions.
Added support for easy initialization of external references ranges in LinksConstants.
LinksConstants.IsInnerReference method renamed to IsInternalReference.
LinksConstants.PossibleInnerReferencesRange property renamed to InternalReferencesRange.
LinksConstants.PossibleExternalReferencesRange property renamed to ExternalReferencesRange.
LinksConstantsExtensions.IsInnerReference method renamed to IsInternalReference.
Classses moved from Platform.Data.Doublets:
* Hybrid
* AddressToRawNumberConverter
* RawNumberToAddressConverter
Added Hybrid.SignedValue property.
Added LinksLimitReachedExceptionBase abstract class.
Added LinksConstantsBase abstract class.
Added missing constructors for exceptions.
Source link enabled.
Travis CI disabled.
GitHub Actions enabled.
Tests added.
Refactoring, performance optimizations, issues fix.
This release is not backward compatible with the previous 0.1.1 release.