Skip to content

Commit 63e4b2c

Browse files
Update Constants.cs
1 parent 414d871 commit 63e4b2c

File tree

1 file changed

+3
-2
lines changed
  • Skyline.DataMiner.CICD.Tools.GitHubToCatalogYaml

1 file changed

+3
-2
lines changed

Skyline.DataMiner.CICD.Tools.GitHubToCatalogYaml/Constants.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ internal static class Constants
2525
{ new ArtifactType(new[] { "SC" }, "scriptedconnector", "Scriped Connector") },
2626
{ new ArtifactType(new[] { "T" }, "testingsolution", "Testing Solution") },
2727
{ new ArtifactType(new[] { "UDAPI" }, "userdefinedapi", "User Defined API") },
28-
{ new ArtifactType(new[] { "V" }, "visio", "Visio") }
28+
{ new ArtifactType(new[] { "V" }, "visio", "Visio") },
29+
{ new ArtifactType(new[] { "LCA" }, "lowcodeapp", "Low-Code App") }
2930
};
3031
}
3132

@@ -59,4 +60,4 @@ public bool IsMatch(string searchTerm)
5960
}
6061
}
6162

62-
}
63+
}

0 commit comments

Comments
 (0)