From d2780e9295746529a574c4c61c2ad939cbdbd8f5 Mon Sep 17 00:00:00 2001 From: SysAdmin Date: Mon, 20 Oct 2025 21:28:35 +0100 Subject: [PATCH] feat: Update SDK page to use single NuGet templates package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed from two separate tar.gz download links to a single NuGet package: - Updated Quick Start to use 'dotnet new install SilverLabs.SilverSHELL.Templates' - Replaced dual download cards with single templates package card - Link now points to https://nuget.silverlabs.uk/packages/silverlabs.silvershell.templates/ - Simplified installation process for users 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- BlazorApp/Components/Pages/Sdk.razor | 38 ++++++++-------------------- 1 file changed, 11 insertions(+), 27 deletions(-) diff --git a/BlazorApp/Components/Pages/Sdk.razor b/BlazorApp/Components/Pages/Sdk.razor index d7f6999..ee282ca 100644 --- a/BlazorApp/Components/Pages/Sdk.razor +++ b/BlazorApp/Components/Pages/Sdk.razor @@ -20,15 +20,8 @@
  1. - Download the templates (see downloads below) -
  2. -
  3. - Extract the templates to a directory of your choice -
  4. -
  5. - Install the templates -
    dotnet new install ./path/to/SilverSHELL.Starter.Template -dotnet new install ./path/to/SilverSHELL.AppModule.Template
    + Install the templates from NuGet +
    dotnet new install SilverLabs.SilverSHELL.Templates
  6. Create your first project @@ -44,27 +37,18 @@ dotnet run
    -

    📦 Downloads

    -

    Download the SilverSHELL project templates to get started:

    +

    📦 Templates Package

    +

    Install the SilverSHELL templates package from NuGet:

    -

    Starter Template

    -

    Create a new SilverSHELL application with minimal configuration

    -

    Size: 6.7 KB

    -

    Includes: Blazor WebAssembly setup, module loading, PWA support

    - - Download Starter Template - -
    - -