Skip to content

Commit

Permalink
Merge pull request #449 from neozhu/neozhu-patch-1
Browse files Browse the repository at this point in the history
♻️ Update CleanArchitecture.Blazor.nuspec
  • Loading branch information
neozhu committed Jul 16, 2023
2 parents 0b82734 + 71830be commit 320e76a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CleanArchitecture.Blazor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>CleanArchitecture.Blazor.Solution.Template</id>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
<title>Clean Architecture Blazor Solution Template</title>
<authors>hl.z</authors>
<description>Clean Architecture Blazor Solution Template for .NET 7.</description>
<summary>
A Clean Architecture Blazor Server Solution Template for creating a Single-Page Application (SPA) with ASP.NET Core.
</summary>
<releaseNotes>
1.0.0-preview.3
- Clean up the project structure
- rolename and username set constants string
</releaseNotes>
1.0.0-preview.5
- ♻️ recycle(Infrastructure): Switch events dispatcher to interceptor.
</releaseNotes>

<projectUrl>https://github.com/neozhu/CleanArchitectureWithBlazorServer</projectUrl>
<repository type="git" url="https://github.com/neozhu/CleanArchitectureWithBlazorServer.git" branch="main" />
Expand Down

0 comments on commit 320e76a

Please sign in to comment.