Skip to content

SemanticVersion

Detail Value
Namespace PSImmyBot.Models
Kind Class
Assembly PSImmyBot
Base Type object
Implements IEquatable<SemanticVersion>
Source Models/SemanticVersion.cs

Overview

SemanticVersion is a Class from PSImmyBot.Models and participates in ImmyBot API payloads generated by the module.

Structure

Property Type Nullable Notes
HasMetadata bool No (value type)
IsPrerelease bool No (value type)
Major int No (value type)
Metadata string Reference type (nullable)
Minor int No (value type)
Patch int No (value type)
Release string Reference type (nullable)
ReleaseLabels ICollection<string> Reference type (nullable)

Serialization

  • Namespace: PSImmyBot.Models
  • Source file: Models/SemanticVersion.cs
  • Serializer: System.Text.Json

Notes

This page was generated automatically from the compiled PSImmyBot assembly via HelperScripts/GenerateDocs.ps1. Regenerate after model changes to keep details current.