You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MtconnectTranspiler/Contracts/MTConnectHelper.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ public static class MTConnectHelper
23
23
/// <summary>
24
24
/// Lookup table for each released version of MTConnect and the respective GitHub tags in the SysML model repository.
25
25
/// </summary>
26
-
/// <remarks>TODO: Keep this dictionary up-to-date with each release. <see href="https://api.github.com/repos/mtconnect/mtconnect_sysml_model/releases"/>.</remarks>
26
+
//TODO: Keep this dictionary up-to-date with each release. <see href="https://api.github.com/repos/mtconnect/mtconnect_sysml_model/releases"/>.
/// Collection of semantic versions of the MTConnect Standard
13
+
/// Collection of semantic versions of the MTConnect Standard. Release date refers to the "Adoption" date listed on the projects site: <see href="https://projects.mtconnect.org/"/>
13
14
/// </summary>
15
+
// TODO: Keep this dictionary up-to-date with each release. Refer to "Adoption" date in the projects site: https://projects.mtconnect.org/
0 commit comments