From 7987fa04a02cbc10662123ed3d9830d4715467aa Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 7 May 2023 20:05:10 +0100 Subject: [PATCH] update --- src/isnd/Data/Catalog/CatalogEntry.cs | 4 +++- src/isnd/Data/Catalog/{RegistrationPage.cs => CatalogPage.cs} | 0 src/isnd/Views/Home/Index.cshtml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) rename src/isnd/Data/Catalog/{RegistrationPage.cs => CatalogPage.cs} (100%) diff --git a/src/isnd/Data/Catalog/CatalogEntry.cs b/src/isnd/Data/Catalog/CatalogEntry.cs index a4a51d7..6a7bc18 100644 --- a/src/isnd/Data/Catalog/CatalogEntry.cs +++ b/src/isnd/Data/Catalog/CatalogEntry.cs @@ -20,7 +20,9 @@ namespace isnd.Data.Catalog /// /// Creates a catalog entry /// - /// package details url + /// package id + /// api Base + /// package permalink /// public PackageDetails(PackageVersion pkg, string apiBase, string uri): base(uri) { diff --git a/src/isnd/Data/Catalog/RegistrationPage.cs b/src/isnd/Data/Catalog/CatalogPage.cs similarity index 100% rename from src/isnd/Data/Catalog/RegistrationPage.cs rename to src/isnd/Data/Catalog/CatalogPage.cs diff --git a/src/isnd/Views/Home/Index.cshtml b/src/isnd/Views/Home/Index.cshtml index 3b7c4c6..62e7d2b 100644 --- a/src/isnd/Views/Home/Index.cshtml +++ b/src/isnd/Views/Home/Index.cshtml @@ -10,6 +10,7 @@

+
\ No newline at end of file