Skip to content

Commit da16f8c

Browse files
authored
🚀 Bump version to 2025-08-03 (#535)
Bump version to 2025-08-03
1 parent 23734f6 commit da16f8c

File tree

1 file changed

+28
-27
lines changed

1 file changed

+28
-27
lines changed

‎CleanArchitecture.nuspec‎

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3-
<metadata>
3+
<metadata>
44

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>
1515

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"/>
1818

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>
2323

24-
<packageTypes>
25-
<packageType name="Template" />
26-
</packageTypes>
24+
<packageTypes>
25+
<packageType name="Template"/>
26+
</packageTypes>
2727

28-
</metadata>
28+
</metadata>
2929

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>
3637
</package>

0 commit comments

Comments
 (0)