Class PluginVersionDto
- Namespace
- Builvero.Application.DTOs.Plugin
- Assembly
- Builvero.Application.dll
Data transfer object for plugin version information.
public class PluginVersionDto
- Inheritance
-
PluginVersionDto
- Inherited Members
Properties
Changelog
public string? Changelog { get; set; }
Property Value
- string
- Data transfer object for plugin version information.
CreatedAtUtc
public DateTime CreatedAtUtc { get; set; }
Property Value
- DateTime
- Data transfer object for plugin version information.
Id
public Guid Id { get; set; }
Property Value
- Guid
- Data transfer object for plugin version information.
ReleaseDateUtc
public DateTime ReleaseDateUtc { get; set; }
Property Value
- DateTime
- Data transfer object for plugin version information.
Status
public string Status { get; set; }
Property Value
- string
- Data transfer object for plugin version information.
Version
public string Version { get; set; }
Property Value
- string
- Data transfer object for plugin version information.