System.Runtime.Versioning.VersioningHelper
namespace System.Runtime.Versioning
{
public static class VersioningHelper
{
public static string MakeVersionSafeName(string name, ResourceScope from, ResourceScope to);
public static string MakeVersionSafeName(string name, ResourceScope from, ResourceScope to, Type type);
}
}