Scaleout.AzureDigitalTwins.ModelGenerator
2.0.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global Scaleout.AzureDigitalTwins.ModelGenerator --version 2.0.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Scaleout.AzureDigitalTwins.ModelGenerator --version 2.0.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Scaleout.AzureDigitalTwins.ModelGenerator&version=2.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Scaleout.AzureDigitalTwins.ModelGenerator --version 2.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Installing the IG Command-line Tool
The ScaleOut ADTModelGenerator command-line utility is a .NET tool that inspects a zip file containing a RTDT model to generate an Azure Digital Twins JSON model definition.
Prerequisites
- .NET Core 3.1 SDK or .NET 5 SDK (or higher)
Installation
Install from NuGet:
dotnet tool install -g Scaleout.AzureDigitalTwins.ModelGenerator
The
-g
flag installs the tool globally for the user. If omitted, the tool will be installed as a local tool for the current directory. See dotnet tool install for more information.
Updating to the Latest Release
dotnet tool update -g Scaleout.AzureDigitalTwins.ModelGenerator
Omit the
-g
flag if the tool was installed to the local folder.
Uninstall
dotnet tool uninstall -g Scaleout.AzureDigitalTwins.ModelGenerator
Omit the
-g
flag if the tool was installed to the local folder.
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 | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
4.4.0 | 100 | 9/6/2024 |
4.3.0 | 122 | 8/23/2024 |
4.2.0 | 99 | 6/12/2024 |
4.0.0 | 205 | 3/15/2024 |
3.11.0 | 224 | 12/14/2023 |
3.10.0 | 238 | 11/1/2023 |
3.9.0 | 273 | 3/18/2023 |
3.0.3 | 434 | 9/22/2022 |
3.0.2 | 460 | 9/16/2022 |
2.0.2 | 426 | 7/27/2022 |
2.0.1 | 478 | 7/6/2022 |
2.0.0 | 419 | 5/3/2022 |
1.0.1 | 456 | 1/21/2022 |
1.0.0 | 497 | 11/19/2021 |
Rebuilt due to recent changes in the dependent assemblies.