SoilData 3.0.7
See the version list below for details.
dotnet add package SoilData --version 3.0.7
NuGet\Install-Package SoilData -Version 3.0.7
<PackageReference Include="SoilData" Version="3.0.7" />
<PackageVersion Include="SoilData" Version="3.0.7" />
<PackageReference Include="SoilData" />
paket add SoilData --version 3.0.7
#r "nuget: SoilData, 3.0.7"
#:package SoilData@3.0.7
#addin nuget:?package=SoilData&version=3.0.7
#tool nuget:?package=SoilData&version=3.0.7
SoilData common library
Usage sample:
//new projekt
SoilData_API_VB.SD.cls_Project newProject = new SoilData_API_VB.SD.cls_Project();
newProject.Euro = true;
newProject.GPS = true;
//new profile
SoilData_API_VB.SD.cls_Prof newSoilProfile = newProject.NowyProfil(System.DateTime.Now.Date, new SoilData_API_VB.SD.SD_Dims.cls_Length(0));
//new layer
SoilData_API_VB.SD.var_grunt newSoilLayer = new SoilData_API_VB.SD.var_grunt(newSoilProfile);
newSoilProfile.warstwy.Add(newSoilLayer);
After deserialization:
openedProject.UpDateParents();
openedProject.Language = e_Country.GB;
Comments to v3.0.7.:
Full soil name function updated
Comments to v3.0.6.:
Smoothing degree translation added
Comments to v3.0.5.:
custing objects in extended lists functions bug fixed
Comments to v3.0.4.:
simple bug in lists
Comments to v3.0.3.:
json independent fields list; empty listsEditable bug fixed
Comments to v3.0.2.:
RestSharp reference removed
Comments to v3.0.1.:
signed with a EV certificate
Comments to v3.0.0.:
signed with a certified key
Comments to v2.0.0.:
JSON serializable;
| 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.14 | 148 | 1/31/2026 |
| 3.0.13 | 290 | 10/1/2025 |
| 3.0.12 | 340 | 1/23/2025 |
| 3.0.11 | 236 | 1/23/2025 |
| 3.0.10 | 258 | 1/20/2025 |
| 3.0.9 | 257 | 12/31/2024 |
| 3.0.8 | 550 | 3/24/2024 |
| 3.0.7 | 363 | 3/11/2024 |
| 3.0.6 | 943 | 6/19/2023 |
| 3.0.5 | 856 | 5/4/2023 |
| 3.0.4 | 849 | 5/2/2023 |
| 3.0.3 | 847 | 4/29/2023 |
| 3.0.2 | 869 | 4/28/2023 |
| 3.0.1 | 832 | 4/26/2023 |
| 3.0.0 | 865 | 4/20/2023 |
| 2.2.17 | 890 | 4/11/2023 |
| 2.2.16 | 917 | 3/18/2023 |
| 2.2.15 | 957 | 2/24/2023 |
| 2.2.14 | 934 | 2/22/2023 |
| 2.2.13 | 1,036 | 1/4/2023 |
First release of the package.