Moved more stuff into Abstractions
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
using Semver;
|
||||
|
||||
namespace Umbraco.Core
|
||||
{
|
||||
public static class SemVersionExtensions
|
||||
{
|
||||
public static string ToSemanticString(this SemVersion semVersion)
|
||||
{
|
||||
return semVersion.ToString().Replace("--", "-").Replace("-+", "+");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user