-
Notifications
You must be signed in to change notification settings - Fork 306
Expand file tree
/
Copy pathCleanArchitecture.Blazor.nuspec
More file actions
66 lines (61 loc) · 3.38 KB
/
CleanArchitecture.Blazor.nuspec
File metadata and controls
66 lines (61 loc) · 3.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>CleanArchitecture.Blazor.Solution.Template</id>
<version>1.30.3</version>
<title>Clean Architecture Blazor Solution Template</title>
<authors>hl.z</authors>
<description>Clean Architecture Blazor Solution Template for .NET 10.</description>
<summary>
A Clean Architecture Blazor Server dashboard application template for .NET 10.
</summary>
<releaseNotes><![CDATA[
1.30.2
- Upgraded to .NET 10 (including all project files, Docker images, and dependencies)
- Updated all Microsoft packages to .NET 10 RC2 (10.0.0-rc.2.25502.107)
- Updated Entity Framework Core to version 10.0.0-rc.2
- Updated ASP.NET Core packages to version 10.0.0-rc.2
- Upgraded third-party packages for .NET 10 compatibility:
- Npgsql.EntityFrameworkCore.PostgreSQL → 10.0.0-rc.2
- EFCore.NamingConventions → 10.0.0-rc.2
- Hangfire packages → 1.8.22
- Minio → 7.0.0
- QuestPDF → 2025.12.0-alpha3
- NUnit3TestAdapter → 6.0.0-beta.1
- Updated Docker base images to .NET 10 runtime and SDK
- Added full Specification pattern support (spec) for advanced querying and filtering
- Integrated Stl.Fusion for real-time UI/state updates across sessions
- Implemented Google and Microsoft external provider authentication enhancements
- Improved multi-tenant context handling and tenant switch service
- Enhanced Document OCR pipeline (Gemini integration and job reliability fixes)
- Added Security Risk Dashboard and user login risk summary indicators
- Picklist and PicklistSet import/export and advanced specification filtering
- Added comprehensive validation and exception handling pipeline behaviours
- Theme customization (dynamic primary color and themes menu improvements)
- Localization and culture enhancements (multi-language resource sets)
- Added global search dialog and improved navigation menu structure
- Improved caching keys and parallel/channel domain event publish strategies
- Extended integration/unit test coverage (specifications, exception handlers, services)
- Strengthened security analysis and audit logging (LoginAudits, AuditTrails, SystemLogs)
- Added user profile reactive state management and session tracking
- Added AI settings configuration interface
- Updated EF Core configurations and migrations for .NET 10
]]></releaseNotes>
<projectUrl>https://github.com/neozhu/CleanArchitectureWithBlazorServer</projectUrl>
<repository type="git" url="https://github.com/neozhu/CleanArchitectureWithBlazorServer.git" branch="main"/>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>clean-architecture blazor server application project template csharp</tags>
<icon>icon.png</icon>
<readme>README.md</readme>
<packageTypes>
<packageType name="Template"/>
</packageTypes>
</metadata>
<files>
<file src=".template.config\icon.png"/>
<file src="README.md"/>
<file src=".\**" target="content"
exclude=".template.config\**;*.exe\;*\bin\**;**\obj\**;**\.vs\**;**\.vscode\**;**\wwwroot\dist\**;content\Directory.Build.*;**\.git\**;**\.github\**;**\CODE_OF_CONDUCT.md;**\LICENSE;**\README.md;"/>
</files>
</package>