fm.ivanti.API
7.4.0
dotnet add package fm.ivanti.API --version 7.4.0
NuGet\Install-Package fm.ivanti.API -Version 7.4.0
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="fm.ivanti.API" Version="7.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="fm.ivanti.API" Version="7.4.0" />
<PackageReference Include="fm.ivanti.API" />
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 fm.ivanti.API --version 7.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: fm.ivanti.API, 7.4.0"
#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=fm.ivanti.API&version=7.4.0
#tool nuget:?package=fm.ivanti.API&version=7.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A library that warps the Ivanti Service Manager (ISM) API in a nice user-friendly package.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- fm.Extensions.Common (>= 11.0.0)
- System.ServiceModel.Primitives (>= 8.1.2)
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 |
---|---|---|
7.4.0 | 148 | 4/30/2025 |
7.3.0 | 89 | 4/19/2025 |
7.2.2 | 149 | 3/21/2025 |
7.2.1 | 146 | 2/5/2025 |
7.2.0 | 111 | 2/5/2025 |
7.1.0 | 117 | 2/4/2025 |
7.0.0 | 127 | 11/18/2024 |
6.0.2 | 122 | 10/23/2024 |
6.0.1 | 166 | 5/16/2024 |
6.0.0 | 189 | 1/17/2024 |
5.0.2 | 255 | 11/2/2023 |
5.0.1 | 238 | 8/2/2023 |
5.0.0 | 318 | 3/5/2023 |
3.5.0 | 426 | 12/22/2021 |
3.4.0 | 473 | 5/10/2021 |
3.3.2 | 510 | 5/10/2021 |
3.3.1 | 462 | 5/6/2021 |
3.3.0 | 465 | 2/16/2021 |
3.2.2 | 455 | 2/11/2021 |
3.2.1 | 520 | 11/17/2020 |
3.2.0 | 754 | 10/17/2019 |
3.1.0 | 614 | 10/17/2019 |
3.0.0 | 709 | 4/27/2019 |
2.4.0 | 1,416 | 4/27/2018 |
2.0.0 | 1,205 | 1/29/2018 |
- Added `WellKnownObject.CI`
- BREAKING: Rename `orderby` to `orderBy` in `new ObjectQueryDefinition(...)`
- Mark as `IsAotCompatible`. Note: We are using `XmlSerializer`, so we are only partially AOT compatible.