Class: Dependabot::DotnetSdk::Version

Inherits:
Version
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/dependabot/dotnet_sdk/version.rb

Overview

The .NET SDK versioning scheme is not semver compliant. However, for simpliticy, we will treat it as semver. See: https://learn.microsoft.com/en-us/dotnet/core/versions/#versioning-details

Instance Method Summary collapse

Instance Method Details

#to_sObject



17
18
19
# File 'lib/dependabot/dotnet_sdk/version.rb', line 17

def to_s
  @original_version
end