diff --git a/Config/ConfigUtils.vb b/Config/ConfigUtils.vb index b924c0e3..4573394d 100644 --- a/Config/ConfigUtils.vb +++ b/Config/ConfigUtils.vb @@ -20,7 +20,7 @@ Public Class ConfigUtils ''' The current or new product name ''' The old product name ''' - Private Function MigrateAppDataConfig(pBasePath As String, pConfigName As String, pProductName As String, pOldProductName As String) + Public Function MigrateAppDataConfig(pBasePath As String, pConfigName As String, pProductName As String, pOldProductName As String) Dim oNewDirPath = pBasePath Dim oOldDirPath = oNewDirPath.Replace(pProductName, pOldProductName) Dim oNewFilePath = Path.Combine(oNewDirPath, pConfigName)