From 69746e1790abc48f0bf4111583d0d2592c7bcd06 Mon Sep 17 00:00:00 2001 From: Andrea Chiarelli <25705235+andychiare@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:54:48 +0200 Subject: [PATCH 1/2] Update Available-templates-for-dotnet-new.md --- docs/Available-templates-for-dotnet-new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Available-templates-for-dotnet-new.md b/docs/Available-templates-for-dotnet-new.md index f212686560..5b6f91b253 100644 --- a/docs/Available-templates-for-dotnet-new.md +++ b/docs/Available-templates-for-dotnet-new.md @@ -24,7 +24,7 @@ Below is a list of selected NuGet.org templates which are available for use with | Name | Quick Install | |----------|:--------------| | [.NET Boxed](https://github.com/Dotnet-Boxed/Templates) | `dotnet new install "Boxed.Templates"`| -| [Auth0 Templates](https://github.com/auth0/auth0-dotnet-templates) | `dotnet new install Auth0.Templates::2.0.0"` | +| [Auth0 Templates](https://github.com/auth0/auth0-dotnet-templates) | `dotnet new install Auth0.Templates"` | | [AWS Lambda .NET Core Templates](https://github.com/aws/aws-lambda-dotnet/tree/master/Blueprints) | `dotnet new install "Amazon.Lambda.Templates"`| | [Avalonia UI Templates](https://github.com/AvaloniaUI/Avalonia) - Avalonia is a framework for creating cross platform UI | `dotnet new install "Avalonia.Templates"`| | [Blazor](http://blazor.net) - Full stack web development with C# and WebAssembly | `dotnet new install "Microsoft.AspNetCore.Blazor.Templates::3.0.0-*"`| From dcd3fccd942e021e4b2c2cb531df3a974cfbbc85 Mon Sep 17 00:00:00 2001 From: Andrea Chiarelli <25705235+andychiare@users.noreply.github.com> Date: Thu, 5 Sep 2024 22:52:31 +0200 Subject: [PATCH 2/2] Removed unnecessary quote --- docs/Available-templates-for-dotnet-new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Available-templates-for-dotnet-new.md b/docs/Available-templates-for-dotnet-new.md index 5b6f91b253..042aad9077 100644 --- a/docs/Available-templates-for-dotnet-new.md +++ b/docs/Available-templates-for-dotnet-new.md @@ -24,7 +24,7 @@ Below is a list of selected NuGet.org templates which are available for use with | Name | Quick Install | |----------|:--------------| | [.NET Boxed](https://github.com/Dotnet-Boxed/Templates) | `dotnet new install "Boxed.Templates"`| -| [Auth0 Templates](https://github.com/auth0/auth0-dotnet-templates) | `dotnet new install Auth0.Templates"` | +| [Auth0 Templates](https://github.com/auth0/auth0-dotnet-templates) | `dotnet new install Auth0.Templates` | | [AWS Lambda .NET Core Templates](https://github.com/aws/aws-lambda-dotnet/tree/master/Blueprints) | `dotnet new install "Amazon.Lambda.Templates"`| | [Avalonia UI Templates](https://github.com/AvaloniaUI/Avalonia) - Avalonia is a framework for creating cross platform UI | `dotnet new install "Avalonia.Templates"`| | [Blazor](http://blazor.net) - Full stack web development with C# and WebAssembly | `dotnet new install "Microsoft.AspNetCore.Blazor.Templates::3.0.0-*"`|