We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068fb94 commit 8c51960Copy full SHA for 8c51960
2 files changed
CSharp/Ema/Src/Core/Access/internal/ComponentVersion.cs
@@ -40,7 +40,7 @@ private static string GetProductInternalVersion()
40
productVersion = $"{versionNumbers[0]}.{versionNumbers[1]}.{versionNumbers[2]}";
41
}
42
43
- return $"emacsharp{productVersion}.G2.all.rrg";
+ return $"emacsharp{productVersion}.L1.all.rrg";
44
45
return DefaultEmaVersion;
46
CSharp/Eta/Src/Core/Transport/transport/Transport.cs
@@ -66,7 +66,7 @@ static Transport()
66
67
68
69
- m_LibVersionInfo.m_ProductInternalVersion = $"etacsharp{productVersion}.G2.all.rrg";
+ m_LibVersionInfo.m_ProductInternalVersion = $"etacsharp{productVersion}.L1.all.rrg";
70
71
else
72
{
0 commit comments