Skip to content

Commit

Permalink
Adjusted EntryPoint for Library description.
Browse files Browse the repository at this point in the history
  • Loading branch information
janstaelensskyline committed Dec 8, 2023
1 parent d767e50 commit 09d1628
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Company>Skyline Communications</Company>
<Description>
Library containing code to upload artifacts to the Skyline DataMiner Catalog (https://catalog.dataminer.services/).
Entry Point: new CatalogArtifact("PathToArtifact.dmapp", new HttpCatalogService(httpClient, debugLogger)).Upload(CatalogArtifactAccessType.privateCatalog, out output);
Entry Point: new CatalogArtifact("pathToArtifact", "logger", "metaData").UploadAsync();
</Description>
<RootNamespace>Skyline.DataMiner.CICD.Tools.CatalogUpload.Lib</RootNamespace>
</PropertyGroup>
Expand Down

0 comments on commit 09d1628

Please sign in to comment.