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
NetVersion
The version of .NET the application was built for.
public string? NetVersion { get; set; }
Property Value
TheVersion
The version of Instagile the application references.
public required string TheVersion { get; set; }
Property Value
Methods
Create(IServices)
public static DependencyVersions Create(IServices fromServices)
Parameters
fromServicesIServices