test breaks in cloud version speech
This commit is contained in:
@@ -4,7 +4,7 @@ public static class OpenJiboCloudBuildInfo
|
||||
{
|
||||
public const string Version = "1.0.18";
|
||||
|
||||
public static string VersionWords => Version.Replace(".", " dot ");
|
||||
public static string VersionWords => Version.Replace(".", "<break time='10ms'/>dot<break time='10ms'/>");
|
||||
|
||||
public static string SpokenVersion => $"Cloud version {VersionWords}.";
|
||||
public static string SpokenVersion => $"Cloud version<break time='10ms'/>{VersionWords}.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user