View Source
  Class SemVersionExtensions
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public static class SemVersionExtensions
   
  Methods
  
  
    View Source
  
  ToSemanticString(SemVersion)
  
  
  Declaration
  
    public static string ToSemanticString(this SemVersion semVersion)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  ToSemanticStringWithoutBuild(SemVersion)
  
  
  Declaration
  
    public static string ToSemanticStringWithoutBuild(this SemVersion semVersion)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |