From c39e36c0bda5fb1fba6bb0b059e6efc80068671f Mon Sep 17 00:00:00 2001 From: Jason Taylor Date: Sun, 16 Jul 2023 13:20:11 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=208.0.0-preview.6.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- .github/workflows/{codeql-analysis.yml => codeql.yml} | 0 CleanArchitecture.nuspec | 4 ++-- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{codeql-analysis.yml => codeql.yml} (100%) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa6345ea7..30156d472 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: env: SkipNSwag: True - - name: Create EF Core migrations bundle artifact (efbundle) + - name: Upload EF Core migrations bundle artifact (efbundle) if: ${{ inputs.build-artifacts == true }} uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql.yml similarity index 100% rename from .github/workflows/codeql-analysis.yml rename to .github/workflows/codeql.yml diff --git a/CleanArchitecture.nuspec b/CleanArchitecture.nuspec index a65ac6fce..fcc8cfe81 100644 --- a/CleanArchitecture.nuspec +++ b/CleanArchitecture.nuspec @@ -3,7 +3,7 @@ Clean.Architecture.Solution.Template - 8.0.0-preview.6.3 + 8.0.0-preview.6.4 Clean Architecture Solution Template JasonTaylorDev Clean Architecture Solution Template for .NET 8. @@ -11,7 +11,7 @@ A Clean Architecture Solution Template for creating a Single-Page Application (SPA) with ASP.NET Core. - Switch domain events dispatcher to interceptor. + Improvements and bug fixes for CI/CD scripts and templates. https://github.com/JasonTaylorDev/CleanArchitecture diff --git a/README.md b/README.md index 19c2d7658..321581a04 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If you find this project useful, please give it a star. Thanks! ⭐ The easiest way to get started is to install the [.NET template](https://www.nuget.org/packages/Clean.Architecture.Solution.Template): ``` -dotnet new install Clean.Architecture.Solution.Template::8.0.0-preview.6.3 +dotnet new install Clean.Architecture.Solution.Template::8.0.0-preview.6.4 ``` Once installed, create a new solution using the template. You can choose to use Angular, React, or create a Web API-only solution. Specify the client framework using the `-cf` or `--client-framework` option, and provide the output directory where your project will be created. Here are some examples: