-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWax.nuspec
29 lines (24 loc) · 1.08 KB
/
Wax.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Wax.Template</id>
<version>0.2.0</version>
<title>WilTechs Architecture Solution Template</title>
<authors>WilTechs</authors>
<description>WilTechs Architecture Solution Template for and .NET 6.</description>
<releaseNotes>Update packages</releaseNotes>
<projectUrl>https://github.com/sj-distributor/Wax</projectUrl>
<repository type="git" url="https://github.com/sj-distributor/Wax.git" branch="main" />
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>architecture cqrs solution template solid</tags>
<readme>README.md</readme>
<packageTypes>
<packageType name="Template" />
</packageTypes>
</metadata>
<files>
<file src="README.md" />
<file src=".\**" target="content" exclude="**\bin\**;**\obj\**;**\.git\**;**\.github\**;**\*.user;**\.vs\**;**\.vscode\**;**\.gitignore;**\.idea\**;**\LICENSE;**\README.md;" />
</files>
</package>