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 | 145 | 4/30/2025 |
7.3.0 | 87 | 4/19/2025 |
7.2.2 | 147 | 3/21/2025 |
7.2.1 | 144 | 2/5/2025 |
7.2.0 | 109 | 2/5/2025 |
7.1.0 | 115 | 2/4/2025 |
7.0.0 | 125 | 11/18/2024 |
6.0.2 | 120 | 10/23/2024 |
6.0.1 | 164 | 5/16/2024 |
6.0.0 | 187 | 1/17/2024 |
5.0.2 | 253 | 11/2/2023 |
5.0.1 | 237 | 8/2/2023 |
5.0.0 | 316 | 3/5/2023 |
3.5.0 | 424 | 12/22/2021 |
3.4.0 | 469 | 5/10/2021 |
3.3.2 | 505 | 5/10/2021 |
3.3.1 | 459 | 5/6/2021 |
3.3.0 | 463 | 2/16/2021 |
3.2.2 | 453 | 2/11/2021 |
3.2.1 | 518 | 11/17/2020 |
3.2.0 | 753 | 10/17/2019 |
3.1.0 | 613 | 10/17/2019 |
3.0.0 | 708 | 4/27/2019 |
2.4.0 | 1,403 | 4/27/2018 |
2.0.0 | 1,192 | 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.