-
Notifications
You must be signed in to change notification settings - Fork 0
/
FastCleanArchitecture.nuspec
35 lines (30 loc) · 1.47 KB
/
FastCleanArchitecture.nuspec
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Fast.Clean.Architecture.Solution.Template</id>
<version>8.0.1</version>
<title>Fast Clean Architecture Solution Template</title>
<authors>christiandr</authors>
<description>Fast Clean Architecture Solution Template for .NET 8.</description>
<summary>
A Clean Architecture Solution Template for create apps.
</summary>
<releaseNotes>
</releaseNotes>
<projectUrl>https://github.com/christianrd/FastCleanArchitecture</projectUrl>
<repository type="git" url="https://github.com/christianrd/FastCleanArchitecture.git" branch="main" />
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>fast-clean-architecture clean-architecture project template csharp dotnet</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="**\bin\**;**\obj\**;.\.vs\**;.\.vscode\**;content\Directory.Build.*;.\.git\**;.\.github\workflows\package.yml;.\.github\workflows\codeql.yml;.\.github\workflows\build.yml;.\.github\ISSUE_TEMPLATE\**;.\.github\icon.png;.\.github\FUNDING.md;.\CODE_OF_CONDUCT.md;.\LICENSE;.\README.md;" />
</files>
</package>