Skip to Content
Valsogard Enterprise LLC - Technical Documentation Website
PluginsSemantic Version

Semantic Version

Fab Marketplace

Structs

Semantic Version

Blueprint Display Name: semVer

Properties

  • Major - int32 - Major Version
  • Minor - int32 - Minor Version
  • Patch - int32 - Patch Version

Functions

String to Semantic Version

Converts a SemVer compliant string into a Semantic Version struct

Inputs

  • String - The general form of a semantic version string accepted by this package is

Outputs

  • SemanticVersion - Semantic Version struct

Semantic Version to String

Converts a Semantic Version struct into a SemVer compliant string

Inputs

  • SemanticVersion - Semantic Version struct

Outputs

  • String - In the form of

Kismet (K2Node) Compatibility

  • < - Less Than
  • > - Greater Than
  • <= - Less Equal
  • >= - Greater Equal
  • == - Equal
  • != - Not Equal
Last updated on