diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-17 19:26:53 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-17 19:26:53 -0400 |
commit | 4eebd813f239267d659f3cbf4fa6cf5d47d99c26 (patch) | |
tree | 628426f7f49beabd458f9400b7b87e46daf9c3e1 /src/SMAPI.Internal | |
parent | 13e55fb2aa0ff9fea401262f82d8ecbcf835f21c (diff) | |
download | SMAPI-4eebd813f239267d659f3cbf4fa6cf5d47d99c26.tar.gz SMAPI-4eebd813f239267d659f3cbf4fa6cf5d47d99c26.tar.bz2 SMAPI-4eebd813f239267d659f3cbf4fa6cf5d47d99c26.zip |
add beta for-developers download to smapi.io
Diffstat (limited to 'src/SMAPI.Internal')
-rw-r--r-- | src/SMAPI.Internal/SemanticVersionImpl.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Internal/SemanticVersionImpl.cs b/src/SMAPI.Internal/SemanticVersionImpl.cs index 6da16336..7ae34f07 100644 --- a/src/SMAPI.Internal/SemanticVersionImpl.cs +++ b/src/SMAPI.Internal/SemanticVersionImpl.cs @@ -5,7 +5,7 @@ namespace StardewModdingAPI.Internal { /// <summary>A low-level implementation of a semantic version with an optional release tag.</summary> /// <remarks>The implementation is defined by Semantic Version 2.0 (http://semver.org/).</remarks> - internal class SemanticVersionImpl + internal class SemanticVersionImpl : IComparable<SemanticVersionImpl> { /********* ** Accessors |