ids-lib 1.0.70

There is a newer version of this package available.
See the version list below for details.
dotnet add package ids-lib --version 1.0.70
NuGet\Install-Package ids-lib -Version 1.0.70
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="ids-lib" Version="1.0.70" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ids-lib --version 1.0.70
#r "nuget: ids-lib, 1.0.70"
#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 ids-lib as a Cake Addin
#addin nuget:?package=ids-lib&version=1.0.70

// Install ids-lib as a Cake Tool
#tool nuget:?package=ids-lib&version=1.0.70

ids-lib

This library provides automation functions for buildingSMART IDS files.

It is primarily intended to audit the content of an IDS file with regards to:

  • compliance to the XML schema, and
  • implementation agreements of the format.

For a description of the implemented features see the repository documentation

Usage

The main entry point of the library is the static method Run.

installation

A package with the compiled library is available on nuget: ids-lib binary package

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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 is compatible.  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 (2)

Showing the top 2 NuGet packages that depend on ids-lib:

Package Downloads
Xbim.InformationSpecifications

Xbim's Information Delivery Specification format.

Xbim.IDS.Validator.Common

Common interfaces for IDS validation of IFC models using xbim Toolkit

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.73 6 5/3/2024
1.0.72 95 4/25/2024
1.0.71 146 4/22/2024
1.0.70 384 4/5/2024
1.0.69 106 4/2/2024
1.0.68 268 4/1/2024
1.0.67 78 3/29/2024
1.0.66 143 3/25/2024
1.0.65 129 3/6/2024
1.0.64 80 3/6/2024
1.0.63 91 3/5/2024
1.0.62 87 3/4/2024
1.0.61 101 3/4/2024
1.0.60 96 2/26/2024
1.0.59 74 2/25/2024
1.0.58 68 2/25/2024
1.0.57 243 2/5/2024
1.0.56 404 11/30/2023
1.0.55 168 11/9/2023
1.0.54 338 10/24/2023
1.0.53 144 10/23/2023
1.0.52 178 10/21/2023
1.0.51 109 10/21/2023
1.0.48 126 10/20/2023
1.0.47 159 10/17/2023
1.0.46 116 10/16/2023
1.0.45 280 10/9/2023
1.0.43 183 10/1/2023
1.0.42 161 9/27/2023
1.0.41 118 9/26/2023
1.0.40 126 9/26/2023
1.0.39 125 9/20/2023
1.0.38 213 9/18/2023
1.0.37 111 9/18/2023
1.0.34 109 9/18/2023
1.0.33 122 9/14/2023
1.0.32 128 9/13/2023
1.0.31 123 9/13/2023
1.0.30 118 9/12/2023
1.0.22 158 8/29/2023
1.0.21 133 5/23/2023
1.0.20 194 5/1/2023
1.0.19 158 4/30/2023
1.0.18 178 4/19/2023
1.0.16 179 4/5/2023
1.0.15 212 3/20/2023
1.0.14 254 2/25/2023
1.0.12 415 6/4/2022
1.0.10 414 5/24/2022
1.0.9 401 5/24/2022
1.0.8 414 2/2/2022

First implementation.