fix: make XmlHelper class public

This commit is contained in:
Jeavon
2019-04-03 10:54:53 +01:00
parent a99c8ad2ba
commit ef79e6c0e9

View File

@@ -14,7 +14,7 @@ namespace Umbraco.Core.Xml
/// <summary>
/// The XmlHelper class contains general helper methods for working with xml in umbraco.
/// </summary>
internal class XmlHelper
public class XmlHelper
{
/// <summary>
/// Creates or sets an attribute on the XmlNode if an Attributes collection is available