Table of Contents

Class DependencyVersions

Namespace
The.Management
Assembly
Instagile.dll

Version numbers associated with a particular app installation.

public class DependencyVersions
Inheritance
DependencyVersions
Inherited Members

Properties

AppVersion

The version of the application itself.

public required string AppVersion { get; set; }

Property Value

string

NetVersion

The version of .NET the application was built for.

public string? NetVersion { get; set; }

Property Value

string

TheVersion

The version of Instagile the application references.

public required string TheVersion { get; set; }

Property Value

string

Methods

Create(IServices)

public static DependencyVersions Create(IServices fromServices)

Parameters

fromServices IServices

Returns

DependencyVersions