|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> |
3 | | - <metadata> |
| 3 | + <metadata> |
4 | 4 |
|
5 | | - <id>SSW.CleanArchitecture.Template</id> |
6 | | - <version>2025.07.02</version> |
7 | | - <title>SSW Clean Architecture Template</title> |
8 | | - <authors>SSW</authors> |
9 | | - <description>SSW Clean Architecture Solution Template for .NET.</description> |
10 | | - <summary> |
11 | | - This is a solution template for creating a WebAPI with ASP.NET Core following the principles of Clean Architecture. |
12 | | - </summary> |
13 | | - <releaseNotes> |
14 | | - </releaseNotes> |
| 5 | + <id>SSW.CleanArchitecture.Template</id> |
| 6 | + <version>2025.08.03</version> |
| 7 | + <title>SSW Clean Architecture Template</title> |
| 8 | + <authors>SSW</authors> |
| 9 | + <description>SSW Clean Architecture Solution Template for .NET.</description> |
| 10 | + <summary> |
| 11 | + This is a solution template for creating a WebAPI with ASP.NET Core following the principles of Clean Architecture. |
| 12 | + </summary> |
| 13 | + <releaseNotes> |
| 14 | + </releaseNotes> |
15 | 15 |
|
16 | | - <projectUrl>https://github.com/SSWConsulting/SSW.CleanArchitecture</projectUrl> |
17 | | - <repository type="git" url="https://github.com/SSWConsulting/SSW.CleanArchitecture.git" branch="main" /> |
| 16 | + <projectUrl>https://github.com/SSWConsulting/SSW.CleanArchitecture</projectUrl> |
| 17 | + <repository type="git" url="https://github.com/SSWConsulting/SSW.CleanArchitecture.git" branch="main"/> |
18 | 18 |
|
19 | | - <license type="expression">MIT</license> |
20 | | - <requireLicenseAcceptance>false</requireLicenseAcceptance> |
21 | | - <tags>clean-architecture project template csharp dotnet ssw</tags> |
22 | | - <icon>icon.png</icon> |
| 19 | + <license type="expression">MIT</license> |
| 20 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 21 | + <tags>clean-architecture project template csharp dotnet ssw</tags> |
| 22 | + <icon>icon.png</icon> |
23 | 23 |
|
24 | | - <packageTypes> |
25 | | - <packageType name="Template" /> |
26 | | - </packageTypes> |
| 24 | + <packageTypes> |
| 25 | + <packageType name="Template"/> |
| 26 | + </packageTypes> |
27 | 27 |
|
28 | | - </metadata> |
| 28 | + </metadata> |
29 | 29 |
|
30 | | - <files> |
31 | | - <file src=".template.config\icon.png" target="" /> |
32 | | - <file src="README.md" /> |
33 | | - <file src=".\**" target="content" exclude="**\bin\**;**\obj\**;**\.vs\**;**\.vscode\**;**\.git\**;**\.github\**;**\LICENSE;**\.idea\**;CODE_OF_CONDUCT.yml" /> |
34 | | - <file src=".\.github\**" target="content\.github" exclude="CODEOWNERS;settings.yml;workflows\package.yml;workflows\update-settings.yml" /> |
35 | | - </files> |
| 30 | + <files> |
| 31 | + <file src=".template.config\icon.png" target=""/> |
| 32 | + <file src="README.md"/> |
| 33 | + <file src=".\**" target="content" |
| 34 | + exclude="**\bin\**;**\obj\**;**\.vs\**;**\.vscode\**;**\.git\**;**\.github\**;**\LICENSE;**\.idea\**;CODE_OF_CONDUCT.yml"/> |
| 35 | + <file src=".\.github\**" target="content\.github" exclude="CODEOWNERS;settings.yml;workflows\package.yml;workflows\update-settings.yml"/> |
| 36 | + </files> |
36 | 37 | </package> |
0 commit comments