ISADotNet.Viz 0.6.1

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package ISADotNet.Viz --version 0.6.1
NuGet\Install-Package ISADotNet.Viz -Version 0.6.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ISADotNet.Viz" Version="0.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ISADotNet.Viz --version 0.6.1
#r "nuget: ISADotNet.Viz, 0.6.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ISADotNet.Viz as a Cake Addin
#addin nuget:?package=ISADotNet.Viz&version=0.6.1

// Install ISADotNet.Viz as a Cake Tool
#tool nuget:?package=ISADotNet.Viz&version=0.6.1

Visualization extensions for ISA compliant experimental metadata toolkit in F#. This project helps visualize the experimental workflow described in the experiment metadata.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.7.0-preview.10 80 3/31/2023
0.7.0-preview.9 75 2/28/2023
0.7.0-preview.8 83 2/22/2023
0.7.0-preview.7 79 2/9/2023
0.7.0-preview.6 80 2/7/2023
0.7.0-preview.5 86 1/26/2023
0.7.0-preview.4 93 1/8/2023
0.7.0-preview.3 96 1/5/2023
0.7.0-preview.2 85 12/14/2022
0.7.0-preview.1 79 12/12/2022
0.6.1 295 12/7/2022
0.6.0 434 9/7/2022
0.6.0-preview.6 85 9/6/2022
0.6.0-preview.5 99 8/3/2022
0.6.0-preview.4 107 8/2/2022
0.6.0-preview.3 105 8/2/2022
0.6.0-preview.2 101 8/1/2022
0.6.0-preview.1 107 7/19/2022
0.5.4 410 7/12/2022
0.5.3 454 6/29/2022
0.5.2 424 6/24/2022
0.5.1 424 6/15/2022
0.5.0 410 6/15/2022
0.4.0-preview.5 133 3/19/2022
0.4.0-preview.4 236 11/19/2021
0.4.0-preview.3 179 11/8/2021
0.4.0-preview.2 160 11/3/2021
0.4.0-preview.1 207 10/22/2021
0.3.3-preview.1 227 9/10/2021
0.3.2 171 9/9/2021
0.3.0 149 9/9/2021
0.3.0-preview.1-preview.4 201 9/9/2021

Additions:
latest commit #7de6163
Renamed src/ISADotnet to src/ISADotNet for linux build due to file name case sensitivity.
add json schema validation functions
add isFatal check to json schema validation
ease constraints of json schema validation
validate json against json schema from HLWeil fork
move jsonSchemaValidation in its own Repo
update dotnet version in cli
add unit retrieval functions to API
rename xlsx metadata headers https://github.com/nfdi4plants/arcCommander/issues/150
Bugfixes:
fix json schema validation use njonschema instead
fix json test files to actually adhere to json schema
fix datamodel according to json schema validation
fix study xlsx reader creating empty lists #71
make DAG creation more robust against missing names fix #51