ARCtrl.NET 1.0.0-alpha4

This is a prerelease version of ARCtrl.NET.
There is a newer version of this package available.
See the version list below for details.
dotnet add package ARCtrl.NET --version 1.0.0-alpha4
                    
NuGet\Install-Package ARCtrl.NET -Version 1.0.0-alpha4
                    
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="ARCtrl.NET" Version="1.0.0-alpha4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ARCtrl.NET" Version="1.0.0-alpha4" />
                    
Directory.Packages.props
<PackageReference Include="ARCtrl.NET" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ARCtrl.NET --version 1.0.0-alpha4
                    
#r "nuget: ARCtrl.NET, 1.0.0-alpha4"
                    
#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.
#addin nuget:?package=ARCtrl.NET&version=1.0.0-alpha4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=ARCtrl.NET&version=1.0.0-alpha4&prerelease
                    
Install as a Cake Tool

Library for easy handling of ARC folders and files with file access in .NET.

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.  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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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
2.0.2 591 10/21/2024 2.0.2 is deprecated because it is no longer maintained.
2.0.1 186 8/29/2024
2.0.0 156 8/28/2024
2.0.0-beta.1 114 7/7/2024
2.0.0-alpha.2 175 6/7/2024
2.0.0-alpha.1 90 4/22/2024
1.1.0 168 4/3/2024
1.0.5 615 2/21/2024
1.0.4 1,062 1/30/2024
1.0.3 123 1/26/2024
1.0.2 149 1/24/2024
1.0.1 152 1/11/2024
1.0.0 359 12/21/2023
1.0.0-beta.2 187 11/2/2023
1.0.0-beta.1 102 10/29/2023
1.0.0-alpha4 223 10/10/2023
1.0.0-alpha3 159 10/6/2023
1.0.0-alpha2 181 9/22/2023
1.0.0-alpha1 175 9/4/2023

Additions:
update arctrl reference to 1.0.0-alpha10
Merge pull request #9 from nfdi4plants/arctrl
update arctrl reference to 1.0.0-alpha9
add arc write tests
add contract tests
include simple test arc
add simple arc read-in test
bump to 1.0.0-alpha2
bump to 1.0.0-alpha1
add write function
Bugfixes:
add more contraints to getAllpaths fix #10