Change IInteropFunctions.ReleaseIdentifier to ReleaseIdString
This commit is contained in:
parent
64d080336c
commit
607cd07b74
6 changed files with 6 additions and 6 deletions
|
|
@ -335,7 +335,7 @@ namespace AppScaffolding
|
|||
|
||||
try
|
||||
{
|
||||
regexPattern = releaseIndex.Value<string>(InteropFactory.Create().ReleaseIdentifier);
|
||||
regexPattern = releaseIndex.Value<string>(InteropFactory.Create().ReleaseIdString);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue